<xsd:complexType name="CT_CustomWorkbookView">
<xsd:sequence>
<xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList">
</xsd:element>
</xsd:sequence>
<xsd:attribute name="name" type="ST_Xstring" use="required">
<xsd:annotation>
<xsd:documentation>Custom View Name</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="guid" type="ST_Guid" use="required">
<xsd:annotation>
<xsd:documentation>Custom View GUID</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="autoUpdate" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Auto Update</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="mergeInterval" type="xsd:unsignedInt" use="optional">
<xsd:annotation>
<xsd:documentation>Merge Interval</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="changesSavedWin" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Changes Saved Win</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="onlySync" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Only Synch</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="personalView" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Personal View</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="includePrintSettings" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>Include Print Settings</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="includeHiddenRowCol" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>Include Hidden Rows & Columns</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="maximized" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Maximized</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="minimized" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Minimized</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="showHorizontalScroll" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>Show Horizontal Scroll</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="showVerticalScroll" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>Show Vertical Scroll</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="showSheetTabs" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>Show Sheet Tabs</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="xWindow" type="xsd:int" use="optional" default="0">
<xsd:annotation>
<xsd:documentation>Top Left Corner (X Coordinate)</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="yWindow" type="xsd:int" use="optional" default="0">
<xsd:annotation>
<xsd:documentation>Top Left Corner (Y Coordinate)</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="windowWidth" type="xsd:unsignedInt" use="required">
<xsd:annotation>
<xsd:documentation>Window Width</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="windowHeight" type="xsd:unsignedInt" use="required">
<xsd:annotation>
<xsd:documentation>Window Height</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="tabRatio" type="xsd:unsignedInt" use="optional" default="600">
<xsd:annotation>
<xsd:documentation>Sheet Tab Ratio</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="activeSheetId" type="xsd:unsignedInt" use="required">
<xsd:annotation>
<xsd:documentation>Active Sheet in Book View</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="showFormulaBar" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>Show Formula Bar</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="showStatusbar" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>Show Status Bar</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="showComments" type="ST_Comments" use="optional" default="commIndicator">
<xsd:annotation>
<xsd:documentation>Show Comments</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="showObjects" type="ST_Objects" use="optional" default="all">
<xsd:annotation>
<xsd:documentation>Show Objects</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|