2.2.4.170 Target

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

The target of a KPI used to measure against actual data.

 <xs:complexType name="Target" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension base="tns:KpiMeasure">
       <xs:sequence>
         <xs:element minOccurs="0" maxOccurs="1" name="IndicatorLocation" type="tns:RepositoryLocation"/>
         <xs:element minOccurs="0" maxOccurs="1" name="StatedScore" type="tns:KpiMeasure"/>
         <xs:element minOccurs="0" maxOccurs="1" name="Banding" type="tns:Banding"/>
         <xs:element minOccurs="1" maxOccurs="1" name="RelatedActualId" xmlns:s1="http://microsoft.com/wsdl/types/" type="s1:guid"/>
       </xs:sequence>
       <xs:attribute name="IsRollupScore" type="xs:boolean" use="required"/>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

IndicatorLocation: The RepositoryLocation of the Indicator.

StatedScore: The KpiMeasure complex type (section 2.2.4.129) that the Target uses when the type of the Banding complex type (section 2.2.4.60) is "StatedScore". This value MUST NOT be null, if the type of Banding is "StatedScore".

Banding: The Banding data that correspond to the target.

RelatedActualId: The GUID of the corresponding Actuals property of the Kpi complex type (section 2.2.4.128). This element MUST be present.

IsRollupScore: This attribute MUST be true if the score of this target is computed by rolling up the child scores, or MUST be false if the score is computed from the source data.