[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

ST_UnsignedShortHex (Unsigned Short Hex)

This simple type defines the Hex representation of an unsigned short.

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 2 characters.

Referenced By

fileSharing@reservationPassword3.2.12); protectedRange@password3.3.1.69); sheetProtection@password3.3.1.81); sheetProtection@password3.3.1.82); workbookProtection@revisionsPassword3.2.29); workbookProtection@workbookPassword3.2.29)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_UnsignedShortHex">

   <restriction base="xsd:hexBinary">

   <length value="2"/>

   </restriction>

</simpleType>