Definition Type: ComplexType
Name: CT_SlideMaster
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 txStyles in schema pml-slide_xsd Drilldown into hf in schema pml-slide_xsd Drilldown into timing in schema pml-slide_xsd Drilldown into transition in schema pml-slide_xsd Drilldown into sldLayoutIdLst 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_xsd Drilldown into preserve in schema pml-slide_xsdXSD Diagram of CT_SlideMaster in schema pml-slide_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_SlideMaster">
    <xsd:sequence minOccurs="1" maxOccurs="1">
        <xsd:element name="cSld" type="CT_CommonSlideData" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Common slide data for slide masters</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:group ref="EG_TopLevelSlide" minOccurs="1" maxOccurs="1" />
        <xsd:element name="sldLayoutIdLst" type="CT_SlideLayoutIdList" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>List of Slide Layouts</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="transition" type="CT_SlideTransition" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Slide Transition for a Slide Master</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="timing" type="CT_SlideTiming" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Slide Timing Information for Slide Masters</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="hf" type="CT_HeaderFooter" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Header/Footer information for a slide master</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="txStyles" type="CT_SlideMasterTextStyles" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Slide Master Text Styles</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="extLst" type="CT_ExtensionListModify" minOccurs="0" maxOccurs="1" />
    </xsd:sequence>
    <xsd:attribute name="preserve" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Preserve Slide Master</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
cSld p:cSld 1 1
clrMap p:clrMap 1 1
sldLayoutIdLst p:sldLayoutIdLst 0 1
transition p:transition 0 1
timing p:timing 0 1
hf p:hf 0 1
txStyles p:txStyles 0 1
extLst p:extLst 0 1
<xs:group> p:EG_TopLevelSlide 1 1
Collapse Child Attributes:
Name Type Default Value Use
preserve p:preserve false Optional
Collapse Derivation Tree:
Collapse References:
p:sldMaster