[Table of Contents] [docx version]
PresentationML Reference Material - Table of Contents
This element specifies a presentation slide that is 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.
[Example: Consider the following specification of a slide master within a presentation
<p:presentation xmlns:a="" xmlns:r="" xmlns:p="" embedTrueTypeFonts="1">
..
<p:sldIdLst>
<p:sldId id="256" r:id="rId3"/>
<p:sldId id="257" r:id="rId4"/>
<p:sldId id="258" r:id="rId5"/>
<p:sldId id="259" r:id="rId6"/>
<p:sldId id="260" r:id="rId7"/>
</p:sldIdLst>
..
</p:presentation>
end example]
Parent Elements |
sldIdLst (§4.3.1.30) |
Child Elements |
Subclause |
extLst (Extension List) |
§4.2.5 |
Attributes |
Description |
id (Relationship Identifier)
Namespace: .../officeDocument/2006/relationships |
Specifies the relationship identifier that is used in conjunction with a corresponding relationship file to resolve the location within a presentation of the sld element defining this slide.
The possible values for this attribute are defined by the ST_RelationshipId simple type (§7.8.2.1). |
id (Slide Identifier) |
Specifies the slide identifier that is to contain a value that is unique throughout the presentation.
The possible values for this attribute are defined by the ST_SlideId simple type (§4.8.17). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_SlideIdListEntry">
<sequence>
<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
<attribute name="id" type="ST_SlideId" use="required"/>
<attribute ref="r:id" use="required"/>
</complexType>