Definition Type: ComplexType
Name: CT_CustomShow
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Containing Schema: pml-presentation.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into extLst in schema pml-presentation_xsd Drilldown into sldLst in schema pml-presentation_xsd Drilldown into id in schema pml-presentation_xsd Drilldown into name in schema pml-presentation_xsdXSD Diagram of CT_CustomShow in schema pml-presentation_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_CustomShow">
    <xsd:sequence>
        <xsd:element name="sldLst" type="CT_SlideRelationshipList" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>List of Presentation Slides</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1" />
    </xsd:sequence>
    <xsd:attribute name="name" type="ST_Name" use="required">
        <xsd:annotation>
            <xsd:documentation>Custom Show Name</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="id" type="xsd:unsignedInt" use="required">
        <xsd:annotation>
            <xsd:documentation>Custom Show ID</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
sldLst p:sldLst 1 1
extLst p:extLst 0 1
Collapse Child Attributes:
Name Type Default Value Use
name p:name Required
id p:id Required
Collapse Derivation Tree:
Collapse References:
p:custShow