Table Style List

The final complex type dealing with table styles is simply a list of table styles. Also contained in this list is the default style which gets applied to the table when the a default is to be used. The complex type CT_TableStyleList is defined in the following manner:

<xsd:complexType name="CT_TableStyleList">
  <xsd:sequence>
    <xsd:element name="tblStyle" type="CT_TableStyle" minOccurs="0"
      maxOccurs="unbounded" />
  </xsd:sequence>
  <xsd:attribute name="def" type="ST_Guid" use="required" />
</xsd:complexType>