<xsd:complexType name="CT_TimeNodeList">
<xsd:choice minOccurs="1" maxOccurs="unbounded">
<xsd:element name="par" type="CT_TLTimeNodeParallel">
<xsd:annotation>
<xsd:documentation>Parallel Time Node</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="seq" type="CT_TLTimeNodeSequence">
<xsd:annotation>
<xsd:documentation>Sequence Time Node</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="excl" type="CT_TLTimeNodeExclusive">
<xsd:annotation>
<xsd:documentation>Exclusive</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="anim" type="CT_TLAnimateBehavior">
<xsd:annotation>
<xsd:documentation>Animate</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="animClr" type="CT_TLAnimateColorBehavior">
<xsd:annotation>
<xsd:documentation>Animate Color Behavior</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="animEffect" type="CT_TLAnimateEffectBehavior">
<xsd:annotation>
<xsd:documentation>Animate Effect</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="animMotion" type="CT_TLAnimateMotionBehavior">
<xsd:annotation>
<xsd:documentation>Animate Motion</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="animRot" type="CT_TLAnimateRotationBehavior">
<xsd:annotation>
<xsd:documentation>Animate Rotation</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="animScale" type="CT_TLAnimateScaleBehavior">
<xsd:annotation>
<xsd:documentation>Animate Scale</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="cmd" type="CT_TLCommandBehavior">
<xsd:annotation>
<xsd:documentation>Command</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="set" type="CT_TLSetBehavior">
<xsd:annotation>
<xsd:documentation>Set Time Node Behavior</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="audio" type="CT_TLMediaNodeAudio">
<xsd:annotation>
<xsd:documentation>Audio</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="video" type="CT_TLMediaNodeVideo">
<xsd:annotation>
<xsd:documentation>Video</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:complexType>
|