Specifies the HTML tables on a Web page that are imported into a query table.
| Namespace | urn:schemas-microsoft-com:office:excel | 
| Schema name | XML Spreadsheet 2000 | 
| Element | Description | 
|---|---|
| Number | Contains the index number of either an HTML table in a Web page or of a pane in a worksheet window, the number formatting style of a chart object, or a numeric operand. | 
| Text | Contains a string operand or the name of an HTML table in a Web page. | 
| Missing | Indicates that no information is specified. | 
None.
      
<xsd:complexType name="HTMLTablesType" >
  <xsd:sequence>
    <xsd:element name="Number" type="xsd:integer" minOccurs="0" maxOccurs="unbounded">
    </xsd:element>
    <xsd:element name="Text" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
    </xsd:element>
    <xsd:element name="Missing" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>