IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Developing monitor models > What are monitor models? > Monitor XML schema definition (monitor.xsd) > XML schema (monitor.xsd) description

KPICalculatedDefinitionType

KPICalculatedDefinitionType holds the definition of a KPI that is based on an expression that uses other KPIs. KPICalculatedDefinitionType is used in KPIType.

Elements

Name Min-max Description
kpiCalculation 1 - 1 The expression that calculates the value of the KPI.

Attributes

None

Restrictions

None

Schema definition

<xsd:complexType name="KPICalculatedDefinitionType">
  <xsd:sequence>
	  <xsd:element name="kpiCalculation" 
                 type="mon:ExpressionSpecificationType" 
                 minOccurs="1" maxOccurs="1"/>
  </xsd:sequence>
</xsd:complexType>

XML schema (monitor.xsd) description