<xsd:group name="EG_SlideListChoice">
<xsd:choice>
<xsd:element name="sldAll" type="CT_Empty">
<xsd:annotation>
<xsd:documentation>All Slides</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="sldRg" type="CT_IndexRange">
<xsd:annotation>
<xsd:documentation>Slide Range</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="custShow" type="CT_CustomShowId">
<xsd:annotation>
<xsd:documentation>Custom Show</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:group>
|