| name | data type | description | 
|---|---|---|
| measurementSiteRecordVersion | number | |
| measurementSiteRecordVersionTime | string | |
| computationMethod | ComputationMethodEnum | |
| measurementEquipmentReference | string | |
| measurementEquipmentTypeUsed | MultilingualString | |
| measurementSiteName | MultilingualString | |
| measurementSiteNumberOfLanes | number | |
| measurementSiteIdentification | string | |
| measurementSide | DirectionEnum | |
| measurementSpecificCharacteristics | array of MeasurementSpecificCharacteristics | |
| measurementSiteLocation | Location | |
| measurementSiteRecordExtension | ExtensionType | |
| id | string | 
Example
{
  "measurementSiteRecordVersion" : 12345,
  "measurementSiteRecordVersionTime" : "...",
  "computationMethod" : "arithmeticAverageOfSamplesInATimePeriod",
  "measurementEquipmentReference" : "...",
  "measurementEquipmentTypeUsed" : {
    "values" : {
      "value" : [ { }, { } ]
    }
  },
  "measurementSiteName" : {
    "values" : {
      "value" : [ { }, { } ]
    }
  },
  "measurementSiteNumberOfLanes" : 12345,
  "measurementSiteIdentification" : "...",
  "measurementSide" : "northEastBound",
  "measurementSpecificCharacteristics" : [ {
    "index" : 12345,
    "accuracy" : 12345.0,
    "period" : 12345.0,
    "smoothingFactor" : 12345.0,
    "specificLane" : "tidalFlowLane",
    "specificMeasurementValueType" : "trafficConcentration",
    "specificVehicleCharacteristics" : {
      "fuelType" : "ethanol",
      "loadType" : "vehicles",
      "vehicleEquipment" : "snowTyresInUse",
      "vehicleType" : [ "articulatedVehicle", "carWithTrailer" ],
      "vehicleUsage" : "recoveryServices",
      "grossWeightCharacteristic" : [ { }, { } ],
      "heightCharacteristic" : [ { }, { } ],
      "lengthCharacteristic" : [ { }, { } ],
      "widthCharacteristic" : [ { }, { } ],
      "heaviestAxleWeightCharacteristic" : [ { }, { } ],
      "numberOfAxlesCharacteristic" : [ { }, { } ],
      "vehicleCharacteristicsExtension" : { }
    },
    "measurementSpecificCharacteristicsExtension" : {
      "anies" : [ { }, { } ]
    }
  }, {
    "index" : 12345,
    "accuracy" : 12345.0,
    "period" : 12345.0,
    "smoothingFactor" : 12345.0,
    "specificLane" : "hardShoulder",
    "specificMeasurementValueType" : "pollutionInformation",
    "specificVehicleCharacteristics" : {
      "fuelType" : "diesel",
      "loadType" : "materialsDangerousForTheEnvironment",
      "vehicleEquipment" : "snowTyresInUse",
      "vehicleType" : [ "carWithCaravan", "bicycle" ],
      "vehicleUsage" : "roadMaintenanceOrConstruction",
      "grossWeightCharacteristic" : [ { }, { } ],
      "heightCharacteristic" : [ { }, { } ],
      "lengthCharacteristic" : [ { }, { } ],
      "widthCharacteristic" : [ { }, { } ],
      "heaviestAxleWeightCharacteristic" : [ { }, { } ],
      "numberOfAxlesCharacteristic" : [ { }, { } ],
      "vehicleCharacteristicsExtension" : { }
    },
    "measurementSpecificCharacteristicsExtension" : {
      "anies" : [ { }, { } ]
    }
  } ],
  "measurementSiteLocation" : {
    "externalReferencing" : [ {
      "externalLocationCode" : "...",
      "externalReferencingSystem" : "...",
      "externalReferencingExtension" : { }
    }, {
      "externalLocationCode" : "...",
      "externalReferencingSystem" : "...",
      "externalReferencingExtension" : { }
    } ],
    "locationForDisplay" : {
      "latitude" : 12345.0,
      "longitude" : 12345.0,
      "pointCoordinatesExtension" : { }
    },
    "locationExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "measurementSiteRecordExtension" : {
    "anies" : [ {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }, {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    } ]
  },
  "id" : "..."
}