[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
ST_UnsignedIntHex (Hex Unsigned Integer)
This simple type represents the Hex representation of an unsigned integer.
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 4 characters.
Referenced By |
bgColor@rgb (§3.8.3); color@rgb (§3.3.1.14); e@bc (§3.10.1.27); e@fc (§3.10.1.27); fgColor@rgb (§3.8.18); m@bc (§3.10.1.50); m@fc (§3.10.1.50); n@bc (§3.10.1.60); n@fc (§3.10.1.60); rgbColor@rgb (§3.8.34); s@bc (§3.10.1.85); s@fc (§3.10.1.85); t@bc (§3.9.16); t@fc (§3.9.16); tabColor@rgb (§3.3.1.90) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_UnsignedIntHex">
<restriction base="xsd:hexBinary">
<length value="4"/>
</restriction>
</simpleType>