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