Definition Type: ComplexType
Name: CT_AnimationElementChoice
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Containing Schema: dml-graphicalObjectAnimation.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into chart in schema dml-graphicalobjectanimation_xsd Drilldown into dgm in schema dml-graphicalobjectanimation_xsdXSD Diagram of CT_AnimationElementChoice in schema dml-graphicalobjectanimation_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_AnimationElementChoice">
    <xsd:choice minOccurs="1" maxOccurs="1">
        <xsd:element name="dgm" type="CT_AnimationDgmElement">
            <xsd:annotation>
                <xsd:documentation>Diagram to Animate</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="chart" type="CT_AnimationChartElement">
            <xsd:annotation>
                <xsd:documentation>Chart to Animate</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
dgm a:dgm (1) (1)
chart a:chart (1) (1)
Collapse Derivation Tree:
Collapse References:
p:graphicEl