<xsd:element name="DisplayDrawingObjects" default="DisplayShapes" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies whether drawing objects are displayed, placeholders are displayed in their place, or all drawing objects are hidden in a workbook.</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="DisplayShapes" />
<xsd:enumeration value="PlaceHolders" />
<xsd:enumeration value="HideAll" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
|