[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
tables (Tables)
This element serves as the collection of tables to be returned via a web query data connection. Tables are then most commonly referenced by <x> via their indices (in order of the <Table> tags in the HTML page).
Parent Elements |
webPr (§3.13.13) |
Child Elements |
Subclause |
m (No Value) |
§3.13.4 |
s (Character Value) |
§3.13.8 |
x (Shared Items Index) |
§3.10.1.97 |
Attributes |
Description |
count (Count of Tables) |
Number of tables to pull data from when refreshing from a web query.
The possible values for this attribute are defined by the XML Schema unsignedInt datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Tables">
<choice minOccurs="1" maxOccurs="unbounded">
<element name="m" type="CT_TableMissing"/>
<element name="s" type="CT_XStringElement"/>
<element name="x" type="CT_Index"/>
</choice>
<attribute name="count" use="optional" type="xsd:unsignedInt"/>
</complexType>