Schema Central > OOXML > sml-queryTable.xsd > ssml:queryTable
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

ssml:queryTable

Query Table

Element information

Type: ssml:CT_QueryTable

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
name [1..1]ssml:ST_XstringQueryTable Name
headers [0..1]xsd:booleanFirst Row Column TitlesDefault value is "true".
rowNumbers [0..1]xsd:booleanRow NumbersDefault value is "false".
disableRefresh [0..1]xsd:booleanDisable RefreshDefault value is "false".
backgroundRefresh [0..1]xsd:booleanBackground RefreshDefault value is "true".
firstBackgroundRefresh [0..1]xsd:booleanFirst Background RefreshDefault value is "false".
refreshOnLoad [0..1]xsd:booleanRefresh On LoadDefault value is "false".
growShrinkType [0..1]ssml:ST_GrowShrinkTypeGrow Shrink TypeDefault value is "insertDelete".
fillFormulas [0..1]xsd:booleanFill Adjacent FormulasDefault value is "false".
removeDataOnSave [0..1]xsd:booleanRemove Data On SaveDefault value is "false".
disableEdit [0..1]xsd:booleanDisable EditDefault value is "false".
preserveFormatting [0..1]xsd:booleanPreserve Formatting On RefreshDefault value is "true".
adjustColumnWidth [0..1]xsd:booleanAdjust Column Width On RefreshDefault value is "true".
intermediate [0..1]xsd:booleanIntermediateDefault value is "false".
connectionId [1..1]xsd:unsignedIntConnection ID
autoFormatId [0..1]xsd:unsignedIntAuto Format Idfrom group ssml:AG_AutoFormat
applyNumberFormats [0..1]xsd:booleanApply Number Formatsfrom group ssml:AG_AutoFormat
applyBorderFormats [0..1]xsd:booleanApply Border Formatsfrom group ssml:AG_AutoFormat
applyFontFormats [0..1]xsd:booleanApply Font Formatsfrom group ssml:AG_AutoFormat
applyPatternFormats [0..1]xsd:booleanApply Pattern Formatsfrom group ssml:AG_AutoFormat
applyAlignmentFormats [0..1]xsd:booleanApply Alignment Formatsfrom group ssml:AG_AutoFormat
applyWidthHeightFormats [0..1]xsd:booleanApply Width / Height Formatsfrom group ssml:AG_AutoFormat

Sample instance

<ssml:queryTable name="string" connectionId="1">
   <ssml:queryTableRefresh>
      <ssml:queryTableFields>
         <ssml:queryTableField id="1" name="string">...
         </ssml:queryTableField>
      </ssml:queryTableFields>
      <ssml:queryTableDeletedFields>
         <ssml:deletedField name="string"/>
      </ssml:queryTableDeletedFields>
      <ssml:sortState ref="string">
         <ssml:sortCondition ref="string" iconSet="3Arrows"/>
         <ssml:extLst>...
         </ssml:extLst>
      </ssml:sortState>
      <ssml:extLst>
         <ssml:ext>
            <!--any element-->
         </ssml:ext>
      </ssml:extLst>
   </ssml:queryTableRefresh>
   <ssml:extLst>
      <ssml:ext>
         <!--any element-->
      </ssml:ext>
   </ssml:extLst>
</ssml:queryTable>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com