Definition Type: ComplexType
Name: CT_ExternalBook
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-supplementaryWorkbooks.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into sheetDataSet in schema sml-supplementaryworkbooks_xsd Drilldown into definedNames in schema sml-supplementaryworkbooks_xsd Drilldown into sheetNames in schema sml-supplementaryworkbooks_xsd Drilldown into id in schema shared-relationshipreference_xsdXSD Diagram of CT_ExternalBook in schema sml-supplementaryworkbooks_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_ExternalBook">
    <xsd:sequence>
        <xsd:element name="sheetNames" type="CT_ExternalSheetNames" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Supporting Workbook Sheet Names</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="definedNames" type="CT_ExternalDefinedNames" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Named Links</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="sheetDataSet" type="CT_ExternalSheetDataSet" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Cached Worksheet Data</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute ref="r:id" use="required">
        <xsd:annotation>
            <xsd:documentation>Relationship to supporting book file path</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
sheetNames nsM:sheetNames 0 1
definedNames nsM:definedNames 0 1
sheetDataSet nsM:sheetDataSet 0 1
Collapse Child Attributes:
Name Type Default Value Use
id r:id Required
Collapse Derivation Tree:
Collapse References:
nsM:externalBook