Definition Type: Group
Name: EG_SlideListChoice
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Containing Schema: pml-baseTypes.xsd
Collapse XSD Schema Diagram:
Drilldown into custShow in schema pml-basetypes_xsd Drilldown into sldRg in schema pml-basetypes_xsd Drilldown into sldAll in schema pml-basetypes_xsdXSD Diagram of EG_SlideListChoice in schema pml-basetypes_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
sldAll p:sldAll (1) (1)
sldRg p:sldRg (1) (1)
custShow p:custShow (1) (1)