Definition Type: ComplexType
Name: CT_TLAnimateScaleBehavior
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Containing Schema: pml-animationInfo.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into to in schema pml-animationinfo_xsd Drilldown into from in schema pml-animationinfo_xsd Drilldown into by in schema pml-animationinfo_xsd Drilldown into cBhvr in schema pml-animationinfo_xsd Drilldown into zoomContents in schema pml-animationinfo_xsdXSD Diagram of CT_TLAnimateScaleBehavior in schema pml-animationinfo_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_TLAnimateScaleBehavior">
    <xsd:sequence>
        <xsd:element name="cBhvr" type="CT_TLCommonBehaviorData" minOccurs="1" maxOccurs="1" />
        <xsd:element name="by" type="CT_TLPoint" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>By</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="from" type="CT_TLPoint" minOccurs="0" maxOccurs="1" />
        <xsd:element name="to" type="CT_TLPoint" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>To</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="zoomContents" type="xsd:boolean" use="optional">
        <xsd:annotation>
            <xsd:documentation>Zoom Content</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
cBhvr p:cBhvr 1 1
by p:by 0 1
from p:from 0 1
to p:to 0 1
Collapse Child Attributes:
Name Type Default Value Use
zoomContents p:zoomContents Optional
Collapse Derivation Tree:
Collapse References:
p:animScale