Definition Type: ComplexType
Name: CT_TLAnimateColorBehavior
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 dir in schema pml-animationinfo_xsd Drilldown into clrSpc in schema pml-animationinfo_xsdXSD Diagram of CT_TLAnimateColorBehavior in schema pml-animationinfo_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<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>
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
clrSpc p:clrSpc Optional
dir p:dir Optional
Collapse Derivation Tree:
Collapse References:
p:animClr