CT_AnimationElementChoice

Complex Type Information

Model

Children: chart, dgm

Source

<xsd:complexType name="CT_AnimationElementChoice">
  <xsd:choice minOccurs="1" maxOccurs="1">
    <xsd:element name="dgm" type="CT_AnimationDgmElement"/>
    <xsd:element name="chart" type="CT_AnimationChartElement"/>
  </xsd:choice>
</xsd:complexType>