2.2.5.8 BandType

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

Specifies the type of the banding for the Target (see section 2.2.4.170).

 <xs:simpleType name="BandType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="Normalized"/>
     <xs:enumeration value="Actual"/>
     <xs:enumeration value="StatedScore"/>
   </xs:restriction>
 </xs:simpleType>

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

Value

Meaning

Normalized

The value will be normalized.

Actual

The actual value will be used.

StatedScore

The selected Target value will be used. See Target.StatedScore (section 2.2.4.170).