2.8.3.2 CT_CommentsIds

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

Referenced by: commentsIds

The CT_CommentsIds complex type<61> specifies additional identification information for all the comments defined in the document.

Child Elements:

commentId: A CT_CommentId element that specifies additional identification information for a single comment in the document.

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

 <xsd:complexType name="CT_CommentsIds">
   <xsd:sequence>
     <xsd:element name="commentId" type="CT_CommentId" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
 </xsd:complexType>

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