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
KPIModelType
KPIModelType contains key performance indicator (KPI) contexts, which in turn contain KPI definitions, inbound events, outbound events, and triggers.
- Elements
Name Min-max Description kpiContext 0 - n The KPI contexts contained in the monitor model. - Attributes
- None
- Restrictions
- None
- Schema definition
<xsd:complexType name="KPIModelType" > <xsd:complexContent> <xsd:extension base="mon:KPIModelNamedElementType"> <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:element name="kpiContext" type="mon:KPIContextType"/> </xsd:choice> </xsd:extension> </xsd:complexContent> </xsd:complexType>