<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>
|