simpleType parameterValue
namespace http://www.harctoolbox.org/Girr
type restriction of xs:string
used by
attributes command/@F T value-name/@value
facets
Kind Value annotation 
pattern 0x[0-9A-Fa-f]+|[0-9]+ 
annotation
documentation
A parameter value, either a decimal, nonnegative number, or a hexadecimal number preceeded by 0x.
source <xs:simpleType name="parameterValue">
 
<xs:annotation>
   
<xs:documentation>A parameter value, either a decimal, nonnegative number, or a hexadecimal number preceeded by 0x.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:pattern value="0x[0-9A-Fa-f]+|[0-9]+"/>
 
</xs:restriction>
</xs:simpleType>


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