<xsd:complexType name="CT_TLAnimateRotationBehavior">
<xsd:sequence>
<xsd:element name="cBhvr" type="CT_TLCommonBehaviorData" minOccurs="1" maxOccurs="1" />
</xsd:sequence>
<xsd:attribute name="by" type="a:ST_Angle" use="optional">
<xsd:annotation>
<xsd:documentation>By</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="from" type="a:ST_Angle" use="optional">
<xsd:annotation>
<xsd:documentation>From</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="to" type="a:ST_Angle" use="optional">
<xsd:annotation>
<xsd:documentation>To</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|