19.2.1.31 sld

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]

Attributes

Namespace: http://purl.oclc.or g/ooxml/officeDoc ument/relationshi ps

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

id (Relationship ID)

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.

[Note: The W3C XML Schema definition of this element’s content model (CT_SlideRelationshipListEntry) is located in A.3. end note]

Last updated on