<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.

Parent Elements

<sld>4.4.1.35); <sldLayout>4.4.1.36); <sldMaster>4.4.1.39)

Child Elements

Subclause

<bldLst> (Build List)

§4.6.14

<extLst> (Extension List with Modification Flag)

§4.2.4

<tnLst> (Time Node List)

§4.6.87

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>