DV_INTERVAL Docs

In the Data Types Information Model Quantity Package Rev 2.1.0
there are no attributes in the DV_INTERVAL class

Don't we need at least an upper, lower ?

Also there is no discussion on normalization. maybe because there are no
attributes. :slight_smile: But how are others implementing this? Is it valid to
normalize say (5,2) to (2,5); or do you just throw an exception?

Thanks,
Tim

It has several attributes, Tim, inherited from INTERVAL in the support
package.

lower: T
upper: T
lower_unbounded: Boolean
upper_unbounded: Boolean
lower_included: Boolean
upper_included: Boolean

- Peter

Thanks Peter,

<sheepishly>

When I originally started coded the skeleton for it I only inherited
from DATA_VALUE for some inexplicable reason.