element appParameter
diagram girr_p3.png
properties
content complex
used by
element applicationData
attributes
Name  Type  Use  Default  Fixed  annotation
valuerequired      
documentation
Numerical value for a parameter. Nonnegative integer with base 10.
namerequired      
documentation
Name that is used to identify the element.
                Should therefore be unique in the context.
                Even though arbitrary strings are allowed, C type strings,
                in the English language, are recommended.
source <xs:element name="appParameter">
 
<xs:complexType>
   
<xs:attribute ref="value" use="required"/>
   
<xs:attribute ref="name" use="required"/>
 
</xs:complexType>
</xs:element>


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