19.2.1.6 custShow

This element specifies a custom show that defines a specific slide sequence that the slides are displayed in. This allows for many variants of the same set of slides to be presented.

[Example: Consider the following custom show using three slides.

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

Notice here that the custom show specifies a show, or presentation, where slide 5 is shown first, then slide 2 and finally slide 4. end example]

Attributes

name (Custom Show Name)

Specifies a name for the custom show.

The possible values for this attribute are defined by the ST_Name simple type (19.7.5).

id (Custom Show ID)

Specifies the identification number for this custom show. This should be unique among all the custom shows within the corresponding presentation.

The possible values for this attribute are defined by the W3C XML Schema unsignedInt datatype.

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

Last updated on