[Table of Contents] [docx version]

WordprocessingML Reference Material - Table of Contents

ST_Guid (128-Bit GUID)

This simple type specifies that its values shall be a 128-bit globally unique identifier (GUID) value.

[Example: Consider the following WordprocessingML fragment for the properties of a single glossary document entry:

<w:docPartPr>

<w:guid w:val="{00000000-5BD2-4BC8-9F70-7020E1357FB2}" />

<w:docPartPr>

The guid element specifies that the unique identifier associated with the parent entry shall be {00000000-5BD2-4BC8-9F70-7020E1357FB2}. This value may be used as needed by an application, for example, to uniquely identify a part regardless of its name. end example]

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

embedBold@fontKey2.8.2.3); embedBoldItalic@fontKey2.8.2.4); embedItalic@fontKey2.8.2.5); embedRegular@fontKey2.8.2.6); guid@val2.12.11)

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>