Class Description
Common representation for reading values. Note that a reading value may have multiple qualities, as produced by various systems ('ReadingQuality.source').
Attributes
Name | Type | Description |
---|
reportedDateTime | DateTime | (used only when there are detailed auditing requirements) Date and time at which the reading was first delivered to the metering system. |
source | String | System that originally supplied the reading (e.g., customer, AMI system, handheld reading system, another enterprise system, etc.). |
timePeriod | DateTimeInterval | Start and end of the period for those readings whose type has a time attribute such as 'billing', seasonal' or 'forTheSpecifiedPeriod'. |
value | String | Value of this reading. |
Relationships
Ancestors
Descendents
Associations
Source Class | Source Cardinality | Target | Target Cardinality | Source Name | Source Assoc. Description | Target Name | Target Assoc. Description |
---|
BaseReading | 0..1 | ReadingQuality | 0..* | Reading | Reading value to which this quality applies. | ReadingQualities | All qualities of this reading. |