This page deals with Inherited Dimensions, i.e. a special type of Dimension that are based on an inherited approach.
An inherited dimension is a dimension with a unique identity that shares information and metadata with its parent/super dimension.
A typical example is time dimension implementation.
The _COL_ part is there to distinguish this dimension a bit better from others.
The example above shows how to define an inherited dimension. It is only necessary to specify the dimension header.
For time purposes there is a standard dimension named DIM_BI_TIME.
Note: When an Inherited Dimension is connected to a Fact, a dimension alias should be specified.
An example of a metadata file of an inherited dimension based on DIM_BI_TIME can be found here.
Some remarks:
The inherited dimension will get exactly the same data as its master/super dimension.
If the source view for e.g. On Line access is modified, then this affect On Line access for all inherited dimensions since they all access one and the same view. If the metadata of the master/super dimension is modified, then when re-deployed the metadata of all inherited dimensions will also be modified.