complexType string-name
diagram girr_ns_p22.png
namespace http://www.harctoolbox.org/Girr
used by
element appParameter
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.
valuexs:stringrequired      
documentation
String value for a parameter.
source <xs:complexType name="string-name">
 
<xs:attributeGroup ref="nameAttributes"/>
 
<xs:attribute name="value" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>String value for a parameter.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute string-name/@value
type xs:string
properties
isRef 0
use required
annotation
documentation
String value for a parameter.
source <xs:attribute name="value" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>String value for a parameter.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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