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