Definition Type: SimpleType
Name: ucharHexNumberType
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Documentation:
Defines a 1-byte hexadecimal number that is 2 hexadecimal digits in length.
Collapse XSD Schema Diagram:
XSD Diagram of ucharHexNumberType in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="ucharHexNumberType">
    <xsd:annotation>
        <xsd:documentation>Defines a 1-byte hexadecimal number that is 2 hexadecimal digits in length.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:hexBinary">
        <xsd:length value="1">
        </xsd:length>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Length 1
Collapse Derivation Tree:
  • ucharHexNumberType
Collapse References:
W:val