2.9.3.2 CT_ExtensionList

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

Referenced by: CT_CommentExtensible, CT_CommentsExtensible

A complex type that specifies a list of extensions.

Child Elements:

ext: A CT_Extension element that specifies an extension.

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

 <xsd:complexType name="CT_ExtensionList">
   <xsd:sequence>
     <xsd:element name="ext" type="CT_Extension" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
 </xsd:complexType>

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