Compartilhar via


2.12.3.8 CT_DocumentChanges

Target namespace: http://schemas.microsoft.com/office/powerpoint/2013/main/command

Referenced by: CT_DocumentChangesList

A complex type that specifies metadata about edits to the presentation document.

Child Elements:

chgData: An ac:CT_ChangesData ([MS-ODRAWXML] section 2.29.3.1) element that specifies metadata common to content model changes.

docMkLst: A CT_DocumentMonikerList element that specifies a content moniker that identifies the edited document.

sldChg: A CT_SlideChanges element that specifies the edits made to a slide in the document.

sldMasterChg: A CT_MainMasterChanges element that specifies the edits made to a master slide in the document.

cmAuthorChg: A CT_CommentAuthorChanges element that specifies the edits made to a comment author data object in the document.

extLst: A p:CT_ExtensionList ([ISO/IEC29500-4:2016] section A.3) element that specifies the extension list. All future extensions to the document change descriptor will be stored in the extension list.

Attributes:

chg: An ST_DocumentChangeBits attribute that specifies the types of edits made to the document.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_DocumentChanges">
   <xsd:sequence>
     <xsd:element name="chgData" type="ac:CT_ChangesData" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="docMkLst" type="CT_DocumentMonikerList" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="sldChg" type="CT_SlideChanges" minOccurs="0" maxOccurs="unbounded"/>
     <xsd:element name="sldMasterChg" type="CT_MainMasterChanges" minOccurs="0" maxOccurs="unbounded"/>
     <xsd:element name="cmAuthorChg" type="CT_CommentAuthorChanges" minOccurs="0" maxOccurs="unbounded"/>
     <xsd:element name="extLst" type="p:CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
   <xsd:attribute name="chg" type="ST_DocumentChangeBits" use="required"/>
 </xsd:complexType>

See section 5.3 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).