2.10.3.2 CT_CommentsExtensible
Target namespace: http://schemas.microsoft.com/office/word/2018/wordml/cex
Referenced by: commentsExtensible
A complex type that specifies additional information about comments in the document.
Child Elements:
commentExtensible: A CT_CommentExtensible element that specifies additional information about a single comment.
extLst: A CT_ExtensionList element that specifies a list of extensions.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_CommentsExtensible"> <xsd:sequence> <xsd:element name="commentExtensible" type="CT_CommentExtensible" minOccurs="0" maxOccurs="unbounded"/> <xsd:element name="extLst" type="w16:CT_ExtensionList" minOccurs="0" maxOccurs="1"/> </xsd:sequence> </xsd:complexType>
See section 5.6 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).