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