Definition Type: Element
Name: HTMLFormat
Namespace: urn:schemas-microsoft-com:office:excel
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: excel.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
ContentType Restriction
Default None
Documentation:
Specifies the amount of formatting imported into a query table from a Web page.
Collapse XSD Schema Diagram:
XSD Diagram of HTMLFormat in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="HTMLFormat" default="None" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Specifies the amount of formatting imported into a query table from a Web page.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="All" />
            <xsd:enumeration value="None" />
            <xsd:enumeration value="RTF" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:element>
Collapse Facets:
Facet Value
Enumeration All
Enumeration None
Enumeration RTF