2.10.3.1 CT_CommentExtensible
Target namespace: http://schemas.microsoft.com/office/word/2018/wordml/cex
Referenced by: CT_CommentsExtensible
A complex type that specifies additional information for a single comment.
Child Elements:
extLst: A CT_ExtensionList element that specifies the list of extensions for the comment.
Attributes:
durableId: An ST_LongHexNumber ([ISO/IEC29500-1:2016] section 17.18.50) attribute that specifies the durableId (section 2.8.3.1) of the associated comment.
dateUtc: An ST_DateTime ([ISO/IEC29500-1:2016] section 17.18.9) attribute that specifies date information for the comment. Unlike the date attribute of a comment element ([ISO/IEC29500-1:2016] section 17.13.4.2), the dateUtc attribute is defined to be in the UTC time zone.
intelligentPlaceholder: An ST_OnOff ([ISO/IEC29500-1:2016] section 22.9.2.7) attribute that when true specifies that the comment is a follow-up. The default value is false. The attribute MUST NOT be present on comments that are replies as specified by the paraIdParent attribute of an associated element of type CT_CommentEx (section 2.5.3.1).
When intelligentPlaceholder is true, the content of the comment SHOULD be ignored.<62>
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_CommentExtensible"> <xsd:sequence> <xsd:element name="extLst" type="w16:CT_ExtensionList" minOccurs="0" maxOccurs="1"/> </xsd:sequence> <xsd:attribute name="durableId" type="w12:ST_LongHexNumber" use="required"/> <xsd:attribute name="dateUtc" type="w12:ST_DateTime" use="optional"/> <xsd:attribute name="intelligentPlaceholder" type="w12:ST_OnOff" use="optional"/> </xsd:complexType>
See section 5.6 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).