Definition Type: ComplexType
Name: HTMLTablesType
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
Abstract
Documentation:
Specifies the HTML tables on a Web page that are imported into a query table.
Collapse XSD Schema Diagram:
Drilldown into Missing in schema excel_xsd Drilldown into Text in schema excel_xsd Drilldown into Number in schema excel_xsdXSD Diagram of HTMLTablesType in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Number x:Number 0 unbounded
Text x:Text 0 unbounded
Missing x:Missing 0 unbounded
Collapse Derivation Tree:
Collapse References:
x:HTMLTables