Definition Type: ComplexType
Name: CT_Workbook
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-workbook.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into extLst in schema sml-workbook_xsd Drilldown into webPublishObjects in schema sml-workbook_xsd Drilldown into fileRecoveryPr in schema sml-workbook_xsd Drilldown into webPublishing in schema sml-workbook_xsd Drilldown into smartTagTypes in schema sml-workbook_xsd Drilldown into smartTagPr in schema sml-workbook_xsd Drilldown into pivotCaches in schema sml-workbook_xsd Drilldown into customWorkbookViews in schema sml-workbook_xsd Drilldown into oleSize in schema sml-workbook_xsd Drilldown into calcPr in schema sml-workbook_xsd Drilldown into definedNames in schema sml-workbook_xsd Drilldown into externalReferences in schema sml-workbook_xsd Drilldown into functionGroups in schema sml-workbook_xsd Drilldown into sheets in schema sml-workbook_xsd Drilldown into bookViews in schema sml-workbook_xsd Drilldown into workbookProtection in schema sml-workbook_xsd Drilldown into workbookPr in schema sml-workbook_xsd Drilldown into fileSharing in schema sml-workbook_xsd Drilldown into fileVersion in schema sml-workbook_xsdXSD Diagram of CT_Workbook in schema sml-workbook_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_Workbook">
    <xsd:sequence>
        <xsd:element name="fileVersion" type="CT_FileVersion" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>File Version</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="fileSharing" type="CT_FileSharing" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>File Sharing</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="workbookPr" type="CT_WorkbookPr" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Workbook Properties</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="workbookProtection" type="CT_WorkbookProtection" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Workbook Protection</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="bookViews" type="CT_BookViews" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Workbook Views</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="sheets" type="CT_Sheets" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Sheets</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="functionGroups" type="CT_FunctionGroups" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Function Groups</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="externalReferences" type="CT_ExternalReferences" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>External References</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="definedNames" type="CT_DefinedNames" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Defined Names</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="calcPr" type="CT_CalcPr" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Calculation Properties</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="oleSize" type="CT_OleSize" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>OLE Size</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="customWorkbookViews" type="CT_CustomWorkbookViews" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Custom Workbook Views</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="pivotCaches" type="CT_PivotCaches" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>PivotCaches</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="smartTagPr" type="CT_SmartTagPr" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Smart Tag Properties</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="smartTagTypes" type="CT_SmartTagTypes" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Smart Tag Types</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="webPublishing" type="CT_WebPublishing" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Web Publishing Properties</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="fileRecoveryPr" type="CT_FileRecoveryPr" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>File Recovery Properties</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="webPublishObjects" type="CT_WebPublishObjects" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Web Publish Objects</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Future Feature Data Storage Area</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
fileVersion nsM:fileVersion 0 1
fileSharing nsM:fileSharing 0 1
workbookPr nsM:workbookPr 0 1
workbookProtection nsM:workbookProtection 0 1
bookViews nsM:bookViews 0 1
sheets nsM:sheets 1 1
functionGroups nsM:functionGroups 0 1
externalReferences nsM:externalReferences 0 1
definedNames nsM:definedNames 0 1
calcPr nsM:calcPr 0 1
oleSize nsM:oleSize 0 1
customWorkbookViews nsM:customWorkbookViews 0 1
pivotCaches nsM:pivotCaches 0 1
smartTagPr nsM:smartTagPr 0 1
smartTagTypes nsM:smartTagTypes 0 1
webPublishing nsM:webPublishing 0 1
fileRecoveryPr nsM:fileRecoveryPr 0 unbounded
webPublishObjects nsM:webPublishObjects 0 1
extLst nsM:extLst 0 1
Collapse Derivation Tree:
Collapse References:
nsM:workbook