<tnLst> (Time Node List)

This element specifies a list of time node elements used in an animation sequence.

[Example: Consider a simple animation sequence. The <tnLst> element should be used as follows:

<p:timing>
  <p:tnLst>
    <p:par>...
  </p:tnLst>
</p:timing>

End Example]

Parent Elements

<timing>4.4.1.44); <tmpl>4.6.84)

Child Elements

Subclause

<anim> (Animate)

§4.6.1

<animClr> (Animate Color Behavior)

§4.6.2

<animEffect> (Animate Effect)

§4.6.3

<animMotion> (Animate Motion)

§4.6.4

<animRot> (Animate Rotation)

§4.6.5

<animScale> (Animate Scale)

§4.6.6

<audio> (Audio)

§4.6.9

<cmd> (Command)

§4.6.28

<excl> (Exclusive)

§4.6.40

<par> (Parallel Time Node)

§4.6.53

<seq> (Sequence Time Node)

§4.6.65

<set> (Set Time Node Behavior)

§4.6.66

<video> (Video)

§4.6.93

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_TimeNodeList">
	<choice minOccurs="1" maxOccurs="unbounded">
	<element name="par" type="CT_TLTimeNodeParallel"/>
	<element name="seq" type="CT_TLTimeNodeSequence"/>
	<element name="excl" type="CT_TLTimeNodeExclusive"/>
	<element name="anim" type="CT_TLAnimateBehavior"/>
	<element name="animClr" type="CT_TLAnimateColorBehavior"/>
	<element name="animEffect" type="CT_TLAnimateEffectBehavior"/>
	<element name="animMotion" type="CT_TLAnimateMotionBehavior"/>
	<element name="animRot" type="CT_TLAnimateRotationBehavior"/>
	<element name="animScale" type="CT_TLAnimateScaleBehavior"/>
	<element name="cmd" type="CT_TLCommandBehavior"/>
	<element name="set" type="CT_TLSetBehavior"/>
	<element name="audio" type="CT_TLMediaNodeAudio"/>
	<element name="video" type="CT_TLMediaNodeVideo"/>
	</choice>
</complexType>