Definition Type: SimpleType
Name: ST_CellFormulaType
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-sheet.xsd
Documentation:
Formula Type
Collapse XSD Schema Diagram:
XSD Diagram of ST_CellFormulaType in schema sml-sheet_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:simpleType name="ST_CellFormulaType">
    <xsd:annotation>
        <xsd:documentation>Formula Type</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="normal">
            <xsd:annotation>
                <xsd:documentation>Normal</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="array">
            <xsd:annotation>
                <xsd:documentation>Array Entered</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="dataTable">
            <xsd:annotation>
                <xsd:documentation>Table Formula</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="shared">
            <xsd:annotation>
                <xsd:documentation>Shared Formula</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration normal
Enumeration array
Enumeration dataTable
Enumeration shared
Collapse Derivation Tree:
  • ST_CellFormulaType
Collapse References:
nsM:t