<volTypes> (Volatile Dependency Types)

Represents the collection of external dependencies for a workbook. This element defines the structure of the volatilateDependencies part. There can only be one volatileDependencies part for each workbook. However, the part may contain one or more dependency types.

The volatileDependencies part stores the following information for Real Time Data (RTD) and CUBE functions:

  • Cached values

  • Parameters used

  • Connection and Server names

example:
<volTypes xmlns="…">
  <volType type="realTimeData">
  </volType>
  <volType type="olapFunctions">
  </volType>
</volTypes>

Parent Elements

Root element of SpreadsheetML Volatile Dependencies part

Child Elements

Subclause

<extLst> (Future Feature Data Storage Area)

§3.2.10

<volType> (Volatile Dependency Type)

§3.15.5

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_VolTypes">
	<sequence>
	<element name="volType" type="CT_VolType" minOccurs="1" maxOccurs="unbounded"/>
	<element name="extLst" minOccurs="0" type="CT_ExtensionList"/>
	</sequence>
</complexType>