Definition Type: ComplexType
Name: CT_ExternalSheetData
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-supplementaryWorkbooks.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into row in schema sml-supplementaryworkbooks_xsd Drilldown into refreshError in schema sml-supplementaryworkbooks_xsd Drilldown into sheetId in schema sml-supplementaryworkbooks_xsdXSD Diagram of CT_ExternalSheetData in schema sml-supplementaryworkbooks_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_ExternalSheetData">
    <xsd:sequence>
        <xsd:element name="row" type="CT_ExternalRow" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Row</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="sheetId" type="xsd:unsignedInt" use="required">
        <xsd:annotation>
            <xsd:documentation>Sheet Id</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="refreshError" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Last Refresh Resulted in Error</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
row nsM:row 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
sheetId nsM:sheetId Required
refreshError nsM:refreshError false Optional
Collapse Derivation Tree:
Collapse References:
nsM:sheetData