<k>
(KPI MDX Metadata)
This element represents key performance indicator (KPI) MDX metadata. A KPI is typically an image that represents the state of some specific business measure at a given point in time. For instance, an image of a green traffic light indicating that customer satisfaction is good.
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Index of member unique name in string store. The possible values for this attribute are defined by the XML Schema unsignedInt datatype. |
|
Index of key performance indicator name in string store. The possible values for this attribute are defined by the XML Schema unsignedInt datatype. |
|
Key performance indicator property. The possible values for this attribute are defined by the ST_MdxKPIProperty simple type (§3.18.47). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_MdxKPI">
<attribute name="n" type="xsd:unsignedInt" use="required"/>
<attribute name="np" type="xsd:unsignedInt" use="required"/>
<attribute name="p" type="ST_MdxKPIProperty" use="required"/>
</complexType>