<P> This operator can be used to discretize a numeric attribute manually. It is 
  very similar to the operator TimeIntervalManualDiscretization. The looped parameters 
  <I>IntervalStart</I>, <I>IntervalEnd</I>, <I>StartIncExc</I>, <I>EndIncExc</I>, 
  and <I>MapTo</I>. again specify a mapping to be performed. If an input value 
  does not belong to any interval, it is mapped to the value <I>DefaultValue</I>. 
  <I>TheTargetAttribute</I> needs to be of type ordinal. 
<P> <BR>
  <BR>
<P> 
PARAMETERDESCRIPTION
TheInputConcept:inherited
TheTargetAttribute:inherited, type: ORDINAL
IntervalStart:``looped'', lower bound of interval
IntervalEnd:``looped'', upper bound of interval
MapTo:value to map time interval to
StartIncExc:one of ``I'' and ``E''
EndIncExc:one of ``I'' and ``E''
DefaultValue:value if no mapping applies
TimeFormat:ORACLE specific time format
TheOutputAttribute:inherited