[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

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

mdx3.9.6)

 

Attributes

Description

n (Member Unique Name Index)

Index of member unique name in string store.

 

The possible values for this attribute are defined by the XML Schema unsignedInt datatype.

np (KPI Index)

Index of key performance indicator name in string store.

 

The possible values for this attribute are defined by the XML Schema unsignedInt datatype.

p (KPI Property)

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>