3.1.2.3.2 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 have a length of exactly 8 hexadecimal digit(s).

Referenced By

wch@val3.1.2.1.1.15, wch)

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>