<xsd:complexType name="CT_TableStyle">
<xsd:sequence>
<xsd:element name="tableStyleElement" type="CT_TableStyleElement" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Table Style</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>Table Style Name</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="pivot" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>Pivot Style</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="table" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>Table</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="count" type="xsd:unsignedInt" use="optional">
<xsd:annotation>
<xsd:documentation>Table Style Count</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|