[Table of Contents] [docx version]
PresentationML Reference Material - Table of Contents
stCondLst (Start Conditions List)
This element contains a list conditions that must be met for a time node to be activated.
[Example: For example, suppose we have a shape with an entrance appearance after 5 seconds. The <stCondLst>element should be used as follows:
<p:par>
<p:cTn id="5" nodeType="clickEffect">
<p:stCondLst>
<p:cond delay="5000"/>
</p:stCondLst>
<p:childTnLst>...
</p:cTn>
</p:par>
End Example]
Parent Elements |
cTn (§4.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>