<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>
|