AggregationType (complexType)

DDI

Describes the aggregation of a generation instruction.

Source

  <xs:complexType name="AggregationType">  <xs:sequence>  <xs:element ref="Method"/>  <xs:choice>  <xs:element ref="VariableSet">  </xs:element>  <xs:element ref="VariableSetReference">  </xs:element>  </xs:choice>  </xs:sequence>  </xs:complexType>