Definition Type: ComplexType
Name: CT_ChartsheetView
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-sheet.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into extLst in schema sml-sheet_xsd Drilldown into zoomToFit in schema sml-sheet_xsd Drilldown into workbookViewId in schema sml-sheet_xsd Drilldown into zoomScale in schema sml-sheet_xsd Drilldown into tabSelected in schema sml-sheet_xsdXSD Diagram of CT_ChartsheetView in schema sml-sheet_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
extLst nsM:extLst 0 1
Collapse Child Attributes:
Name Type Default Value Use
tabSelected nsM:tabSelected false Optional
zoomScale nsM:zoomScale 100 Optional
workbookViewId nsM:workbookViewId Required
zoomToFit nsM:zoomToFit false Optional
Collapse Derivation Tree:
Collapse References:
nsM:sheetView