<ST_MdxKPIProperty>
(MDX KPI Property)
An enumeration representing the different types of KPI properties.
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 |
---|---|
|
Goal. |
|
Current time member. |
|
Status. |
|
Trend. |
|
Value. |
|
Weight. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_MdxKPIProperty">
<restriction base="xsd:string">
<enumeration value="v"/>
<enumeration value="g"/>
<enumeration value="s"/>
<enumeration value="t"/>
<enumeration value="w"/>
<enumeration value="m"/>
</restriction>
</simpleType>