2.2.4.172 TimeIntelligenceDefinition

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

The TimeIntelligenceDefinition complex type specifies time intelligence formulas and data sources. It is used in CustomDefinition of the ParameterDefinition complex type (section 2.2.4.155).

 <xs:complexType name="TimeIntelligenceDefinition" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="1" name="Formulas" type="tns:ArrayOfTimeIntelligenceFormula"/>
     <xs:element minOccurs="0" maxOccurs="1" name="MasterDataSource" type="tns:TimeIntelligenceDataSource"/>
     <xs:element minOccurs="0" maxOccurs="1" name="DataSources" type="tns:ArrayOfTimeIntelligenceDataSource"/>
   </xs:sequence>
 </xs:complexType>

Formulas: See complex type ArrayOfTimeIntelligenceFormula (section 2.2.4.57).

MasterDataSource: The TimeIntelligenceDataSource (section 2.2.4.171) that is queried to populate the parameter display values.

DataSources: The ArrayOfTimeIntelligenceDataSource complex type (section 2.2.4.56) that are queried to populate the parameter message values.