[Table of Contents] [docx version]
WordprocessingML Reference Material - Table of Contents
ST_LongHexNumber (Four Digit Hexadecimal Number Value)
This simple type specifies a number value specified as a four octet (eight digit) 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_LongHexNumber: 00BE2C6C.
This value is valid, as it contains four 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 4 characters.
Referenced By |
documentProtection@algIdExt (§2.15.1.28); documentProtection@cryptProviderTypeExt (§2.15.1.28); lvl@tplc (§2.9.6); lvl@tplc (§2.9.7); nsid@val (§2.9.15); p@rsidDel (§2.3.1.22); p@rsidP (§2.3.1.22); p@rsidR (§2.3.1.22); p@rsidRDefault (§2.3.1.22); p@rsidRPr (§2.3.1.22); r@rsidDel (§2.3.2.23); r@rsidR (§2.3.2.23); r@rsidRPr (§2.3.2.23); rsid@val (§2.7.3.15); rsid@val (§2.15.1.70); rsidRoot@val (§2.15.1.71); sectPr@rsidDel (§2.6.17); sectPr@rsidDel (§2.6.18); sectPr@rsidDel (§2.6.19); sectPr@rsidR (§2.6.17); sectPr@rsidR (§2.6.18); sectPr@rsidR (§2.6.19); sectPr@rsidRPr (§2.6.17); sectPr@rsidRPr (§2.6.18); sectPr@rsidRPr (§2.6.19); sectPr@rsidSect (§2.6.17); sectPr@rsidSect (§2.6.18); sectPr@rsidSect (§2.6.19); sig@csb0 (§2.8.2.16); sig@csb1 (§2.8.2.16); sig@usb0 (§2.8.2.16); sig@usb1 (§2.8.2.16); sig@usb2 (§2.8.2.16); sig@usb3 (§2.8.2.16); tmpl@val (§2.9.31); tr@rsidDel (§2.4.75); tr@rsidR (§2.4.75); tr@rsidRPr (§2.4.75); tr@rsidTr (§2.4.75); writeProtection@algIdExt (§2.15.1.94); writeProtection@cryptProviderTypeExt (§2.15.1.94) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_LongHexNumber">
<restriction base="xsd:hexBinary">
<length value="4"/>
</restriction>
</simpleType>