<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>
|