Definition Type: ComplexType
Name: CT_ViewProperties
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 gridSpacing in schema pml-viewproperties_xsd Drilldown into notesViewPr in schema pml-viewproperties_xsd Drilldown into sorterViewPr in schema pml-viewproperties_xsd Drilldown into notesTextViewPr in schema pml-viewproperties_xsd Drilldown into outlineViewPr in schema pml-viewproperties_xsd Drilldown into slideViewPr in schema pml-viewproperties_xsd Drilldown into normalViewPr in schema pml-viewproperties_xsd Drilldown into showComments in schema pml-viewproperties_xsd Drilldown into lastView in schema pml-viewproperties_xsdXSD Diagram of CT_ViewProperties in schema pml-viewproperties_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_ViewProperties">
    <xsd:sequence minOccurs="0" maxOccurs="1">
        <xsd:element name="normalViewPr" type="CT_NormalViewProperties" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Normal View Properties</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="slideViewPr" type="CT_SlideViewProperties" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Slide View Properties</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="outlineViewPr" type="CT_OutlineViewProperties" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Outline View Properties</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="notesTextViewPr" type="CT_NotesTextViewProperties" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Notes Text View Properties</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="sorterViewPr" type="CT_SlideSorterViewProperties" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Slide Sorter View Properties</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="notesViewPr" type="CT_NotesViewProperties" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Notes View Properties</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="gridSpacing" type="a:CT_PositiveSize2D" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Grid Spacing</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1" />
    </xsd:sequence>
    <xsd:attribute name="lastView" type="ST_ViewType" use="optional" default="sldView">
        <xsd:annotation>
            <xsd:documentation>Last View</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="showComments" type="xsd:boolean" use="optional" default="true">
        <xsd:annotation>
            <xsd:documentation>Show Comments</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
normalViewPr p:normalViewPr 0 1
slideViewPr p:slideViewPr 0 1
outlineViewPr p:outlineViewPr 0 1
notesTextViewPr p:notesTextViewPr 0 1
sorterViewPr p:sorterViewPr 0 1
notesViewPr p:notesViewPr 0 1
gridSpacing p:gridSpacing 0 1
extLst p:extLst 0 1
Collapse Child Attributes:
Name Type Default Value Use
lastView p:lastView sldView Optional
showComments p:showComments true Optional
Collapse Derivation Tree:
Collapse References:
p:viewPr