Definition Type: SimpleType
Name: ST_HtmlFmt
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-externalConnections.xsd
Documentation:
HTML Formatting Handling
Collapse XSD Schema Diagram:
XSD Diagram of ST_HtmlFmt in schema sml-externalconnections_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:simpleType name="ST_HtmlFmt">
    <xsd:annotation>
        <xsd:documentation>HTML Formatting Handling</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="none">
            <xsd:annotation>
                <xsd:documentation>No Formatting</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="rtf">
            <xsd:annotation>
                <xsd:documentation>Honor Rich Text</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="all">
            <xsd:annotation>
                <xsd:documentation>All</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration none
Enumeration rtf
Enumeration all
Collapse Derivation Tree:
Collapse References:
nsM:htmlFormat