Definition Type: SimpleType
Name: ST_TblStyleOverrideType
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Containing Schema: wml.xsd
Documentation:
Conditional Table Style Formatting Types
Collapse XSD Schema Diagram:
XSD Diagram of ST_TblStyleOverrideType in schema wml_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:simpleType name="ST_TblStyleOverrideType">
    <xsd:annotation>
        <xsd:documentation>Conditional Table Style Formatting Types</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="wholeTable">
            <xsd:annotation>
                <xsd:documentation>Whole table formatting</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="firstRow">
            <xsd:annotation>
                <xsd:documentation>First Row Conditional Formatting</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="lastRow">
            <xsd:annotation>
                <xsd:documentation>Last table row formatting</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="firstCol">
            <xsd:annotation>
                <xsd:documentation>First Column Conditional Formatting</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="lastCol">
            <xsd:annotation>
                <xsd:documentation>Last table column formatting</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="band1Vert">
            <xsd:annotation>
                <xsd:documentation>Banded Column Conditional Formatting</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="band2Vert">
            <xsd:annotation>
                <xsd:documentation>Even Column Stripe Conditional Formatting</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="band1Horz">
            <xsd:annotation>
                <xsd:documentation>Banded Row Conditional Formatting</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="band2Horz">
            <xsd:annotation>
                <xsd:documentation>Even Row Stripe Conditional Formatting</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="neCell">
            <xsd:annotation>
                <xsd:documentation>Top right table cell formatting</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="nwCell">
            <xsd:annotation>
                <xsd:documentation>Top left table cell formatting</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="seCell">
            <xsd:annotation>
                <xsd:documentation>Bottom right table cell formatting</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="swCell">
            <xsd:annotation>
                <xsd:documentation>Bottom left table cell formatting</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration wholeTable
Enumeration firstRow
Enumeration lastRow
Enumeration firstCol
Enumeration lastCol
Enumeration band1Vert
Enumeration band2Vert
Enumeration band1Horz
Enumeration band2Horz
Enumeration neCell
Enumeration nwCell
Enumeration seCell
Enumeration swCell
Collapse Derivation Tree:
  • ST_TblStyleOverrideType
Collapse References:
w:type