3.1.2.3.4 ST_ShortHexNumber (Two Digit Hexadecimal Number Value)

This simple type specifies a two-octet hexadecimal number whose value is 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 have a length of exactly 4 hexadecimal digit(s).

    Referenced By

    acd@fciIndexBasedOn3.1.2.1.1.1, acd); fci@fciIndex3.1.2.1.1.7, fci); fci@swArg (§3.1.2.1.1.7, fci); keymap@chmPrimary3.1.2.1.1.8, keymap); keymap@chmSecondary (§3.1.2.1.1.8, keymap); keymap@kcmPrimary (§3.1.2.1.1.8, keymap); keymap@kcmSecondary (§3.1.2.1.1.8, keymap)

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>