complexType "AggregationType"
Namespace:
Content:
complex, 3 elements
Defined:
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
AggregationVariables, AggregationVariablesReference, r:AggregationMethod
All Direct / Indirect Based Elements (1):
Aggregation
Known Usage Locations
Annotation
Describes the aggregation method and the variables used in the aggregation process. Identifies the method using an external controlled vocabulary and identifies the variables used either in-line or by reference to an existing description.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="AggregationType">
<xs:sequence>
<xs:element minOccurs="0" ref="r:AggregationMethod"/>
<xs:choice>
<xs:element minOccurs="0" ref="AggregationVariables"/>
<xs:element minOccurs="0" ref="AggregationVariablesReference"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
AggregationVariables
Type:
AggregationVariablesType, complex content
Identifies the independent and dependent variables used in the aggregation process in-line.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="AggregationVariables"/>

AggregationVariablesReference
Type:
r:ReferenceType, complex content
A reference to an existing AggregationVariables description.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="AggregationVariablesReference"/>

r:AggregationMethod
Type:
r:CodeValueType, simple content
Identification of the type of aggregation method used. Supports the use of a controlled vocabulary. DDI strongly recommends the use of a controlled vocabulary.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:AggregationMethod"/>

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