[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

ST_VolDepType (Volatile Dependency Types)

This simple type defines the dependency types available for this workbook.

This simple type's contents are a restriction of the XML Schema string datatype.

The following are possible enumeration values for this type:

Enumeration Value

Description

olapFunctions (OLAP Formulas)

Indicates that the type is Cube Functions.

realTimeData (Real Time Data)

Indicates that the type is Real Time Data (RTD).

 

Referenced By

volType@type3.15.5)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_VolDepType">

   <restriction base="xsd:string">

   <enumeration value="realTimeData"/>

   <enumeration value="olapFunctions"/>

   </restriction>

</simpleType>