Definition Type: Group
Name: EG_ShowType
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Containing Schema: pml-presentationProperties.xsd
Collapse XSD Schema Diagram:
Drilldown into kiosk in schema pml-presentationproperties_xsd Drilldown into browse in schema pml-presentationproperties_xsd Drilldown into present in schema pml-presentationproperties_xsdXSD Diagram of EG_ShowType in schema pml-presentationproperties_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:group name="EG_ShowType">
    <xsd:choice>
        <xsd:element name="present" type="CT_Empty">
            <xsd:annotation>
                <xsd:documentation>Presenter Slide Show Mode</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="browse" type="CT_ShowInfoBrowse">
            <xsd:annotation>
                <xsd:documentation>Browse Slide Show Mode</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="kiosk" type="CT_ShowInfoKiosk">
            <xsd:annotation>
                <xsd:documentation>Kiosk Slide Show Mode</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
present p:present (1) (1)
browse p:browse (1) (1)
kiosk p:kiosk (1) (1)