2.24.3.24 CT_ExternalData

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

Referenced by: CT_ChartData

A complex type<331> that specifies external data used for the chart.

Attributes:

r:id: An ST_RelationshipId ([ISO/IEC29500-1:2016] section 22.8.2.1) attribute<332> that specifies the relationship identifier for the relationship for this chart. The relationship explicitly targeted by this attribute MUST either be of type http://schemas.openxmlformats.org/officeDocument/2006/relationships/package, or http://schemas.openxmlformats.org/officeDocument/2006/relationships/oleObject.

autoUpdate: A boolean ([XMLSCHEMA2/2] section 3.2.2) attribute<333> that specifies whether the external link will automatically update (true) or not (false).

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

 <xsd:complexType name="CT_ExternalData">
   <xsd:attribute ref="r:id" use="required"/>
   <xsd:attribute name="autoUpdate" type="xsd:boolean" use="optional"/>
 </xsd:complexType>

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