Definition Type: ComplexType
Name: CT_InputCells
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-sheet.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into numFmtId in schema sml-sheet_xsd Drilldown into val in schema sml-sheet_xsd Drilldown into undone in schema sml-sheet_xsd Drilldown into deleted in schema sml-sheet_xsd Drilldown into r in schema sml-sheet_xsdXSD Diagram of CT_InputCells in schema sml-sheet_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_InputCells">
    <xsd:attribute name="r" type="ST_CellRef" use="required">
        <xsd:annotation>
            <xsd:documentation>Reference</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="deleted" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Deleted</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="undone" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Undone</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="val" type="ST_Xstring" use="required">
        <xsd:annotation>
            <xsd:documentation>Value</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="numFmtId" type="ST_NumFmtId" use="optional">
        <xsd:annotation>
            <xsd:documentation>Number Format Id</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
r nsM:r Required
deleted nsM:deleted false Optional
undone nsM:undone false Optional
val nsM:val Required
numFmtId nsM:numFmtId Optional
Collapse Derivation Tree:
Collapse References:
nsM:inputCells