<ST_Guid> (128-Bit GUID)

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

example:
<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. ]

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@fontKey>2.8.2.3); <embedBoldItalic@fontKey>2.8.2.4); <embedItalic@fontKey>2.8.2.5); <embedRegular@fontKey>2.8.2.6); <guid@val>2.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>