2.5.3.3 CT_Guid

Target namespace: http://schemas.microsoft.com/office/word/2012/wordml

Referenced by: docId

A complex type that specifies a GUID (globally unique identifier).

Attributes:

val: An ST_Guid (section 2.5.4.1) attribute that specifies the value of this complex type.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_Guid">
   <xsd:attribute name="val" type="ST_Guid"/>
 </xsd:complexType>

See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).