Definition Type: ComplexType
Name: CT_TLAnimVariant
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Containing Schema: pml-animationInfo.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into clrVal in schema pml-animationinfo_xsd Drilldown into strVal in schema pml-animationinfo_xsd Drilldown into fltVal in schema pml-animationinfo_xsd Drilldown into intVal in schema pml-animationinfo_xsd Drilldown into boolVal in schema pml-animationinfo_xsdXSD Diagram of CT_TLAnimVariant in schema pml-animationinfo_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_TLAnimVariant">
    <xsd:choice minOccurs="1" maxOccurs="1">
        <xsd:element name="boolVal" type="CT_TLAnimVariantBooleanVal">
            <xsd:annotation>
                <xsd:documentation>Boolean Variant</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="intVal" type="CT_TLAnimVariantIntegerVal">
            <xsd:annotation>
                <xsd:documentation>Integer</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="fltVal" type="CT_TLAnimVariantFloatVal">
            <xsd:annotation>
                <xsd:documentation>Float Value</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="strVal" type="CT_TLAnimVariantStringVal">
            <xsd:annotation>
                <xsd:documentation>String Value</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="clrVal" type="a:CT_Color">
            <xsd:annotation>
                <xsd:documentation>Color Value</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
boolVal p:boolVal (1) (1)
intVal p:intVal (1) (1)
fltVal p:fltVal (1) (1)
strVal p:strVal (1) (1)
clrVal p:clrVal (1) (1)
Collapse Derivation Tree:
Collapse References:
p:progress, p:to, p:val