<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>
|