2.2.4.162 Scorecard

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

This complex type represents a scorecard.

 <xs:complexType name="Scorecard" 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="ConfiguredViews" type="tns:ArrayOfConfiguredView"/>
         <xs:element minOccurs="0" maxOccurs="1" name="EndPoints" type="tns:ArrayOfEndPoint"/>
         <xs:element minOccurs="0" maxOccurs="1" name="BeginPoints" type="tns:ArrayOfParameterDefinition"/>
       </xs:sequence>
       <xs:attribute name="RendererClassName" type="xs:string"/>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

ConfiguredViews: Settings for display, behavior, and other purposes, as specified by ArrayOfConfiguredView (section 2.2.4.27). MUST be present and MUST contain at least one ConfiguredView (section 2.2.4.77).

EndPoints: Specifies the available connection destinations to filter and control the display of this scorecard. This element MUST be present. This element MUST conform to the schema of the ArrayOfEndPoint (section 2.2.4.33) complex type.

BeginPoints: Specifies the available connection sources to filter and set conditions for the display of other reports and scorecards. This element MUST be present and MUST conform to the schema of the ArrayOfParameterDefinition (section 2.2.4.50) complex type.

RendererClassName: Specifies the fully qualified name for the assembly class that provides the rendering for the scorecard. This attribute MUST be present. If the scorecard is a custom type, RendererClassName MUST be the assembly-qualified name of the custom type; otherwise, the value MUST be empty.