<protection>
(Protection)
This element specifies protection for the chart. If the chart is on a protected worksheet or chart sheet, then these settings shall control how a user is able to interact with the chart.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Protection">
<sequence>
<element name="chartObject" type="CT_Boolean" minOccurs="0" maxOccurs="1"/>
<element name="data" type="CT_Boolean" minOccurs="0" maxOccurs="1"/>
<element name="formatting" type="CT_Boolean" minOccurs="0" maxOccurs="1"/>
<element name="selection" type="CT_Boolean" minOccurs="0" maxOccurs="1"/>
<element name="userInterface" type="CT_Boolean" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>