<xsd:complexType name="CT_TLAnimateBehavior">
<xsd:sequence>
<xsd:element name="cBhvr" type="CT_TLCommonBehaviorData" minOccurs="1" maxOccurs="1" />
<xsd:element name="tavLst" type="CT_TLTimeAnimateValueList" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Time Animated Value List</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="by" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>By</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="from" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>From</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="to" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>To</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="calcmode" type="ST_TLAnimateBehaviorCalcMode" use="optional">
<xsd:annotation>
<xsd:documentation>Calculation Mode</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="valueType" type="ST_TLAnimateBehaviorValueType" use="optional">
<xsd:annotation>
<xsd:documentation>Value Type</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|