element commandSet
diagram girr_p6.png
properties
content complex
children notes parameters command
used by
element remote
attributes
Name  Type  Use  Default  Fixed  annotation
display-name      
documentation
Name of the command as being displayed to the user.
                Special characters and non-english languages are here appropriate.
name      
documentation
Name that is used to identify the element.
                Should therefore be unique in the context.
                Even though arbitrary strings are allowed, C type strings,
                in the English language, are recommended.
comment      
documentation
Textual comment.
identity constraints
  Name  Refer  Selector  Field(s)  
unique  uniqueLangInNotesInCommandSet    notes  @lang  
source <xs:element name="commandSet">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="notes" minOccurs="0"/>
     
<xs:element ref="parameters" minOccurs="0"/>
     
<xs:element ref="command" maxOccurs="unbounded"/>
   
</xs:sequence>
   
<xs:attribute ref="display-name"/>
   
<xs:attribute ref="name"/>
   
<xs:attribute ref="comment"/>
 
</xs:complexType>
 
<xs:unique name="uniqueLangInNotesInCommandSet">
   
<xs:selector xpath="notes"/>
   
<xs:field xpath="@lang"/>
 
</xs:unique>
</xs:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy