Table Background Style

The complex type, CT_TableBackgroundStyle, defines the style elements associated with the background of the table. The table background style can contain a fill and effect. The complex type is defined in the following manner:

<xsd:complexType name="CT_TableBackgroundStyle">
  <xsd:sequence>
    <xsd:group ref="EG_ThemeableFillStyle" minOccurs="0" 
      maxOccurs="1" />
    <xsd:group ref="EG_ThemeableEffectStyle" minOccurs="0" 
      maxOccurs="1" />
  </xsd:sequence>
</xsd:complexType>