Definition Type: ComplexType
Name: CT_BookViews
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-workbook.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into workbookView in schema sml-workbook_xsdXSD Diagram of CT_BookViews in schema sml-workbook_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_BookViews">
    <xsd:sequence>
        <xsd:element name="workbookView" type="CT_BookView" minOccurs="1" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Workbook View</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
workbookView nsM:workbookView 1 unbounded
Collapse Derivation Tree:
Collapse References:
nsM:bookViews