<xsd:complexType name="CT_BubbleSer">
<xsd:sequence>
<xsd:group ref="EG_SerShared" minOccurs="1" maxOccurs="1"/>
<xsd:element name="invertIfNegative" type="CT_Boolean" minOccurs="0" maxOccurs="1"/>
<xsd:element name="dPt" type="CT_DPt" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="dLbls" type="CT_DLbls" minOccurs="0" maxOccurs="1"/>
<xsd:element name="trendline" type="CT_Trendline" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="errBars" type="CT_ErrBars" minOccurs="0" maxOccurs="2"/>
<xsd:element name="xVal" type="CT_AxDataSource" minOccurs="0" maxOccurs="1"/>
<xsd:element name="yVal" type="CT_NumDataSource" minOccurs="0" maxOccurs="1"/>
<xsd:element name="bubbleSize" type="CT_NumDataSource" minOccurs="0" maxOccurs="1"/>
<xsd:element name="bubble3D" type="CT_Boolean" minOccurs="0" maxOccurs="1"/>
<xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType> |