[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

rtn (Runtime Node Trigger Choice)

This element specifies the child time node that triggers a time condition. References a child time node or all child nodes. Order is based on the child's end time.

[Example: Consider an animation which will end the synchronization of all parallel time nodes when all the child nodes have ended their animation. The <rtn> element should be used as follows:

<p:cTn>

<p:stCondLst>...

<p:endSync evt="end" delay="0">

<p:rtn val="all"/>

</p:endSync>

<p:childTnLst>...

</p:cTn>

End Example]

Parent Elements

cond4.6.31); endSync4.6.39)

 

Attributes

Description

val (Value)

This attribute describes the value that will trigger the runtime node.

 

The possible values for this attribute are defined by the ST_TLTriggerRuntimeNode simple type (§4.8.53).

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

<complexType name="CT_TLTriggerRuntimeNode">

   <attribute name="val" type="ST_TLTriggerRuntimeNode" use="required"/>

</complexType>