attributeGroup nameAttributes
namespace http://www.harctoolbox.org/Girr
used by
elements command commandSet format remote
complexTypes string-name value-name
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.
source <xs:attributeGroup name="nameAttributes">
 
<xs:attribute name="name" type="xs:string" use="required">
   
<xs:annotation>
     
<xs: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.
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="displayName" type="xs:string">
   
<xs:annotation>
     
<xs:documentation>Name of the command as being displayed to the user.
                    Special characters and non-english languages are here appropriate.
</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="comment" type="xs:string">
   
<xs:annotation>
     
<xs:documentation>Textual comment.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:attributeGroup>

attribute nameAttributes/@name
type xs:string
properties
isRef 0
use required
annotation
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.
source <xs:attribute name="name" type="xs:string" use="required">
 
<xs:annotation>
   
<xs: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.
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute nameAttributes/@displayName
type xs:string
properties
isRef 0
annotation
documentation
Name of the command as being displayed to the user.
                    Special characters and non-english languages are here appropriate.
source <xs:attribute name="displayName" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Name of the command as being displayed to the user.
                    Special characters and non-english languages are here appropriate.
</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute nameAttributes/@comment
type xs:string
properties
isRef 0
annotation
documentation
Textual comment.
source <xs:attribute name="comment" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Textual comment.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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