Property Name | Type and Description | Existence | Cardinality |
---|---|---|---|
lowerIncluded |
Boolean
True if the lower bound of the interval is included. False otherwise.
|
1..1
| N/A
|
lowerUnbounded |
Boolean
True if the interval does not specify a lower bound. False otherwise.
|
1..1
| N/A
|
upperIncluded |
Boolean
True if the upper bound of the interval is included. Otherwise, false.
|
1..1
| N/A
|
upperUnbounded |
Boolean
True if the upper bound is unspecified. False otherwise.
|
1..1
| N/A
|
lower |
T
The interval's lower bound. Values outside the lower bound lie outside the range specified by this interval.
|
0..1
| N/A
|
upper |
T
The reference range's upper bound. Values outside the upper bound lie outside the range specified by this interval.
|
0..1
| N/A
|