2.5.3.1 CT_CommentEx

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

Referenced by: CT_CommentsEx

The CT_CommentEx complex type<31> specifies additional information for a single comment in the current document.

Attributes:

paraId: An ST_LongHexNumber (as specified by [ISO/IEC29500-1:2016] section 17.18.50) attribute that specifies the paraId (section 2.6.2.3) of the last paragraph in the associated comment.

paraIdParent: An ST_LongHexNumber (as specified by [ISO/IEC29500-1:2016] section 17.18.50) attribute that specifies the paraId (section 2.6.2.3) of the last paragraph in the comment to which the associated comment is a reply.

done: An ST_OnOff (as specified in [ISO/IEC29500-1:2016] section 22.9.2.7) attribute that specifies whether the associated comment is marked as done. A value of 1 specifies that a user has indicated that this comment is done. A value of 0 specifies that a user has not indicated that this comment is done. The default value for this attribute is 0.

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

 <xsd:complexType name="CT_CommentEx">
   <xsd:attribute name="paraId" type="w12:ST_LongHexNumber" use="required"/>
   <xsd:attribute name="paraIdParent" type="w12:ST_LongHexNumber" use="optional"/>
   <xsd:attribute name="done" type="w12:ST_OnOff" use="optional"/>
 </xsd:complexType>

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