Range of values as a single object.
For instance: Oct 22-25.
Gerson Sunyé gerson.sunye@univ-nantes.fr
Range of values as a single object.
For instance: Oct 22-25.

How to record an instant in time?
How to represent multiplicities, such as "[0..*]"?
Quantities can be used as attributes of an object:
A person has a height and a weight
However, sometimes there are too many attributes !
Convert quantities from one unit to another
Suitable to convert quantities with conversion ration.
Not adapted to convert non-linear units, e.g. Celsius to Fahrenheit, days to months, etc.
How to convert currencies (variable currency exchange rate)?
Create exchange table with the history of rates
How to convert compound units, e.g. km/h to m/s?
things to be measured, e.g. height, weight, blood glucose level,
concrete measured value
example of data assigned to the measurement. Another attributes could be associated, e.g. who did the measurement, when it was done, where it was done, etc.
How to record a non-quantitative values, e.g. gender (male/female), blood group (A+,A-,0, …), etc?
the same as before, e.g. blood group
possible values, e.g. A+, A-, 0, …
Concrete observed qualitative value. It is similar to the measurement but has a general phenomenon instead of quantity.
how to record the method by which the observation were made?
a method with a "long parameter list" can be found with PMD or Checkstyle
how to record the time period during which the observations can be applied?
At a consultation on May 1, 1997, John Smith tells his doctor that he had chest pain six months ago that lasted for a week.

Distinguish items and their descriptors:
Cars
Flights
Films and DVD.
How to model concepts that change with time?
Adresses, Contracts with different versions, Marriage

See also: «Recurring Events for Calendars»
Fowler, Martin. Analysis patterns: reusable object models. Addison-Wesley Professional, 1997.