CT_StockChart

Complex Type Information

Model

Used By

Source

<xsd:complexType name="CT_StockChart">
  <xsd:sequence>
    <xsd:element name="ser" type="CT_LineSer" minOccurs="3" maxOccurs="4"/>
    <xsd:element name="dLbls" type="CT_DLbls" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="dropLines" type="CT_ChartLines" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="hiLowLines" type="CT_ChartLines" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="upDownBars" type="CT_UpDownBars" minOccurs="0" maxOccurs="1"/>
    <xsd:element name="axId" type="CT_UnsignedInt" minOccurs="2" maxOccurs="2"/>
    <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
  </xsd:sequence>
</xsd:complexType>