3.1.4.36.4.1 FCOContentType

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

The FCOContentType simple type specifies the type of an FCO.

 <xs:simpleType name="FCOContentType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:list>
     <xs:simpleType>
       <xs:restriction base="xs:string">
         <xs:enumeration value="None"/>
         <xs:enumeration value="PpsDashboard"/>
         <xs:enumeration value="PpsScorecard"/>
         <xs:enumeration value="PpsKpi"/>
         <xs:enumeration value="PpsReportView"/>
         <xs:enumeration value="PpsIndicator"/>
         <xs:enumeration value="PpsDataSource"/>
         <xs:enumeration value="PpsFilter"/>
       </xs:restriction>
     </xs:simpleType>
   </xs:list>
 </xs:simpleType>

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

Value

Meaning

None

The type of object is unknown.

PpsDashboard

The object is a Dashboard.

PpsScorecard

The object is a Scorecard.

PpsKpi

The object is a Kpi.

PpsReportView

The object is a ReportView.

PpsIndicator

The object is an Indicator.

PpsDataSource

The object is a DataSource.

PpsFilter

The object is a Filter.