<xsd:complexType name="CT_ChartSpace">
<xsd:sequence>
<xsd:element name="date1904" type="CT_Boolean" minOccurs="0" maxOccurs="1"/>
<xsd:element name="lang" type="CT_TextLanguageID" minOccurs="0" maxOccurs="1"/>
<xsd:element name="roundedCorners" type="CT_Boolean" minOccurs="0" maxOccurs="1"/>
<xsd:element name="style" type="CT_Style" minOccurs="0" maxOccurs="1"/>
<xsd:element name="clrMapOvr" type="a:CT_ColorMapping" minOccurs="0" maxOccurs="1"/>
<xsd:element name="pivotSource" type="CT_PivotSource" minOccurs="0" maxOccurs="1"/>
<xsd:element name="protection" type="CT_Protection" minOccurs="0" maxOccurs="1"/>
<xsd:element name="chart" type="CT_Chart" minOccurs="1" maxOccurs="1"/>
<xsd:element name="spPr" type="a:CT_ShapeProperties" minOccurs="0" maxOccurs="1"/>
<xsd:element name="txPr" type="a:CT_TextBody" minOccurs="0" maxOccurs="1"/>
<xsd:element name="externalData" type="CT_ExternalData" minOccurs="0" maxOccurs="1"/>
<xsd:element name="printSettings" type="CT_PrintSettings" minOccurs="0" maxOccurs="1"/>
<xsd:element name="userShapes" type="CT_RelId" minOccurs="0" maxOccurs="1"/>
<xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType> |