ExternalData class
Defines the ExternalData Class. When the object is serialized out as xml, its qualified name is c:externalData.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Drawing.Charts.ExternalData
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
[ISO/IEC 29500-1 1st Edition]
externalData (External Data Relationship)
This element specifies the relationship to the data for this chart.
The data can be linked, pointing to a spreadsheet in another file. Or, the data can be embedded, contained in a separate part within the same xml package containing the chart. In this case, it shall be stored as an embedded Spreadsheet object in Office Open XML format.
This is not used by a spreadsheet application as the spreadsheet application can maintain its own reference to the data in the spreadsheet via the formula <f> element.
Parent Elements |
|---|
chartSpace (§21.2.2.29) |
Child Elements | Subclause |
|---|---|
autoUpdate (Update Automatically) | §21.2.2.8 |
Attributes | Description |
|---|---|
id (Relationship Reference) Namespace: .../officeDocument/2006/relationships | Specifies the relationship ID for the relationship for this chart. The relationship explicitly targeted by this attribute shall be of type http://schemas.openxmlformats.org/officeDocument/2006/relationships/package. The possible values for this attribute are defined by the ST_RelationshipId simple type (§22.8.2.1). |
[Note: The W3C XML Schema definition of this element’s content model (CT_ExternalData) is located in §A.5.1. end note]
© ISO/IEC29500: 2008.