2.9.3.2 CT_SectionZoomObject

Target namespace: http://schemas.microsoft.com/office/powerpoint/2016/sectionzoom

Referenced by: CT_SectionZoom

A complex type that specifies the object type as a Section Zoom object.

Child Elements:

zmPr: A CT_ZoomObjectProperties element that specifies Section Zoom object properties.

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

Attributes:

sectionId: A s:ST_Guid ([ISO/IEC29500-4:2016]section A.8.9) attribute that specifies the section ID that the Section Zoom object links to.

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

 <xsd:complexType name="CT_SectionZoomObject">
   <xsd:sequence>
     <xsd:element name="zmPr" type="p166:CT_ZoomObjectProperties" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="extLst" type="p:CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
   <xsd:attribute name="sectionId" type="s:ST_Guid" use="required"/>
 </xsd:complexType>

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