[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
ST_MdxFunctionType (MDX Function Type)
This simple type is an enumeration representing different MDX function types.
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 |
|
c (Cube Set Count) | |
|
k (Cube KPI Member) | |
|
m (Cube Member) | |
|
p (Cube Member Property) | |
|
r (Cube Ranked Member) | |
|
s (Cube Set) | |
|
v (Cube Value) |
|
Referenced By |
|
mdx@f (§3.9.6) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_MdxFunctionType">
<restriction base="xsd:string">
</restriction>
</simpleType>