Definition Type: ComplexType
Name: CT_SlideSorterViewProperties
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Containing Schema: pml-viewProperties.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into extLst in schema pml-viewproperties_xsd Drilldown into cViewPr in schema pml-viewproperties_xsd Drilldown into showFormatting in schema pml-viewproperties_xsdXSD Diagram of CT_SlideSorterViewProperties in schema pml-viewproperties_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_SlideSorterViewProperties">
    <xsd:sequence minOccurs="1" maxOccurs="1">
        <xsd:element name="cViewPr" type="CT_CommonViewProperties" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Base properties for Slide Sorter View</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1" />
    </xsd:sequence>
    <xsd:attribute name="showFormatting" type="xsd:boolean" use="optional" default="true">
        <xsd:annotation>
            <xsd:documentation>Show Formatting</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
cViewPr p:cViewPr 1 1
extLst p:extLst 0 1
Collapse Child Attributes:
Name Type Default Value Use
showFormatting p:showFormatting true Optional
Collapse Derivation Tree:
Collapse References:
p:sorterViewPr