<xsd:complexType name="CT_QueryTableField">
<xsd:sequence minOccurs="0">
<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>Field Id</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="name" type="ST_Xstring" use="optional">
<xsd:annotation>
<xsd:documentation>Name</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="dataBound" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>Data Bound Column</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="rowNumbers" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Row Numbers</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="fillFormulas" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Fill This Formula On Refresh</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="clipped" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Clipped Column</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="tableColumnId" type="xsd:unsignedInt" default="0">
<xsd:annotation>
<xsd:documentation>Table Column Id</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|