<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>
|