![]() |
| Template Slots | ||||
|---|---|---|---|---|
| Slot Name | Documentation | Type | Cardinality | |
| high | This is the high limit of the interval. | RealNumber | 0:1 | |
| highClosed | Specifies whether the high limit is included in the interval (interval is closed) or excluded from the interval (interval is open). | Boolean | 0:1 | |
| label | A short human readable string indicating the content of the instancehuman-readable string for the instance | String | 0:1 | |
| low | This is the low limit of the interval. | RealNumber | 0:1 | |
| lowClosed | Specifies whether the low limit is included in the interval (interval is closed) or excluded from the interval (interval is open). | Boolean | 0:1 | |
| nullFlavor | If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing. | Class | 0:1 | |
| unit | Unit of measurement | CodedValue | 1:1 |
| Own Slots | ||
|---|---|---|
| Slot Name | Value | |
| alias | IVL |
|
| semantic_properties | x.value.nonNull; x.low.value.equal(x.value.low); x.low.unit.equal(x.unit); x.lowClosed.equal(x.value.lowClosed); x.high.value.equal(x.value.high); x.high.unit.equal(x.unit); x.highClosed.equal(x.value.highClosed); | |
| :ROLE | Concrete | |
| :SLOT-CONSTRAINTS |