Slide List Choice

There are many cases in which a user needs to specify a set of slides for an operation. The canonical example is what slides to include in your slide show. Because this operation is frequently required in the file format, one implementation has provided a utility to facilitate this:

<xsd:group name="EG_SlideListChoice">
  <xsd:choice>
    <xsd:element name="sldAll" type="CT_Empty" />
    <xsd:element name="sldRg" type="CT_IndexRange" />
    <xsd:element name="custShow" type="CT_CustomShowId" />
  </xsd:choice>
</xsd:group>

As the schema above declares, when selecting a set of slides, the user can select all of the slides, a slide range (by declaring a pair of start and end indices) or a particular custom show.