<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 |
---|---|
|
Indicates that the type is Cube Functions. |
|
Indicates that the type is Real Time Data (RTD). |
Referenced By |
---|
|
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>