<xsd:complexType name="CT_QueryTable">
<xsd:sequence>
<xsd:element name="queryTableRefresh" type="CT_QueryTableRefresh" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>QueryTable Refresh Information</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="name" type="ST_Xstring" use="required">
<xsd:annotation>
<xsd:documentation>QueryTable Name</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="headers" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>First Row Column Titles</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="disableRefresh" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Disable Refresh</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="backgroundRefresh" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>Background Refresh</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="firstBackgroundRefresh" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>First Background Refresh</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="refreshOnLoad" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Refresh On Load</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="growShrinkType" type="ST_GrowShrinkType" use="optional" default="insertDelete">
<xsd:annotation>
<xsd:documentation>Grow Shrink Type</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="fillFormulas" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Fill Adjacent Formulas</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="removeDataOnSave" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Remove Data On Save</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="disableEdit" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Disable Edit</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="preserveFormatting" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>Preserve Formatting On Refresh</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="adjustColumnWidth" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>Adjust Column Width On Refresh</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="intermediate" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Intermediate</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="connectionId" type="xsd:unsignedInt" use="required">
<xsd:annotation>
<xsd:documentation>Connection Id</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attributeGroup ref="AG_AutoFormat" />
</xsd:complexType>
|