namespace | http://www.harctoolbox.org/Girr | ||||||
type | restriction of xs:string | ||||||
used by |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |