Compartilhar via


2.12.3.9 CT_DocumentChangesList

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

Referenced by: CT_ChangesInfo

A complex type that specifies metadata regarding the edits made to the document by a single user.

Child Elements:

chgData: An ac:CT_ChangesData ([MS-ODRAWXML] section 2.29.3.1) element that specifies information about the user making the edits.

docChg: A CT_DocumentChanges element that specifies metadata regarding a single edit to 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 changes list will be stored in the extension list.

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

 <xsd:complexType name="CT_DocumentChangesList">
   <xsd:sequence>
     <xsd:element name="chgData" type="ac:CT_ChangesData" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="docChg" type="CT_DocumentChanges" minOccurs="0" maxOccurs="unbounded"/>
     <xsd:element name="extLst" type="p:CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
 </xsd:complexType>

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