Definition Type: ComplexType
Name: ProtectionType
Namespace: urn:schemas-microsoft-com:office:spreadsheet
Containing Schema: excelss.xsd
Abstract
Documentation:
Defines the protection properties that should be used for cells to which the defined style is applied.
Collapse XSD Schema Diagram:
Drilldown into HideFormula in schema excel_xsd Drilldown into Protected in schema excelss_xsdXSD Diagram of ProtectionType in schema excelss_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="ProtectionType">
    <xsd:annotation>
        <xsd:documentation>Defines the protection properties that should be used for cells to which the defined style is applied.</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute form="qualified" name="Protected" type="TrueFalseType" use="optional" default="1">
        <xsd:annotation>
            <xsd:documentation>Specifies whether a cell is protected. When the worksheet is unprotected, enabling protection on individual cells has no effect.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute ref="x:HideFormula" use="optional" default="1" />
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
Protected ss:Protected 1 Optional
HideFormula x:HideFormula Optional
Collapse Derivation Tree:
Collapse References:
ss:Protection