2.2.4.171 TimeIntelligenceDataSource

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

A time intelligence data source reference used in time intelligence parameter definitions.

 <xs:complexType name="TimeIntelligenceDataSource" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="1" name="DataSourceLocation" type="tns:RepositoryLocation"/>
     <xs:element minOccurs="0" maxOccurs="1" name="DisplayName" type="xs:string"/>
   </xs:sequence>
 </xs:complexType>

DataSourceLocation: The RepositoryLocation of the data source.

DisplayName: The display name of the data source.