2.2.4.133 Measure
Namespace: http://www.microsoft.com/performancepoint/scorecards
The Measure complex type specifies a measure. It extends the complex type NameInfo (section 2.2.4.149).
-
<xs:complexType name="Measure" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:complexContent mixed="false"> <xs:extension base="tns:NameInfo"> <xs:attribute name="AggregatorValue" type="xs:int" use="required"/> <xs:attribute name="MeasureGroup" type="xs:string"/> <xs:attribute name="DisplayFolder" type="xs:string"/> <xs:attribute name="HierarchyName" type="xs:string"/> </xs:extension> </xs:complexContent> </xs:complexType>
AggregatorValue: The numeric value representing the aggregation type for this measure as defined in the MEASURE_AGGREGATOR column of the MDSCHEMA_MEASURES rowset in [MS-SSAS] section 3.1.4.2.2.1.3.9.1.
MeasureGroup: The name of the measure group which contains this measure.
DisplayFolder: The name of the display folder for this measure.
HierarchyName: The unique name of the hierarchy of this measure.