2.12.3.5 CT_CommentChanges
Target namespace: http://schemas.microsoft.com/office/powerpoint/2013/main/command
Referenced by: CT_SlideChanges
A complex type that specifies information about edits to a comment.
Child Elements:
chgData: An ac:CT_ChangesData ([MS-ODRAWXML] section 2.29.3.1) element that specifies metadata common to content model changes.
cmMkLst: A CT_CommentMonikerList element that specifies a content moniker that identifies the edited comment.
extLst: A p:CT_ExtensionList ([ISO/IEC29500-4:2016] section A.3) element that specifies the extension list. All future extensions to the comment change descriptor will be stored in the extension list.
Attributes:
chg: An ST_CommentChangeBits attribute that specifies the types of edits made to the comment.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_CommentChanges"> <xsd:sequence> <xsd:element name="chgData" type="ac:CT_ChangesData" minOccurs="0" maxOccurs="1"/> <xsd:element name="cmMkLst" type="CT_CommentMonikerList" minOccurs="1" maxOccurs="1"/> <xsd:element name="extLst" type="p:CT_ExtensionList" minOccurs="0" maxOccurs="1"/> </xsd:sequence> <xsd:attribute name="chg" type="ST_CommentChangeBits" use="required"/> </xsd:complexType>
See section 5.3 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).