2.5.3.2 CT_CommentsEx

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

Referenced by: commentsEx

The CT_CommentsEx complex type<32> specifies additional information for all of the comments defined in the current document.

Child Elements:

commentEx: A CT_CommentEx (section 2.5.3.1) element that specifies additional information for a single comment in the current document.

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

 <xsd:complexType name="CT_CommentsEx">
   <xsd:sequence>
     <xsd:element name="commentEx" type="CT_CommentEx" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
 </xsd:complexType>

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