[Table of Contents] [docx version]
PresentationML Reference Material - Table of Contents
childTnLst (Children Time Node List)
This element describes the list of time nodes that have a fixed location in the timing tree based on their parent time node. The children's start time is defined relative to their parent time node’s start.
Parent Elements |
cTn (§4.6.33) |
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>