>From the ADL spec 4.4.6 Constraints on Dates, Times and Durations Dates, times, date/times and durations may all be constrained in three ways: using a list of values, using intervals, and using patterns
However, the C_DATE, C_TIME etc classes for the AOM only have a 'range' slot and not a 'list' slot. In constrast, the C_INTEGER, C_REAL have both a 'range' and a 'list'. Is there a different way of representing lists of dates in AOM? Andrew

