namespace | http://www.harctoolbox.org/Girr | ||||||
type | restriction of xs:hexBinary | ||||||
used by |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:simpleType name="ccfHexType"> <xs:annotation> <xs:documentation>Data type describing a four-digit hexadecimal number.</xs:documentation> </xs:annotation> <xs:restriction base="xs:hexBinary"> <xs:length value="2"/> </xs:restriction> </xs:simpleType> |