2.2.4.125 Indicator

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

A set of visualizations that represent how the actual value of a KPI compares against its target value.

 <xs:complexType name="Indicator" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension base="tns:FirstClassElement">
       <xs:sequence>
         <xs:element minOccurs="0" maxOccurs="1" name="NoDataIndicatorBand" type="tns:IndicatorBand"/>
         <xs:element minOccurs="0" maxOccurs="1" name="IndicatorBands" type="tns:ArrayOfIndicatorBand"/>
       </xs:sequence>
       <xs:attribute name="IndicatorType" type="tns:IndicatorType" use="required"/>
       <xs:attribute name="IsBuiltIn" type="xs:boolean" use="required"/>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

NoDataIndicatorBand: The IndicatorBand element that is used when the KPI contains no data. It MUST exist.

IndicatorBands: An array of IndicatorBand elements that represent different ranges of values for a KPI.

  • The array MUST exist.

  • If IndicatorType is set to "Standard", there MUST be at least two and no more than ten indicator bands.

  • If IndicatorType is set to "Centered", there MUST be an even number of indicator bands that counts at least four and no more than 20.

IndicatorType: The type of indicator as specified by IndicatorType.

IsBuiltIn: A Boolean that specifies whether the indicator was shipped with the product or not.  A value of true means the indicator was shipped with the product. A value of false means that it is a custom indicator created by a user.