Column Element (ASSL)
Describes a column in the collection of columns associated with the parent element.
Syntax
<Columns>
   <Column xsi:type="MeasureBinding">...</Column> <!-- parent of collection: DrillThroughAction -->
   <!-- or -->
   <Column xsi:type="CubeAttributeBinding">...</Column> <!-- parent of collection: DrillThroughAction -->
   <!-- or -->
   <Column xsi:type="EventColumn">...</Column> <!-- parent of collection: Event -->
   <!-- or -->
   <Column xsi:type="MiningModelColumn">...</Column> <!-- parent of collection: MiningModel or MiningModelColumn -->
   <!-- or -->
   <Column xsi:type="MiningStructureColumn">...</Column> <!-- parent of collection: MiningStructure or TableMiningStructureColumn -->
</Columns>
Element Characteristics
| Characteristic | Description | 
|---|---|
| Data type and length | |
| Default value | None | 
| Cardinality | 
Ancestor or ParentCardinality
 
Event1-n: Required element that can occur more than once.
 
All others0-1: Optional element that can occur once and only once.
 |