<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 |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
Attributes |
Description |
---|---|
|
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>