<xsd:complexType name="CT_ChartsheetView">
<xsd:sequence>
<xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1">
</xsd:element>
</xsd:sequence>
<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="zoomScale" type="xsd:unsignedInt" default="100" use="optional">
<xsd:annotation>
<xsd:documentation>Window Zoom Scale</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="workbookViewId" type="xsd:unsignedInt" use="required">
<xsd:annotation>
<xsd:documentation>Workbook View Id</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="zoomToFit" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Zoom To Fit</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|