2.2.5.20 FirstClassObjectType

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

Specifies the type of a first-class object.

 <xs:simpleType name="FirstClassObjectType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="None"/>
     <xs:enumeration value="Kpi"/>
     <xs:enumeration value="Scorecard"/>
     <xs:enumeration value="ReportView"/>
     <xs:enumeration value="Indicator"/>
     <xs:enumeration value="DataSource"/>
     <xs:enumeration value="Dashboard"/>
     <xs:enumeration value="TempReportView"/>
     <xs:enumeration value="Filter"/>
   </xs:restriction>
 </xs:simpleType>

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

Value

Meaning

None

Indicates the object type is undefined

Kpi

Indicates the object is a Kpi (see section 2.2.4.128).

Scorecard

Indicates the object is a Scorecard (see section 2.2.4.162)

ReportView

Indicates the object is a ReportView (see section 2.2.4.160)

Indicator

Indicates the object is an Indicator (see section 2.2.4.125)

DataSource

Indicates the object is a DataSource (see section 2.2.4.85)

Dashboard

Indicates the object is a Dashboard (see section 2.2.4.79)

TempReportView

Indicates the object is a temporary ReportView (see section 2.2.4.160)  as created by SaveTemporaryAnalyticReport

Filter

Indicates the object is a Filter (see section 2.2.4.98)