Skip to content

SiteMeasurements

The MeasuredDataPublication (MDP) contains one or more siteMeasurements elements, each holding the measured traffic data for a specific measurement site. The structure is as follows:

image

Elements

Element Type Mandatory Domain Description
measurementSiteReference _MeasurementSiteVersionedReference Yes N/A Identification of the measurement site to which the measurement applies
physicalQuantity _SiteMeasurementsIndexPhysicalQuantity No N/A Traffic data for a measurement point is recorded in one or more physicalQuantity elements. Each element refers (via the mandatory index attribute) to the corresponding measurementSpecificCharacteristics
measurementTimeDefault MeasurementOrCalculationTime Yes N/A Specification of the value and meaning of the time associated with the measurement

Explanation of measurementTimeDefault

The timeValue element in measurementTimeDefault always represents the start time of the measurement minute.

Sub-element measurementSiteReference

Attribute Type Mandatory Domain Description
id String Yes Valid ID Identification of the measurementSite that applies
version String Yes >=1 Version of the measurementSite that applies (current or next version)
targetClass String Yes measurementSite Fixed value specifying the class being referenced

Sub-element physicalQuantity

Attribute Type Mandatory Domain Description
index String Yes >=1 Sequence number of the measurement, referring to the corresponding measurementSpecificCharacteristics from the measurementSite
Element Type Mandatory Domain Description
physicalQuantity PhysicalQuantity Yes N/A The actual measured data
XML Example
<siteMeasurements>
  <measurementSiteReference id="RWS04_T_0258_ID_265" version="1" targetClass="MeasurementSite"/>
  <physicalQuantity index="0">
    ...
  </physicalQuantity>
  <measurementTimeDefault timePrecision="minute">
    <timeMeaning>beginTime</timeMeaning>
    <timeValue>2022-08-09T08:52:00.000Z</timeValue>
  </measurementTimeDefault>
</siteMeasurements>
Go back to the previous page