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