complexType "AggregationDefinitionType"
Namespace:
Content:
complex, 1 attribute, 2 elements
Defined:
Includes:
definitions of 1 attribute, 2 elements
Used:
XML Representation Summary
<...
   
 = 
xs:boolean : "true"
   
>
   
Content: 
</...>
Content Model Elements (2):
DependentDimension, IndependentDimension
All Direct / Indirect Based Elements (1):
AggregationDefinition
Known Usage Locations
Annotation
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.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="AggregationDefinitionType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="IndependentDimension" type="xs:integer"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="DependentDimension" type="xs:integer"/>
</xs:sequence>
<xs:attribute default="true" name="isNCubeUniverse" type="xs:boolean"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
isNCubeUniverse
Type:
xs:boolean, predefined
Use:
optional
When true indicates that total count of the NCube as described by the universe acts as the independent variable (denominator) and that all dimensions are used to define the dependent variable (numerator). When false, use the IndependentDimension and DependentDimension elements to assign each rank to its appropriate role.
Attribute Value
Default:
"true"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="true" name="isNCubeUniverse" type="xs:boolean"/>
Content Element Detail (all declarations; defined within this component only; 2/2)
DependentDimension
Type:
xs:integer, predefined, simple content
The rank of a dimension that acts as the numerator (dependent variable).
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="DependentDimension" type="xs:integer"/>

IndependentDimension
Type:
xs:integer, predefined, simple content
The rank of a dimension that acts as the denominator (independent variable).
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="IndependentDimension" type="xs:integer"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set