complexType "MeasureDefinitionType"
Namespace:
Content:
complex, 5 attributes, 9 elements
Defined:
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...
   
 = 
("Add" | "Update" | "Delete")
 = 
(xs:string | xs:string)
 = 
("Agency" | "Maintainable") : "Agency"
 = 
xs:boolean
 = 
"true"
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Defines the structure and type of measure captured within the cells. This may be repeated to describe multiple measure for the cells (i.e., count, percent of universe, dimensional percent, index, text, suppression flag, etc.). Includes a reference to the defining variable and an optional aggregation definition for use in defining content relying on the use of independent and dependent variables (such as the percentage of a specific dimension (like a row or column percent on a table).
Type Definition Detail
Type Derivation Tree
  r:IdentifiableType (extension)
      MeasureDefinitionType
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="MeasureDefinitionType">
<xs:complexContent>
<xs:extension base="r:IdentifiableType">
<xs:sequence>
<xs:element ref="r:VariableReference"/>
<xs:element minOccurs="0" ref="AggregationDefinition"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/9)
AggregationDefinition
Type:
AggregationDefinitionType, complex content
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 (1); see within schema source)
<xs:element minOccurs="0" ref="AggregationDefinition"/>

r:VariableReference
Type:
r:ReferenceType, complex content
A reference to the variable that defines the measure of the NCube.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="r:VariableReference"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set