Definition Type: ComplexType
Name: CT_NormalViewProperties
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 restoredTop in schema pml-viewproperties_xsd Drilldown into restoredLeft in schema pml-viewproperties_xsd Drilldown into preferSingleView in schema pml-viewproperties_xsd Drilldown into horzBarState in schema pml-viewproperties_xsd Drilldown into vertBarState in schema pml-viewproperties_xsd Drilldown into snapVertSplitter in schema pml-viewproperties_xsd Drilldown into showOutlineIcons in schema pml-viewproperties_xsdXSD Diagram of CT_NormalViewProperties in schema pml-viewproperties_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_NormalViewProperties">
    <xsd:sequence>
        <xsd:element name="restoredLeft" type="CT_NormalViewPortion" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Normal View Restored Left Properties</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="restoredTop" type="CT_NormalViewPortion" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Normal View Restored Top Properties</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1" />
    </xsd:sequence>
    <xsd:attribute name="showOutlineIcons" type="xsd:boolean" use="optional" default="true">
        <xsd:annotation>
            <xsd:documentation>Show Outline Icons in Normal View</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="snapVertSplitter" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Snap Vertical Splitter</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="vertBarState" type="ST_SplitterBarState" use="optional" default="restored">
        <xsd:annotation>
            <xsd:documentation>State of the Vertical Splitter Bar</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="horzBarState" type="ST_SplitterBarState" use="optional" default="restored">
        <xsd:annotation>
            <xsd:documentation>State of the Horizontal Splitter Bar</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="preferSingleView" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Prefer Single View</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
restoredLeft p:restoredLeft 1 1
restoredTop p:restoredTop 1 1
extLst p:extLst 0 1
Collapse Child Attributes:
Name Type Default Value Use
showOutlineIcons p:showOutlineIcons true Optional
snapVertSplitter p:snapVertSplitter false Optional
vertBarState p:vertBarState restored Optional
horzBarState p:horzBarState restored Optional
preferSingleView p:preferSingleView false Optional
Collapse Derivation Tree:
Collapse References:
p:normalViewPr