<xsd:complexType name="CT_SheetProtection">
<xsd:attribute name="password" type="ST_UnsignedShortHex" use="optional">
<xsd:annotation>
<xsd:documentation>Password</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="sheet" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Sheet Locked</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:attribute name="scenarios" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Scenarios Locked</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="formatCells" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>Format Cells Locked</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="formatColumns" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>Format Columns Locked</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="formatRows" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>Format Rows Locked</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="insertColumns" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>Insert Columns Locked</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="insertRows" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>Insert Rows Locked</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="insertHyperlinks" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>Insert Hyperlinks Locked</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="deleteColumns" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>Delete Columns Locked</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="deleteRows" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>Delete Rows Locked</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="selectLockedCells" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Select Locked Cells Locked</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="sort" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>Sort Locked</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="autoFilter" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>AutoFilter Locked</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="pivotTables" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>Pivot Tables Locked</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="selectUnlockedCells" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Select Unlocked Cells Locked</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|