<ST_UcharHexNumber>
(Two Digit Hexadecimal Number Value)
This simple type specifies a number value specified as a two digit (one octet) hexadecimal number), whose contents are interpreted based on the context of the parent XML element.
This value is valid, as it contains two hexadecimal digits, as an encoding of an octet of the actual decimal number value. ]
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 1 characters.
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_UcharHexNumber">
<restriction base="xsd:hexBinary">
<length value="1"/>
</restriction>
</simpleType>