[Table of Contents] [docx version]

VML Reference Material - VML

ST_Guid (128-Bit GUID)

This simple type specifies a 128 bit 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

signatureline@id6.2.2.29); signatureline@provid6.2.2.29)

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>