<sldLst> (List of Presentation Slides)

This element specifies a list of presentation slides. A presentation slide contains the information that is specific to a single slide such as slide-specific shape and text information.

Parent Elements

<outlineViewPr>4.3.2.10)

Child Elements

Subclause

<sld> (Presentation Slide)

§4.3.2.14

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

<complexType name="CT_OutlineViewSlideList">
	<sequence>
	<element name="sld" type="CT_OutlineViewSlideEntry" minOccurs="0" maxOccurs="unbounded"/>
	</sequence>
</complexType>