Definition Type: ComplexType
Name: CT_Row
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 c in schema sml-sheet_xsd Drilldown into ph in schema sml-sheet_xsd Drilldown into thickBot in schema sml-sheet_xsd Drilldown into thickTop in schema sml-sheet_xsd Drilldown into collapsed in schema sml-sheet_xsd Drilldown into outlineLevel in schema sml-sheet_xsd Drilldown into customHeight in schema sml-sheet_xsd Drilldown into hidden in schema sml-sheet_xsd Drilldown into ht in schema sml-sheet_xsd Drilldown into customFormat in schema sml-sheet_xsd Drilldown into s in schema sml-sheet_xsd Drilldown into spans in schema sml-sheet_xsd Drilldown into r in schema sml-sheet_xsdXSD Diagram of CT_Row in schema sml-sheet_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_Row">
    <xsd:sequence>
        <xsd:element name="c" type="CT_Cell" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Cell</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="xsd:unsignedInt" use="optional">
        <xsd:annotation>
            <xsd:documentation>Row Index</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="spans" type="ST_CellSpans" use="optional">
        <xsd:annotation>
            <xsd:documentation>Spans</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="customFormat" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Custom Format</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="ht" type="xsd:double" use="optional">
        <xsd:annotation>
            <xsd:documentation>Row Height</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="hidden" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Hidden</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="customHeight" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Custom Height</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="outlineLevel" type="xsd:unsignedByte" use="optional" default="0">
        <xsd:annotation>
            <xsd:documentation>Outline Level</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="collapsed" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Collapsed</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="thickTop" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Thick Top Border</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="thickBot" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Thick Bottom</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
c nsM:c 0 unbounded
extLst nsM:extLst 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
r nsM:r Optional
spans nsM:spans Optional
s nsM:s 0 Optional
customFormat nsM:customFormat false Optional
ht nsM:ht Optional
hidden nsM:hidden false Optional
customHeight nsM:customHeight false Optional
outlineLevel nsM:outlineLevel 0 Optional
collapsed nsM:collapsed false Optional
thickTop nsM:thickTop false Optional
thickBot nsM:thickBot false Optional
ph nsM:ph false Optional
Collapse Derivation Tree:
Collapse References:
nsM:row