Compartilhar via


2.12.3.1 CT_ChangesInfo

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

Referenced by: chgInfo

A complex type that specifies metadata regarding the edits made to the document and the authors of those edits.

Child Elements:

docChgLst: A CT_DocumentChangesList element that specifies metadata regarding the edits made to the document by a single user.

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

 <xsd:complexType name="CT_ChangesInfo">
   <xsd:sequence>
     <xsd:element name="docChgLst" type="CT_DocumentChangesList" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
 </xsd:complexType>

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