[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@guid3.7.3); customSheetView@guid3.3.1.22); customSheetView@guid3.3.1.23); customWorkbookView@guid3.2.3); fileVersion@codeName3.2.13); header@guid3.11.1.1); headers@guid3.11.1.2); headers@lastGuid3.11.1.2); rcmt@guid3.11.1.11); rcv@guid3.11.1.12); userInfo@guid3.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>