17.18.98 ST_UcharHexNumber
17.18.98 ST_UcharHexNumber
This simple type specifies a number value specified as a one octet (two 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_UcharHexNumber: BE.
This value is permitted, as it contains two hexadecimal digits, as an encoding of an octet of the actual decimal number value. end example]
This simple type’s contents are a restriction of the W3C XML Schema hexBinary datatype.
This simple type also
specifies the following restrictions:
- This simple type’s contents have a length of exactly 2 hexadecimal digit(s).
[Note: The W3C XML Schema definition of this simple type’s content model (ST_UcharHexNumber) is located in A.1. end note]
Last updated on