<xsd:complexType name="CT_TableStyles">
<xsd:sequence>
<xsd:element name="tableStyle" type="CT_TableStyle" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Table Style</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="count" type="xsd:unsignedInt" use="optional">
<xsd:annotation>
<xsd:documentation>Table Style Count</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="defaultTableStyle" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Default Table Style</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="defaultPivotStyle" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Default Pivot Style</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|