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


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