Definition Type: Element
Name: HtmlType
Namespace: urn:schemas-microsoft-com:office:excel
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: excel.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
ContentType Restriction
Default StaticHTML
Documentation:
Specifies the type of HTML generated and the component used by Microsoft Excel when an item is published to a Web page.
Collapse XSD Schema Diagram:
XSD Diagram of HtmlType in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="HtmlType" default="StaticHTML">
    <xsd:annotation>
        <xsd:documentation>Specifies the type of HTML generated and the component used by Microsoft Excel when an item is published to a Web page.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="PivotList" />
            <xsd:enumeration value="StaticHTML" />
            <xsd:enumeration value="WebCalc" />
            <xsd:enumeration value="HTMLChart" />
            <xsd:enumeration value="HtmlCalc" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:element>
Collapse Facets:
Facet Value
Enumeration PivotList
Enumeration StaticHTML
Enumeration WebCalc
Enumeration HTMLChart
Enumeration HtmlCalc