[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)

CUBESETCOUNT

k (Cube KPI Member)

CUBEKPIMEMBER

m (Cube Member)

CUBEMEMBER

p (Cube Member Property)

CUBEMEMBERPROPERTY

r (Cube Ranked Member)

CUBERANKEDMEMBER

s (Cube Set)

CUBESET

v (Cube Value)

CUBEVALUE

 

Referenced By

mdx@f3.9.6)

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

<simpleType name="ST_MdxFunctionType">

   <restriction base="xsd:string">

   <enumeration value="m"/>

   <enumeration value="v"/>

   <enumeration value="s"/>

   <enumeration value="c"/>

   <enumeration value="r"/>

   <enumeration value="p"/>

   <enumeration value="k"/>

   </restriction>

</simpleType>