Definition Type: SimpleType
Name: ST_SheetViewType
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-sheet.xsd
Documentation:
Sheet View Type
Collapse XSD Schema Diagram:
XSD Diagram of ST_SheetViewType in schema sml-sheet_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:simpleType name="ST_SheetViewType">
    <xsd:annotation>
        <xsd:documentation>Sheet View Type</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="normal">
            <xsd:annotation>
                <xsd:documentation>Normal View</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="pageBreakPreview">
            <xsd:annotation>
                <xsd:documentation>Page Break Preview</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="pageLayout">
            <xsd:annotation>
                <xsd:documentation>Page Layout View</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration normal
Enumeration pageBreakPreview
Enumeration pageLayout
Collapse Derivation Tree:
Collapse References:
nsM:view, nsM:view