2.16.3.6 CT_CommentReply
Target namespace: http://schemas.microsoft.com/office/powerpoint/2018/8/main
Referenced by: CT_CommentReplyList
A complex type that specifies a comment reply.
Child Elements:
txBody: An a:CT_TextBody ([ISO/IEC29500-1:2016] section A.4.1) element that specifies the text of a comment or a comment reply.
extLst: A p:CT_ExtensionList ([ISO/IEC-29500-4] section A.3) element that specifies a list of extensions for a comment or a comment reply.
Attributes:
id: An ST_CommentId attribute that specifies the ID of a comment or a comment reply.
authorId: An ST_AuthorId attribute that specifies the author ID of a comment or a comment reply.
status: An ST_CommentStatus attribute that specifies the status of a comment or a comment reply.
created: An xsd:dateTime ([XMLSCHEMA2] section 3.2.7) attribute that specifies the date time when the comment or comment reply is created.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_CommentReply"> <xsd:sequence> <xsd:group ref="EG_CommentProperties" minOccurs="1" maxOccurs="1"/> </xsd:sequence> <xsd:attributeGroup ref="AG_CommentProperties"/> </xsd:complexType>
See section 5.14 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).