<sldIdLst> (List of Slide IDs)

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

Parent Elements

<presentation>4.3.1.24)

Child Elements

Subclause

<sldId> (Slide ID)

§4.3.1.29

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

<complexType name="CT_SlideIdList">
	<sequence>
	<element name="sldId" type="CT_SlideIdListEntry" minOccurs="0" maxOccurs="unbounded"/>
	</sequence>
</complexType>