MeasurementOrCalculationTime
This element describes the relationship between the time of measurement and the data provided for the measurement site.
Elements
Element | Type | Mandatory | Domain | Description |
---|---|---|---|---|
timeMeaning | TimeMeaningEnum | No | beginTime | Fixed definition of the moment of the measurement for which data is provided for this measurement site |
timeValue | DateTime | No | Date and time in UTC (Zulu notation) | Describes the time point for which data is provided for this measurement site, in combination with timeMeaning |
Attributes
Attribute | Type | Mandatory | Domain | Description |
---|---|---|---|---|
timePrecision | TimePrecisionEnum | No | minute | Fixed time unit of delivery |
Example
The MeasurementOrCalculationTime
class is primarily used as an element within other classes. Below is an example of measurementTimeDefault
which is of type MeasurementOrCalculationTime
.
XML Example
<siteMeasurements>
<measurementSiteReference id="RWS04_T_0258_ID_265" version="1" targetClass="MeasurementSiteRecord"/>
<physicalQuantity index="0">
...
</physicalQuantity>
<measurementTimeDefault timePrecision="minute">
<timeMeaning>beginTime</timeMeaning>
<timeValue>2022-08-09T08:52:00.000Z</timeValue>
</measurementTimeDefault>
</siteMeasurements>