[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
ST_Guid (Globally Unique Identifier)
This simple type defines a 128 bit Globally Unique Identifier (GUID).
This simple type's contents are a restriction of the XML Schema token datatype.
This simple type also specifies the following restrictions:
• This simple type's contents must match the following regular expression pattern: \{[0-9A-F]{8}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{12}\}.
Referenced By |
comment@guid (§3.7.3); customSheetView@guid (§3.3.1.22); customSheetView@guid (§3.3.1.23); customWorkbookView@guid (§3.2.3); fileVersion@codeName (§3.2.13); header@guid (§3.11.1.1); headers@guid (§3.11.1.2); headers@lastGuid (§3.11.1.2); rcmt@guid (§3.11.1.11); rcv@guid (§3.11.1.12); userInfo@guid (§3.11.2.1) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_Guid">
<restriction base="xsd:token">
<pattern value="\{[0-9A-F]{8}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{12}\}"/>
</restriction>
</simpleType>