DocumentID: ECMA-376/Part1/12.3.2 Title: ECMA-376, Part1: 12.3.2 Chartsheet Part Extracted-From: ECMA-376 Office Open XML File Formats, 1st Edition / December 2006 Warning: Coverted to HTML format by a script known to have bugs
|
Content Type: |
application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml |
|---|---|
|
Root Namespace: |
http://schemas.openxmlformats.org/spreadsheetml/2006/main |
|
Source Relationship: |
http://schemas.openxmlformats.org/officeDocument/2006/relationships/chartsheet |
An instance of this part type represents a chart that is stored in its own sheet.
A package is permitted to contain zero or more Chartsheet parts. Each such part shall be the target of an explicit relationship from the Workbook part (§12.3.23).
[Example: The following Workbook part-relationship item contains three relationships to Chartsheet parts, which are stored in the ZIP items chartsheets/sheetN.xml:
<Relationships xmlns="...">
<Relationship Id="rId2"
Type="http://.../chartsheet" Target="chartsheets/sheet1.xml"/>
<Relationship Id="rId5"
Type="http://.../chartsheet" Target="chartsheets/sheet2.xml"/>
<Relationship Id="rId6"
Type="http://.../chartsheet" Target="chartsheets/sheet3.xml"/>
</Relationships>
end example]
The root element for a part of this content type shall be chartsheet.
[Example: sheet1.xml refers to a drawing that is the target of a relationship in the Chartsheet part's relationship item:
<chartsheet xmlns:r="..." ...>
<sheetViews>
<sheetView scale="64"/>
</sheetViews>
<drawing r:id="rId1"/>
</chartsheet>
end example]
A Chartsheet part shall be located within the package containing the source relationship (expressed syntactically, the TargetMode attribute of the Relationship element shall be Internal).
A Chartsheet part is permitted to have implicit relationships to the following parts defined by this Standard:
A Chartsheet part is permitted to have explicit relationships to the following parts defined by this Standard:
A Chartsheet part shall not have implicit or explicit relationships to any other part defined by this Standard.