Definition Type: ComplexType
Name: CT_CustomChartsheetView
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-sheet.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into headerFooter in schema sml-sheet_xsd Drilldown into pageSetup in schema sml-sheet_xsd Drilldown into pageMargins in schema sml-sheet_xsd Drilldown into zoomToFit in schema sml-sheet_xsd Drilldown into state in schema sml-sheet_xsd Drilldown into scale in schema sml-sheet_xsd Drilldown into guid in schema sml-sheet_xsdXSD Diagram of CT_CustomChartsheetView in schema sml-sheet_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_CustomChartsheetView">
    <xsd:sequence>
        <xsd:element name="pageMargins" type="CT_PageMargins" minOccurs="0" maxOccurs="1">
        </xsd:element>
        <xsd:element name="pageSetup" type="CT_CsPageSetup" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Chart Sheet Page Setup</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="headerFooter" type="CT_HeaderFooter" minOccurs="0" maxOccurs="1">
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="guid" type="ST_Guid" use="required">
        <xsd:annotation>
            <xsd:documentation>GUID</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="scale" type="xsd:unsignedInt" default="100">
        <xsd:annotation>
            <xsd:documentation>Print Scale</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="state" type="ST_SheetState" default="visible">
        <xsd:annotation>
            <xsd:documentation>Visible State</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
pageMargins nsM:pageMargins 0 1
pageSetup nsM:pageSetup 0 1
headerFooter nsM:headerFooter 0 1
Collapse Child Attributes:
Name Type Default Value Use
guid nsM:guid Required
scale nsM:scale 100 (Optional)
state nsM:state visible (Optional)
zoomToFit nsM:zoomToFit false Optional
Collapse Derivation Tree:
Collapse References:
nsM:customSheetView