2.2.5.31 IndicatorType

Namespace: http://www.microsoft.com/performancepoint/scorecards

This simple type specifies whether the indicator bands indicate a better or worse status as values move lower or higher, or whether the indicator bands indicate a better or worse status as values move closer to the center.

 <xs:simpleType name="IndicatorType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="Standard"/>
     <xs:enumeration value="Centered"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the IndicatorType simple type.

Value

Meaning

Standard

Indicator bands go from best to worst as values increase (or decrease).

Centered

Indicator bands go from best to worst as values get further away from the center.