aggregationLevelVocab

Complex Type Information

Model

Children: source, value

Used By

Complex Type aggregationLevel

Source

<xs:complexType name="aggregationLevelVocab">
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element name="source" type="sourceValue"/>
    <xs:element name="value" type="aggregationLevelValue"/>
    <xs:group ref="ex:customElements"/>
  </xs:choice>
  <xs:attributeGroup ref="ex:customAttributes"/>
</xs:complexType>