Definition Type: SimpleType
Name: tStyleOverrideTypeValue
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Documentation:
Defines what part of the table these override properties apply to.
Collapse XSD Schema Diagram:
XSD Diagram of tStyleOverrideTypeValue in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="tStyleOverrideTypeValue">
    <xsd:annotation>
        <xsd:documentation>Defines what part of the table these override properties apply to.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="wholeTable">
        </xsd:enumeration>
        <xsd:enumeration value="firstRow">
        </xsd:enumeration>
        <xsd:enumeration value="lastRow">
        </xsd:enumeration>
        <xsd:enumeration value="firstCol">
        </xsd:enumeration>
        <xsd:enumeration value="lastCol">
        </xsd:enumeration>
        <xsd:enumeration value="band1Vert">
        </xsd:enumeration>
        <xsd:enumeration value="band2Vert">
        </xsd:enumeration>
        <xsd:enumeration value="band1Horz">
        </xsd:enumeration>
        <xsd:enumeration value="band2Horz">
        </xsd:enumeration>
        <xsd:enumeration value="neCell">
        </xsd:enumeration>
        <xsd:enumeration value="nwCell">
        </xsd:enumeration>
        <xsd:enumeration value="seCell">
        </xsd:enumeration>
        <xsd:enumeration value="swCell">
        </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:
  • tStyleOverrideTypeValue
Collapse References:
W:type