<timing>
(Slide Timing Information for a Slide Layout)
This element specifies the timing information for handling all animations and timed events within the corresponding slide. This information is tracked via time nodes within the <timing>
element. More information on the specifics of these time nodes and how they are to be defined can be found within the Animation section of the <PresentationML>
framework.
Child Elements |
Subclause |
---|---|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_SlideTiming">
<sequence>
<element name="tnLst" type="CT_TimeNodeList" minOccurs="0" maxOccurs="1"/>
<element name="bldLst" type="CT_BuildList" minOccurs="0" maxOccurs="1"/>
<element name="extLst" type="CT_ExtensionListModify" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>