element commandSet
diagram girr_ns_p6.png
namespace http://www.harctoolbox.org/Girr
properties
content complex
children notes parameters command xi:include
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.
displayNamexs:string      
documentation
Name of the command as being displayed to the user.
                    Special characters and non-english languages are here appropriate.
commentxs:string      
documentation
Textual comment.
identity constraints
  Name  Refer  Selector  Field(s)  
unique  uniqueLangInNotesInCommandSet    notes  @xml:lang  
unique  uniqueNamesInCommandSet    command  @name  
source <xs:element name="commandSet">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="notes" minOccurs="0"/>
     
<xs:element ref="parameters" minOccurs="0"/>
     
<xs:choice maxOccurs="unbounded">
       
<xs:element ref="command"/>
       
<xs:element ref="xi:include"/>
     
</xs:choice>
   
</xs:sequence>
   
<xs:attributeGroup ref="nameAttributes"/>
 
</xs:complexType>
 
<xs:unique name="uniqueLangInNotesInCommandSet">
   
<xs:selector xpath="notes"/>
   
<xs:field xpath="@xml:lang"/>
 
</xs:unique>
 
<xs:unique name="uniqueNamesInCommandSet">
   
<xs:selector xpath="command"/>
   
<xs:field xpath="@name"/>
 
</xs:unique>
</xs:element>


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