Class Description
Specific value measured by a meter or other asset, or calculated by a system. Each Reading is associated with a specific ReadingType.
Attributes
Name | Type | Description |
---|---|---|
position | Integer | A sequential value representing the relative position within a given time interval. |
reason | ReadingReasonKind | Reason for this reading being taken. |
valueMissing | Boolean | The indication of whether or not the quantity of this reading is missing. |
Relationships
Inherits from
Descendant classes
- No descendant classes
Leaf/Root class
IsLeaf | IsRoot |
---|---|
False | False |
Associations
Source Class | Cardinality Source | Target Class | Cardinality Target | Source Name | Source Assoc. Description | Target Name | Target Assoc. Description |
---|---|---|---|---|---|---|---|
Reading | 0..* | MeterReading | 0..* | Readings | All reading values contained within this meter reading. | MeterReadings | All meter readings (sets of values) containing this reading value. |
Reading | 0..* | ReadingType | 1 | Readings | All reading values with this type information. | ReadingType | Type information for this reading value. |