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