complexType value-name
diagram girr_ns_p23.png
namespace http://www.harctoolbox.org/Girr
used by
element parameter
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.
valueparameterValuerequired      
documentation
Numerical value for a parameter. Nonnegative integer with base 10.
source <xs:complexType name="value-name">
 
<xs:attributeGroup ref="nameAttributes"/>
 
<xs:attribute name="value" type="parameterValue" use="required">
   
<xs:annotation>
     
<xs:documentation>Numerical value for a parameter. Nonnegative integer with base 10.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute value-name/@value
type parameterValue
properties
isRef 0
use required
facets
Kind Value annotation 
pattern 0x[0-9A-Fa-f]+|[0-9]+ 
annotation
documentation
Numerical value for a parameter. Nonnegative integer with base 10.
source <xs:attribute name="value" type="parameterValue" use="required">
 
<xs:annotation>
   
<xs:documentation>Numerical value for a parameter. Nonnegative integer with base 10.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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