<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

<g> (Goal)

Goal.

<m> (Current Time Member)

Current time member.

<s> (Status)

Status.

<t> (Trend)

Trend.

<v> (Value)

Value.

<w> (Weight)

Weight.

Referenced By

<k@p>3.9.5)

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>