AggregationDefinitionType (complexType)

DDI

Identifies the independent (denominator) and dependent (numerator) dimensions for calculating aggregate measures such as percent. When two or more independent or dependent dimensions are listed here, the value is defined as the intersection of the listed dimensions.

Source

  <xs:complexType name="AggregationDefinitionType">  <xs:sequence>  <xs:element name="IndependentDimension" type="xs:integer" minOccurs="0" maxOccurs="unbounded">  </xs:element>  <xs:element name="DependentDimension" type="xs:integer" minOccurs="0" maxOccurs="unbounded">  </xs:element>  </xs:sequence>  <xs:attribute name="isNCubeUniverse" type="xs:boolean" default="true">  </xs:attribute>  </xs:complexType>