2.9.3.1 CT_Extension
Target namespace: http://schemas.microsoft.com/office/word/2018/wordml
Referenced by: CT_ExtensionList
A complex type that specifies an extension.
Attributes:
uri: A token ([XMLSCHEMA2/2] section 3.3.2) attribute that specifies the identifier for the extension.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_Extension"> <xsd:sequence> <xsd:any processContents="lax"/> </xsd:sequence> <xsd:attribute name="uri" type="xsd:token"/> </xsd:complexType>
See section 5.5 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).