Definition Type: ComplexType
Name: CT_LineChart
Namespace: http://schemas.openxmlformats.org/drawingml/2006/chart
Containing Schema: dml-chart.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into extLst in schema dml-chart_xsd Drilldown into axId in schema dml-chart_xsd Drilldown into smooth in schema dml-chart_xsd Drilldown into marker in schema dml-chart_xsd Drilldown into upDownBars in schema dml-chart_xsd Drilldown into hiLowLines in schema dml-chart_xsd Drilldown into dropLines in schema dml-chart_xsd Drilldown into dLbls in schema dml-chart_xsd Drilldown into ser in schema dml-chart_xsd Drilldown into varyColors in schema dml-chart_xsd Drilldown into grouping in schema dml-chart_xsd Drilldown into EG_LineChartShared in schema dml-chart_xsdXSD Diagram of CT_LineChart in schema dml-chart_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_LineChart">
    <xsd:sequence>
        <xsd:group ref="EG_LineChartShared" minOccurs="1" maxOccurs="1" />
        <xsd:element name="hiLowLines" type="CT_ChartLines" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>High Low Lines</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="upDownBars" type="CT_UpDownBars" minOccurs="0" maxOccurs="1">
        </xsd:element>
        <xsd:element name="marker" type="CT_Boolean" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Show Marker</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="smooth" type="CT_Boolean" minOccurs="0" maxOccurs="1">
        </xsd:element>
        <xsd:element name="axId" type="CT_UnsignedInt" minOccurs="2" maxOccurs="2">
            <xsd:annotation>
                <xsd:documentation>Axis ID</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Chart Extensibility</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
grouping nsA:grouping 1 1
varyColors nsA:varyColors 0 1
ser nsA:ser 0 unbounded
dLbls nsA:dLbls 0 1
dropLines nsA:dropLines 0 1
hiLowLines nsA:hiLowLines 0 1
upDownBars nsA:upDownBars 0 1
marker nsA:marker 0 1
smooth nsA:smooth 0 1
axId nsA:axId 2 2
extLst nsA:extLst 0 1
<xs:group> nsA:EG_LineChartShared 1 1
Collapse Derivation Tree:
Collapse References:
nsA:lineChart