Definition Type: ComplexType
Name: CT_SheetPr
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-sheet.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into pageSetUpPr in schema sml-sheet_xsd Drilldown into outlinePr in schema sml-sheet_xsd Drilldown into tabColor in schema sml-sheet_xsd Drilldown into enableFormatConditionsCalculation in schema sml-sheet_xsd Drilldown into filterMode in schema sml-sheet_xsd Drilldown into codeName in schema sml-sheet_xsd Drilldown into published in schema sml-sheet_xsd Drilldown into transitionEntry in schema sml-sheet_xsd Drilldown into transitionEvaluation in schema sml-sheet_xsd Drilldown into syncRef in schema sml-sheet_xsd Drilldown into syncVertical in schema sml-sheet_xsd Drilldown into syncHorizontal in schema sml-sheet_xsdXSD Diagram of CT_SheetPr in schema sml-sheet_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_SheetPr">
    <xsd:sequence>
        <xsd:element name="tabColor" type="CT_Color" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Sheet Tab Color</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="outlinePr" type="CT_OutlinePr" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Outline Properties</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="pageSetUpPr" type="CT_PageSetUpPr" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Page Setup Properties</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="syncHorizontal" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Synch Horizontal</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="syncVertical" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Synch Vertical</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="syncRef" type="ST_Ref" use="optional">
        <xsd:annotation>
            <xsd:documentation>Synch Reference</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="transitionEvaluation" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Transition Formula Evaluation</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="transitionEntry" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Transition Formula Entry</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="published" type="xsd:boolean" use="optional" default="true">
        <xsd:annotation>
            <xsd:documentation>Published</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="codeName" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation>Code Name</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="filterMode" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Filter Mode</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="enableFormatConditionsCalculation" type="xsd:boolean" use="optional" default="true">
        <xsd:annotation>
            <xsd:documentation>Enable Conditional Formatting Calculations</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
tabColor nsM:tabColor 0 1
outlinePr nsM:outlinePr 0 1
pageSetUpPr nsM:pageSetUpPr 0 1
Collapse Child Attributes:
Name Type Default Value Use
syncHorizontal nsM:syncHorizontal false Optional
syncVertical nsM:syncVertical false Optional
syncRef nsM:syncRef Optional
transitionEvaluation nsM:transitionEvaluation false Optional
transitionEntry nsM:transitionEntry false Optional
published nsM:published true Optional
codeName nsM:codeName Optional
filterMode nsM:filterMode false Optional
enableFormatConditionsCalculation nsM:enableFormatConditionsCalculation true Optional
Collapse Derivation Tree:
Collapse References:
nsM:sheetPr, nsM:sheetPr, nsM:sheetPr