Definition Type: ComplexType
Name: SupBookType
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
Abstract
Documentation:
Contains information about references and links to other workbooks and data sources.
Collapse XSD Schema Diagram:
Drilldown into Xct in schema excel_xsd Drilldown into ExternName in schema excel_xsd Drilldown into SheetName in schema excel_xsd Drilldown into Path in schema excel_xsdXSD Diagram of SupBookType in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="SupBookType">
    <xsd:annotation>
        <xsd:documentation>Contains information about references and links to other workbooks and data sources.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="Path" type="xsd:string">
            <xsd:annotation>
                <xsd:documentation>Contains the type, path, and file name of an external or linked workbook or data source, or for a PivotList component, the name of the column, leaf, or row member of an axis or cell.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="SheetName" type="xsd:string" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Contains the name of a worksheet in another workbook.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="ExternName" type="ExternNameType" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Contains information about a DDE or OLE link, or a referenced name that is defined in another workbook.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Xct" type="XctType" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Contains information about references to cells in a worksheet of another workbook and about the data in those cells.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Path x:Path (1) (1)
SheetName x:SheetName (1) unbounded
ExternName x:ExternName 0 unbounded
Xct x:Xct (1) unbounded
Collapse Derivation Tree:
Collapse References:
x:SupBook