Definition Type: ComplexType
Name: CT_PivotSource
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 fmtId in schema dml-chart_xsd Drilldown into name in schema dml-chart_xsdXSD Diagram of CT_PivotSource in schema dml-chart_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_PivotSource">
    <xsd:sequence>
        <xsd:element name="name" type="ST_Xstring" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Pivot Name</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="fmtId" type="CT_UnsignedInt" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Format ID</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="unbounded">
            <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
name nsA:name 1 1
fmtId nsA:fmtId 1 1
extLst nsA:extLst 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:pivotSource