Definition Type: ComplexType
Name: CT_HandoutMaster
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Containing Schema: pml-slide.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into extLst in schema pml-slide_xsd Drilldown into hf in schema pml-slide_xsd Drilldown into clrMap in schema pml-slide_xsd Drilldown into EG_TopLevelSlide in schema pml-slide_xsd Drilldown into cSld in schema pml-slide_xsdXSD Diagram of CT_HandoutMaster in schema pml-slide_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_HandoutMaster">
    <xsd:sequence>
        <xsd:element name="cSld" type="CT_CommonSlideData" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Common slide data for handout master</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:group ref="EG_TopLevelSlide" minOccurs="1" maxOccurs="1" />
        <xsd:element name="hf" type="CT_HeaderFooter" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Header/Footer information for a handout master</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="extLst" type="CT_ExtensionListModify" minOccurs="0" maxOccurs="1" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
cSld p:cSld 1 1
clrMap p:clrMap 1 1
hf p:hf 0 1
extLst p:extLst 0 1
<xs:group> p:EG_TopLevelSlide 1 1
Collapse Derivation Tree:
Collapse References:
p:handoutMaster