2.2.4.13 AliasInfo
Namespace: http://www.microsoft.com/performancepoint/scorecards
The AliasInfo complex type maps a KpiMeasure complex type (section 2.2.4.129) to a string. This mapping defines an alias used to simplify the display, and the definition of formulas used in calculated metrics.
The format MUST be as follows:
-
<xs:complexType name="AliasInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="1" name="AliasCalculationInfo" type="tns:KpiMeasure"/> </xs:sequence> <xs:attribute name="AliasName" type="xs:string"/> </xs:complexType>
AliasCalculationInfo: MUST specify the KpiMeasure used in the calculated metric. This element MUST NOT be null and MUST conform to the schema of the KpiMeasure complex type.
AliasName: Is the display name of the AliasCalculationInfo instance. This value MUST NOT be null and MUST NOT be empty. It MUST be less than or equal to 31 characters in length.