<xsd:complexType name="CT_SheetView">
<xsd:sequence>
<xsd:element name="pane" type="CT_Pane" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>View Pane</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="selection" type="CT_Selection" minOccurs="0" maxOccurs="4">
<xsd:annotation>
<xsd:documentation>Selection</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="pivotSelection" type="CT_PivotSelection" minOccurs="0" maxOccurs="4">
<xsd:annotation>
<xsd:documentation>PivotTable Selection</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="extLst" minOccurs="0" maxOccurs="1" type="CT_ExtensionList">
<xsd:annotation>
<xsd:documentation>Future Feature Data Storage Area</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="windowProtection" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Window Protection</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="showFormulas" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Show Formulas</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="showGridLines" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>Show Grid Lines</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="showRowColHeaders" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>Show Headers</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="showZeros" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>Show Zero Values</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="rightToLeft" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Right To Left</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="tabSelected" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Sheet Tab Selected</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="showRuler" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>Show Ruler</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="showOutlineSymbols" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>Show Outline Symbols</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="defaultGridColor" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>Default Grid Color</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="showWhiteSpace" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>Show White Space</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="view" type="ST_SheetViewType" use="optional" default="normal">
<xsd:annotation>
<xsd:documentation>View Type</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="topLeftCell" type="ST_CellRef" use="optional">
<xsd:annotation>
<xsd:documentation>Top Left Visible Cell</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="colorId" type="xsd:unsignedInt" use="optional" default="64">
<xsd:annotation>
<xsd:documentation>Color Id</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="zoomScale" type="xsd:unsignedInt" use="optional" default="100">
<xsd:annotation>
<xsd:documentation>Zoom Scale</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="zoomScaleNormal" type="xsd:unsignedInt" use="optional" default="0">
<xsd:annotation>
<xsd:documentation>Zoom Scale Normal View</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="zoomScaleSheetLayoutView" type="xsd:unsignedInt" use="optional" default="0">
<xsd:annotation>
<xsd:documentation>Zoom Scale Page Break Preview</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="zoomScalePageLayoutView" type="xsd:unsignedInt" use="optional" default="0">
<xsd:annotation>
<xsd:documentation>Zoom Scale Page Layout View</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="workbookViewId" type="xsd:unsignedInt" use="required">
<xsd:annotation>
<xsd:documentation>Workbook View Index</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|