2.2.4.2.2.12.2 Aggregation

This complex type represents an aggregation in the AggregationDesign.

   <xsd:complexType name="Aggregation">
     <xsd:all>
       <xsd:element name="ID" type="xsd:string" minOccurs="0"/>
       <xsd:element name="Name" type="xsd:string"/>
       <xsd:element name="Dimensions" minOccurs="0">
         <xsd:complexType>
           <xsd:sequence>
             <xsd:element name="Dimension"  type="AggregationDimension"
                          minOccurs="0" maxOccurs="unbounded"/>
           </xsd:sequence>
         </xsd:complexType>
       </xsd:element>
       <xsd:element name="Annotations" minOccurs="0">
         <xsd:complexType>
           <xsd:sequence>
             <xsd:element name="Annotation"  type="Annotation" minOccurs="0"
                          maxOccurs="unbounded"/>
           </xsd:sequence>
         </xsd:complexType>
       </xsd:element>
       <xsd:element name="Description" type="xsd:string" minOccurs="0"/>
     </xsd:all>
   </xsd:complexType>

Element

Read-Only

Default value

Description

ID

Defaults to Name

The object ID string.

Name

[Required]

The object name.

Dimensions

Empty

A collection of objects of type AggregationDimension.

Annotations

Empty

A collection of Annotation objects.

Description

Empty

The object description.