Definition Type: ComplexType
Name: CT_Sheet
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-workbook.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into id in schema shared-relationshipreference_xsd Drilldown into state in schema sml-workbook_xsd Drilldown into sheetId in schema sml-workbook_xsd Drilldown into name in schema sml-workbook_xsdXSD Diagram of CT_Sheet in schema sml-workbook_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_Sheet">
    <xsd:attribute name="name" type="ST_Xstring" use="required">
        <xsd:annotation>
            <xsd:documentation>Sheet Name</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="sheetId" type="xsd:unsignedInt" use="required">
        <xsd:annotation>
            <xsd:documentation>Sheet Tab Id</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="state" type="ST_SheetState" use="optional" default="visible">
        <xsd:annotation>
            <xsd:documentation>Visible State</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute ref="r:id" use="required">
        <xsd:annotation>
            <xsd:documentation>Relationship Id</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
name nsM:name Required
sheetId nsM:sheetId Required
state nsM:state visible Optional
id r:id Required
Collapse Derivation Tree:
Collapse References:
nsM:sheet