2.11.3.4 CT_SummaryZoomObject

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

Referenced by: CT_SummaryZoom

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

Child Elements:

zmPr: A CT_ZoomObjectProperties element that specifies Summary 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 Summary Zoom object links to.

title: An xsd:string ([XMLSCHEMA2/2] section 3.2.1) attribute that specifies the Alt text title of the Summary Zoom object.

descr: An xsd:string ([XMLSCHEMA2/2] section 3.2.1) attribute that specifies the Alt text description of the Summary Zoom object.

offsetFactorX: An a:ST_Percentage ([ISO/IEC29500-4:2016] section 17.2.2.2) attribute that specifies the percentage that the object is offset on the x-axis from the default layout.

offsetFactorY: An a:ST_Percentage ([ISO/IEC29500-4:2016] section 17.2.2.2) attribute that specifies the percentage that the object is offset on the y-axis from the default layout.

scaleFactorX: An a:ST_Percentage ([ISO/IEC29500-4:2016] section 17.2.2.2) attribute that specifies the percentage that the object is scaled on the x-axis from the default layout.

scaleFactorY: An a:ST_Percentage ([ISO/IEC29500-4:2016] section 17.2.2.2) attribute that specifies the percentage that the object is scaled on the y-axis from the default layout.

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

 <xsd:complexType name="CT_SummaryZoomObject">
   <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:attribute name="title" type="xsd:string" use="optional" default=""/>
   <xsd:attribute name="descr" type="xsd:string" use="optional" default=""/>
   <xsd:attribute name="offsetFactorX" type="a:ST_Percentage" use="optional" default="0"/>
   <xsd:attribute name="offsetFactorY" type="a:ST_Percentage" use="optional" default="0"/>
   <xsd:attribute name="scaleFactorX" type="a:ST_Percentage" use="optional" default="100000"/>
   <xsd:attribute name="scaleFactorY" type="a:ST_Percentage" use="optional" default="100000"/>
 </xsd:complexType>

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