<xsd:complexType name="HTMLTablesType">
<xsd:annotation>
<xsd:documentation>Specifies the HTML tables on a Web page that are imported into a query table.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Number" type="xsd:integer" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>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.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Text" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Contains a string operand or the name of an HTML table in a Web page.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Missing" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Indicates that no information is specified.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|