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