2.2.4.173 TimeIntelligenceFormula

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

This complex type specifies a time intelligence parameter formula.

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

DisplayName: The display name of the formula.

Formula: The time intelligence formula. MUST NOT be null.