<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 |
---|---|
|
CUBESETCOUNT |
|
CUBEKPIMEMBER |
|
CUBEMEMBER |
|
CUBEMEMBERPROPERTY |
|
CUBERANKEDMEMBER |
|
CUBESET |
|
CUBEVALUE |
Referenced By |
---|
|
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>