2.2.4.2.2.13.1.2 AggregationInstanceAttribute

This complex type represents the attribute in the AggregationInstanceDimension for which the fact data is aggregated.

   <xsd:complexType name="AggregationInstanceAttribute">
     <xsd:all>
       <xsd:element name="AttributeID" type="xsd:string"/>
       <xsd:element name="KeyColumns" >
         <xsd:complexType>
           <xsd:sequence>
             <xsd:element name="KeyColumn"  type="DataItem" minOccurs="0"
                          maxOccurs="unbounded"/>
           </xsd:sequence>
         </xsd:complexType>
       </xsd:element>
     </xsd:all>
   </xsd:complexType>

Element

Read-Only

Default value

Description

AttributeID

[Required]

The ID of the attribute.

KeyColumns

Required. However, if this element is specified as empty, the default is the binding that is specified on the attribute that is pointed to by AttributeID.

A collection of KeyColumn elements of type DataItem. This can be used to override the binding that is specified on the attribute. The Source element within the DataItem MUST be of type ColumnBinding.