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
RangeTypeType
RangeTypeType is the enumeration of possible values for the RangeType attribute of KPIType.
- Elements
- None
- Possible Values
Name Description actualValue The start and end values for each range are considered actual values. percentage The start and end values for each range are considered percentage values of the target, where the target value is equivalent to 100%. - Restrictions
- None
- Schema definition
<xsd:simpleType name="RangeTypeType"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="actualValue"/> <xsd:enumeration value="percentage"/> </xsd:restriction> </xsd:simpleType>