[Table of Contents] [docx version]
WordprocessingML Reference Material - Table of Contents
ST_ShortHexNumber (Two Digit Hexadecimal Number Value)
This simple type specifies a number value specified as a two octet hexadecimal number), whose contents are interpreted based on the context of the parent XML element.
[Example: Consider the following value for a node of type ST_ShortHexNumber: 2F6C.
This value is valid, as it contains two hexadecimal octets, each an encoding of an octet of the actual decimal number value. end example]
This simple type's contents are a restriction of the XML Schema hexBinary datatype.
This simple type also specifies the following restrictions:
• This simple type's contents must have a length of exactly 2 characters.
Referenced By |
stylePaneFormatFilter@val (§2.15.1.86); stylePaneSortMethod@val (§2.15.1.87); sym@char (§2.3.3.29); tblLook@val (§2.4.51); tblLook@val (§2.4.52) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_ShortHexNumber">
<restriction base="xsd:hexBinary">
<length value="2"/>
</restriction>
</simpleType>