[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@algIdExt2.15.1.28); documentProtection@cryptProviderTypeExt2.15.1.28); lvl@tplc2.9.6); lvl@tplc2.9.7); nsid@val2.9.15); p@rsidDel2.3.1.22); p@rsidP2.3.1.22); p@rsidR2.3.1.22); p@rsidRDefault2.3.1.22); p@rsidRPr2.3.1.22); r@rsidDel2.3.2.23); r@rsidR2.3.2.23); r@rsidRPr2.3.2.23); rsid@val2.7.3.15); rsid@val2.15.1.70); rsidRoot@val2.15.1.71); sectPr@rsidDel2.6.17); sectPr@rsidDel2.6.18); sectPr@rsidDel2.6.19); sectPr@rsidR2.6.17); sectPr@rsidR2.6.18); sectPr@rsidR2.6.19); sectPr@rsidRPr2.6.17); sectPr@rsidRPr2.6.18); sectPr@rsidRPr2.6.19); sectPr@rsidSect2.6.17); sectPr@rsidSect2.6.18); sectPr@rsidSect2.6.19); sig@csb02.8.2.16); sig@csb12.8.2.16); sig@usb02.8.2.16); sig@usb12.8.2.16); sig@usb22.8.2.16); sig@usb32.8.2.16); tmpl@val2.9.31); tr@rsidDel2.4.75); tr@rsidR2.4.75); tr@rsidRPr2.4.75); tr@rsidTr2.4.75); writeProtection@algIdExt2.15.1.94); writeProtection@cryptProviderTypeExt2.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>