<xsd:complexType name="CT_TableColumn">
<xsd:sequence>
<xsd:element name="calculatedColumnFormula" type="CT_TableFormula" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Calculated Column Formula</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="totalsRowFormula" type="CT_TableFormula" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Totals Row Formula</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="xmlColumnPr" type="CT_XmlColumnPr" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>XML Column Properties</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Future Feature Data Storage Area</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:unsignedInt" use="required">
<xsd:annotation>
<xsd:documentation>Table Field Id</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="uniqueName" type="ST_Xstring" use="optional">
<xsd:annotation>
<xsd:documentation>Unique Name</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="name" type="ST_Xstring" use="required">
<xsd:annotation>
<xsd:documentation>Column name</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="totalsRowFunction" type="ST_TotalsRowFunction" use="optional" default="none">
<xsd:annotation>
<xsd:documentation>Totals Row Function</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="totalsRowLabel" type="ST_Xstring" use="optional">
<xsd:annotation>
<xsd:documentation>Totals Row Label</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="queryTableFieldId" type="xsd:unsignedInt" use="optional">
<xsd:annotation>
<xsd:documentation>Query Table Field Id</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="headerRowDxfId" type="ST_DxfId" use="optional">
<xsd:annotation>
<xsd:documentation>Header Row Cell Format Id</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="dataDxfId" type="ST_DxfId" use="optional">
<xsd:annotation>
<xsd:documentation>Data & Insert Row Format Id</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="totalsRowDxfId" type="ST_DxfId" use="optional">
<xsd:annotation>
<xsd:documentation>Totals Row Format Id</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="headerRowCellStyle" type="ST_Xstring" use="optional">
<xsd:annotation>
<xsd:documentation>Header Row Cell Style</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="dataCellStyle" type="ST_Xstring" use="optional">
<xsd:annotation>
<xsd:documentation>Data Area Style Name</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="totalsRowCellStyle" type="ST_Xstring" use="optional">
<xsd:annotation>
<xsd:documentation>Totals Row Style Name</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|