Definition Type: ComplexType
Name: CT_ExternalRow
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-supplementaryWorkbooks.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into cell in schema sml-supplementaryworkbooks_xsd Drilldown into r in schema sml-supplementaryworkbooks_xsdXSD Diagram of CT_ExternalRow in schema sml-supplementaryworkbooks_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_ExternalRow">
    <xsd:sequence>
        <xsd:element name="cell" type="CT_ExternalCell" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>External Cell Data</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="r" type="xsd:unsignedInt" use="required">
        <xsd:annotation>
            <xsd:documentation>Row</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
cell nsM:cell 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
r nsM:r Required
Collapse Derivation Tree:
Collapse References:
nsM:row