19.2.1.33 sldId
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]
Attributes
id (Relationship
Specifies the relationship identifier that is used in conjunction with a corresponding
Namespace: http://purl.oclc.or g/ooxml/officeDoc ument/relationshi ps id (Slide Identifier)
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 (22.8.2.1).
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 (19.7.13).
Identifier)
[Note: The W3C XML Schema definition of this element’s content model (CT_SlideIdListEntry) is located in A.3. end note]