2.2.4.60 Banding
Namespace: http://www.microsoft.com/performancepoint/scorecards
The Banding complex type represents the banding settings of the KPI target.
-
<xs:complexType name="Banding" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="1" name="CustomBoundary" type="tns:ArrayOfDecimal"/> </xs:sequence> <xs:attribute name="Type" type="tns:BandType" use="required"/> <xs:attribute name="BandValue" type="xs:string"/> <xs:attribute name="ActualWorst" type="xs:decimal" use="required"/> <xs:attribute name="SpreadMinimum" type="xs:decimal" use="required"/> <xs:attribute name="SpreadMaximum" type="xs:decimal" use="required"/> </xs:complexType>
CustomBoundary: The list (1) of boundaries for bands. It does not include the minimum and maximum boundaries.
Type: The type of banding. See BandType simple type (section 2.2.5.8) for details.
BandValue: This attribute is reserved and MUST NOT be used.
ActualWorst: The worst value in the scale of actual values.