Definition Type: ComplexType
Name: CT_TLByAnimateColorTransform
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Containing Schema: pml-animationInfo.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into hsl in schema pml-animationinfo_xsd Drilldown into rgb in schema pml-animationinfo_xsdXSD Diagram of CT_TLByAnimateColorTransform in schema pml-animationinfo_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_TLByAnimateColorTransform">
    <xsd:choice minOccurs="1" maxOccurs="1">
        <xsd:element name="rgb" type="CT_TLByRgbColorTransform">
            <xsd:annotation>
                <xsd:documentation>RGB</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="hsl" type="CT_TLByHslColorTransform">
            <xsd:annotation>
                <xsd:documentation>HSL</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
rgb p:rgb (1) (1)
hsl p:hsl (1) (1)
Collapse Derivation Tree:
  • CT_TLByAnimateColorTransform
Collapse References:
p:by