2.16.3.3 CT_Comment
Target namespace: http://schemas.microsoft.com/office/powerpoint/2018/8/main
Referenced by: CT_CommentList
A complex type that specifies a comment.
Child Elements:
pc:sldMkLst: A CT_SlideMonikerList element that specifies a content moniker that identifies the slide to which the comment is anchored.
ac:deMkLst: An ac:CT_DrawingElementMonikerList ([MS-ODRAWXML] section 2.29.3.20) element that specifies a content moniker that identifies the drawing element to which the comment is anchored.
ac:txMkLst: An ac:CT_TextCharRangeMonikerList ([MS-ODRAWXML] section 2.29.3.21) element that specifies a content moniker that identifies the text character range to which the comment is anchored.
unknownAnchor: A CT_CommentUnknownAnchor element that specifies an unknown anchor to which the comment is anchored.
pos: An a:CT_Point2D ([ISO/IEC29500-4:2016] section A.5.1) element that specifies the position of the comment, relative to the top-left corner of the first object to which the comment is anchored.
replyLst: A CT_CommentReplyList element that specifies the list of replies to the comment.
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.
startDate: An xsd:dateTime ([XMLSCHEMA2] section 3.2.7) attribute that specifies start date of the comment.
dueDate: A xsd:dateTime ([XMLSCHEMA2/2] section 3.2.7) attribute that specifies due date of the comment.
assignedTo: An ST_AuthorIdList attribute that specifies a list of authors to whom the comment is assigned.
complete: An s:ST_PositiveFixedPercentage ([ISO/IEC-29500-4] section A.8.9) attribute that specifies the completion percentage of the comment.
title: A xsd:string ([XMLSCHEMA2/2] section 3.2.1) attribute that specifies the title for a comment.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_Comment"> <xsd:sequence> <xsd:group ref="EG_CommentAnchor" minOccurs="1" maxOccurs="1"/> <xsd:element name="pos" type="a:CT_Point2D" minOccurs="0" maxOccurs="1"/> <xsd:element name="replyLst" type="CT_CommentReplyList" minOccurs="0" maxOccurs="1"/> <xsd:group ref="EG_CommentProperties" minOccurs="1" maxOccurs="1"/> </xsd:sequence> <xsd:attributeGroup ref="AG_CommentProperties"/> <xsd:attribute name="startDate" type="xsd:dateTime" use="optional"/> <xsd:attribute name="dueDate" type="xsd:dateTime" use="optional"/> <xsd:attribute name="assignedTo" type="ST_AuthorIdList" use="optional" default=""/> <xsd:attribute name="complete" type="s:ST_PositiveFixedPercentage" default="0%" use="optional"/> <xsd:attribute name="title" type="xsd:string" use="optional" default=""/> </xsd:complexType>
See section 5.14 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).