<xsd:complexType name="CT_TLAnimateColorBehavior">
<xsd:sequence>
<xsd:element name="cBhvr" type="CT_TLCommonBehaviorData" minOccurs="1" maxOccurs="1" />
<xsd:element name="by" type="CT_TLByAnimateColorTransform" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>By</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="from" type="a:CT_Color" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>From</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="to" type="a:CT_Color" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>To</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="clrSpc" type="ST_TLAnimateColorSpace" use="optional">
<xsd:annotation>
<xsd:documentation>Color Space</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="dir" type="ST_TLAnimateColorDirection" use="optional">
<xsd:annotation>
<xsd:documentation>Direction</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|