<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>
|