2.5.4.1 ST_Guid
Target namespace: http://schemas.microsoft.com/office/word/2012/wordml
Referenced by: CT_Guid
The ST_Guid simple type specifies a GUID, or globally unique identifier ([ISO/IEC29500-4:2016] section A.8.9).
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.
-
<xsd:simpleType name="ST_Guid"> <xsd:restriction base="xsd:token"> <xsd:pattern value="\{[0-9A-F]{8}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{12}\}"/> </xsd:restriction> </xsd:simpleType>
See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).