Compartilhar via


2.12.3.16 CT_SlideChanges

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

Referenced by: CT_DocumentChanges

A complex type that specifies information about edits to a slide.

Child Elements:

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

sldMkLst: A CT_SlideMonikerList element that specifies a content moniker that identifies the edited slide.

spChg: An ac:CT_ShapeChanges ([MS-ODRAWXML] section 2.29.3.16) element that specifies the edits made to a shape on the slide.

grpChg: An ac:CT_GroupShapeChanges ([MS-ODRAWXML] section 2.29.3.7) element that specifies the edits made to a group shape on the slide.

graphicFrameChg: An ac:CT_GraphicFrameChanges ([MS-ODRAWXML] section 2.29.3.19) element that specifies the edits made to a graphic frame on the slide.

picChg: An ac:CT_PictureChanges ([MS-ODRAWXML] section 2.29.3.13) element that specifies the edits made to a picture on the slide.

inkChg: An ac:CT_InkChanges ([MS-ODRAWXML] section 2.29.3.10) element that specifies the edits made to an ink object on the slide.

cxnChg: An ac:CT_ConnectorChanges ([MS-ODRAWXML] section 2.29.3.2) element that specifies the edits made to a connector on the slide.

cmChg: A CT_CommentChanges element that specifies the edits made to a comment on the slide.

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

Attributes:

chg: An ST_SlideChangeBits attribute that specifies the types of edits made to the slide.

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

 <xsd:complexType name="CT_SlideChanges">
   <xsd:sequence>
     <xsd:element name="chgData" type="ac:CT_ChangesData" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="sldMkLst" type="CT_SlideMonikerList" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="spChg" type="ac:CT_ShapeChanges" minOccurs="0" maxOccurs="unbounded"/>
     <xsd:element name="grpChg" type="ac:CT_GroupShapeChanges" minOccurs="0" maxOccurs="unbounded"/>
     <xsd:element name="graphicFrameChg" type="ac:CT_GraphicFrameChanges" minOccurs="0" maxOccurs="unbounded"/>
     <xsd:element name="picChg" type="ac:CT_PictureChanges" minOccurs="0" maxOccurs="unbounded"/>
     <xsd:element name="inkChg" type="ac:CT_InkChanges" minOccurs="0" maxOccurs="unbounded"/>
     <xsd:element name="cxnChg" type="ac:CT_ConnectorChanges" minOccurs="0" maxOccurs="unbounded"/>
     <xsd:element name="cmChg" type="CT_CommentChanges" minOccurs="0" maxOccurs="unbounded"/>
     <xsd:element name="extLst" type="p:CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
   <xsd:attribute name="chg" type="ST_SlideChangeBits" use="required"/>
 </xsd:complexType>

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