Definition Type: Element
Name: Workbook
Namespace: urn:schemas-microsoft-com:office:spreadsheet
Containing Schema: excelss.xsd
Abstract
Documentation:
Defines a workbook that will contain one or more Worksheet elements.
Collapse XSD Schema Diagram:
Drilldown into ComponentOptions in schema c_xsd Drilldown into Binding in schema excel2003xml_xsd Drilldown into MapInfo in schema excel2003xml_xsd Drilldown into Name in schema excel_xsd Drilldown into PivotCache in schema excel_xsd Drilldown into Worksheet in schema excelss_xsd Drilldown into Names in schema excelss_xsd Drilldown into Styles in schema excelss_xsd Drilldown into ExcelWorkbook in schema excel_xsd Drilldown into OfficeDocumentSettings in schema office_xsd Drilldown into CustomDocumentProperties in schema office_xsd Drilldown into DocumentProperties in schema office_xsd Drilldown into SmartTagType in schema office_xsdXSD Diagram of Workbook in schema excelss_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="Workbook">
    <xsd:annotation>
        <xsd:documentation>Defines a workbook that will contain one or more Worksheet elements.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="o:SmartTagType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="o:DocumentProperties" minOccurs="0" />
            <xsd:element ref="o:CustomDocumentProperties" minOccurs="0" />
            <xsd:element ref="o:OfficeDocumentSettings" minOccurs="0" />
            <xsd:element ref="x:ExcelWorkbook" minOccurs="0" />
            <xsd:element name="Styles" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Contains the style definitions for the current worksheet. This element is required for custom formatting; otherwise, it is optional.</xsd:documentation>
                </xsd:annotation>
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="Style" type="StyleType" minOccurs="0" maxOccurs="unbounded">
                            <xsd:annotation>
                                <xsd:documentation>Defines a single style in the current workbook. This element is required for custom formatting; otherwise, it is optional.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="Names" type="NamesType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Defines the collection of named ranges within a workbook.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Worksheet" type="WorksheetType" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>Defines a worksheet within the current workbook. At least one instance of this element is required for a valid XML spreadsheet.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element ref="x:PivotCache" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="x:Name" minOccurs="0" />
            <xsd:element ref="x2:MapInfo" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="x2:Binding" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="c:ComponentOptions" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SmartTagType o:SmartTagType 0 unbounded
DocumentProperties o:DocumentProperties 0 (1)
CustomDocumentProperties o:CustomDocumentProperties 0 (1)
OfficeDocumentSettings o:OfficeDocumentSettings 0 (1)
ExcelWorkbook x:ExcelWorkbook 0 (1)
Styles ss:Styles 0 (1)
Names ss:Names 0 (1)
Worksheet ss:Worksheet 0 unbounded
PivotCache x:PivotCache 0 unbounded
Name x:Name 0 (1)
MapInfo x2:MapInfo 0 unbounded
Binding x2:Binding 0 unbounded
ComponentOptions c:ComponentOptions 0 (1)