[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

endCondLst (End Conditions List)

This element describes a list of the end conditions that must be met in order to stop the time node.

[Example: Consider a shape a shape with an audio attached to the animation. The <endCondList> element should be used as follows to specifies when the sound is done:

<p:audio>

<p:cMediaNode>

<p:cTn display="0" masterRel="sameClick">

<p:stCondLst>...

<p:endCondLst>

<p:cond evt="onStopAudio" delay="0">

<p:tgtEl>

<p:sldTgt/>

</p:tgtEl>

</p:cond>

</p:endCondLst>

</p:cTn>

<p:tgtEl>...

</p:cMediaNode>

</p:audio>

End Example]

Parent Elements

cTn4.6.33)

 

Child Elements

Subclause

cond (Condition)

§4.6.31

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

<complexType name="CT_TLTimeConditionList">

   <sequence>

   <element name="cond" type="CT_TLTimeCondition" minOccurs="1" maxOccurs="unbounded"/>

   </sequence>

</complexType>