<sld> (Presentation Slide)

This element specifies a slide within a slide list. The slide list is used to specify an ordering of slides.

[Example: Consider the following custom show with an ordering of slides.

<p:custShowLst>
  <p:custShow name="Custom Show 1" id="0">
    <p:sldLst>
      <p:sld r:id="rId4"/>
      <p:sld r:id="rId3"/>
      <p:sld r:id="rId2"/>
      <p:sld r:id="rId5"/>
    </p:sldLst>
  </p:custShow>
</p:custShowLst>

In the above example the order specified to present the slides is slide 4, then 3, 2 and finally 5. End example]

Parent Elements

<sldLst>4.3.1.31)

Attributes

Description

<id> (Relationship ID)

Namespace: .../officeDocument/2006/relationships

This attribute specifies the relationship id that is used to reference to the actual slide XML file that contains all the information to the slide listed within the slide list.

The possible values for this attribute are defined by the ST_RelationshipId simple type (§7.8.2.1).

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

<complexType name="CT_SlideRelationshipListEntry">
	<attribute ref="r:id" use="required"/>
</complexType>