2.24.3.23 CT_ExtensionList

Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex

Referenced by: CT_Data, CT_ChartData, CT_ChartTitle, CT_AxisTitle, CT_AxisUnitsLabel, CT_AxisUnits, CT_Gridlines, CT_TickMarks, CT_TickLabels, CT_Axis, CT_SeriesLayoutProperties, CT_DataPoint, CT_DataLabel, CT_DataLabels, CT_Series, CT_Legend, CT_PlotSurface, CT_PlotAreaRegion, CT_PlotArea, CT_Chart, CT_FormatOverride, CT_ChartSpace

A complex type<329> that specifies a list of extensibility containers.

Child Elements:

ext: A CT_Extension element<330> that specifies an extensibility container.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_ExtensionList">
   <xsd:sequence>
     <xsd:element name="ext" type="CT_Extension" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
 </xsd:complexType>

See section 5.22 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).