DocumentID: ECMA-376/Part1/12.3.22
Title: ECMA-376, Part1: 12.3.22 Volatile Dependencies 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

Navigation:

12.3.22 Volatile Dependencies Part

Content Type:

application/vnd.openxmlformats-officedocument.spreadsheetml.volatileDependencies+xml

Root Namespace:

http://schemas.openxmlformats.org/spreadsheetml/2006/main

Source Relationship:

http://schemas.openxmlformats.org/officeDocument/2006/relationships/volatileDependencies

An instance of this part type contains information involving real-time data formulas in a workbook.

A package shall contain exactly one Volatile Dependencies part, and that part shall be the target of an implicit relationship from the Workbook (§12.3.23) part.

[Example: The following Workbook part-relationship item contains a relationship to the Volatile Dependencies part, which is stored in the ZIP item volatileDependencies.xml:

<Relationships xmlns="...">
  <Relationship Id="rId8" 
    Type="http://.../volatileDependencies"
    Target="volatileDependencies.xml"/>
</Relationships>

end example]

The root element for a part of this content type shall be volTypes.

[Example:

<volTypes xmlns="..."/> 

end example]

A Volatile Dependencies part shall be located within the package containing the source relationship (expressed syntactically, the TargetMode attribute of the Relationship element shall be Internal).

A Volatile Dependencies part shall not have implicit or explicit relationships to any other part defined by this Standard.


Converted to HTML format by ooxmlspec2html 0.1, a Perl script provided by OpenISO.org.