Definition Type: ComplexType
Name: CT_Cell
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-sheet.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into extLst in schema sml-sheet_xsd Drilldown into is in schema sml-sheet_xsd Drilldown into v in schema sml-sheet_xsd Drilldown into f in schema sml-sheet_xsd Drilldown into ph in schema sml-sheet_xsd Drilldown into vm in schema sml-sheet_xsd Drilldown into cm in schema sml-sheet_xsd Drilldown into t in schema sml-sheet_xsd Drilldown into s in schema sml-sheet_xsd Drilldown into r in schema sml-sheet_xsdXSD Diagram of CT_Cell in schema sml-sheet_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_Cell">
    <xsd:sequence>
        <xsd:element name="f" type="CT_CellFormula" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Formula</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="v" type="ST_Xstring" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Cell Value</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="is" type="CT_Rst" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Rich Text Inline</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="extLst" minOccurs="0" type="CT_ExtensionList">
            <xsd:annotation>
                <xsd:documentation>Future Feature Data Storage Area</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="r" type="ST_CellRef" use="optional">
        <xsd:annotation>
            <xsd:documentation>Reference</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="s" type="xsd:unsignedInt" use="optional" default="0">
        <xsd:annotation>
            <xsd:documentation>Style Index</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="t" type="ST_CellType" use="optional" default="n">
        <xsd:annotation>
            <xsd:documentation>Cell Data Type</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="cm" type="xsd:unsignedInt" use="optional" default="0">
        <xsd:annotation>
            <xsd:documentation>Cell Metadata Index</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="vm" type="xsd:unsignedInt" use="optional" default="0">
        <xsd:annotation>
            <xsd:documentation>Value Metadata Index</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="ph" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Show Phonetic</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
f nsM:f 0 1
v nsM:v 0 1
is nsM:is 0 1
extLst nsM:extLst 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
r nsM:r Optional
s nsM:s 0 Optional
t nsM:t n Optional
cm nsM:cm 0 Optional
vm nsM:vm 0 Optional
ph nsM:ph false Optional
Collapse Derivation Tree:
Collapse References:
nsM:cnsM:nc, nsM:oc,