2.1.3.3 TFiveStateKPIRange

In CSDLBI 2.0 and CSDLBI 2.5, the TFiveStateKPIRange simple type indicates the range of key performance indicator (KPI) values that are used for five-states KPIs.

The TFiveStateKPIRange simple type is defined in the schema as follows.

 <xs:simpleType name="TFiveStateKPIRange">
   <xs:restriction base="xs:int">
     <xs:enumeration value="0" />
     <xs:enumeration value="1" />
   </xs:restriction>
 </xs:simpleType>

The possible values for the TFiveStateKPIRange type are specified in the following table.

Value

Meaning

0

Range of -2 to 2 (returned when DeploymentMode is set to 1 or 2). This is the default value.

1

Range of -1 to 1 (returned when DeploymentMode is set to 0).