<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]
| Child Elements | Subclause | 
|---|---|
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | 
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>