<xsd:complexType name="CT_TableStyleElement">
<xsd:attribute name="type" type="ST_TableStyleType" use="required">
<xsd:annotation>
<xsd:documentation>Table Style Type</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="size" type="xsd:unsignedInt" use="optional" default="1">
<xsd:annotation>
<xsd:documentation>Band Size</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="dxfId" type="ST_DxfId" use="optional">
<xsd:annotation>
<xsd:documentation>Formatting Id</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|