Definition Type: ComplexType
Name: CT_ChartsheetProtection
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-sheet.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into objects in schema sml-sheet_xsd Drilldown into content in schema sml-sheet_xsd Drilldown into password in schema sml-sheet_xsdXSD Diagram of CT_ChartsheetProtection in schema sml-sheet_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_ChartsheetProtection">
    <xsd:attribute name="password" type="ST_UnsignedShortHex" use="optional">
        <xsd:annotation>
            <xsd:documentation>Password</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="content" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Contents</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="objects" type="xsd:boolean" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>Objects Locked</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
password nsM:password Optional
content nsM:content false Optional
objects nsM:objects false Optional
Collapse Derivation Tree:
Collapse References:
nsM:sheetProtection