Skip to content

Commit 45d3091

Browse files
joshwapohlmannmlanting
authored andcommitted
Update XML launch schema (ros2#286)
1 parent f7e7ead commit 45d3091

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/specs/launch.0.1.1.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -525,14 +525,14 @@
525525
<xs:element ref="param"/>
526526
<xs:element ref="remap"/>
527527
</xs:choice>
528-
<xs:attribute name="package" type="xs:string" use="required">
528+
<xs:attribute name="pkg" type="xs:string" use="required">
529529
<xs:annotation>
530530
<xs:documentation xml:lang="en">
531531
Name of the package where the node is to be found.
532532
</xs:documentation>
533533
</xs:annotation>
534534
</xs:attribute>
535-
<xs:attribute name="executable" type="xs:string" use="required">
535+
<xs:attribute name="exec" type="xs:string" use="required">
536536
<xs:annotation>
537537
<xs:documentation xml:lang="en">
538538
Name of the node executable.

0 commit comments

Comments
 (0)