[Table of Contents] [docx version]
Error! No text of specified style in document.
ST_HexBinary3 (Hex Binary of Length 3)
This simple type specifies a hex representation of a binary number whose length is 3 characters.
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 3 characters.
Referenced By |
srgbClr@val (§5.1.2.2.32); sysClr@lastClr (§5.1.2.2.33) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_HexBinary3">
<restriction base="xsd:hexBinary">
<length value="3"/>
</restriction>
</simpleType>