2.8.3.1 CT_CommentId

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

Referenced by: CT_CommentsIds

The CT_CommentId complex type<60> specifies additional identification information for a single comment in the 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 of the associated comment.

durableId: An ST_LongHexNumber (as specified by [ISO/IEC29500-1:2016] section 17.18.50) attribute that specifies the identifier for the associated comment. Values MUST be greater than 0 and less than 0x7FFFFFFF.

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

 <xsd:complexType name="CT_CommentId">
   <xsd:attribute name="paraId" type="w12:ST_LongHexNumber" use="required"/>
   <xsd:attribute name="durableId" type="w12:ST_LongHexNumber" use="required"/>
 </xsd:complexType>

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