name | data type | description |
---|---|---|
accuracy | number | |
period | number | |
smoothingFactor | number | |
specificLane | LanesEnum | |
specificMeasurementValueType | MeasuredOrDerivedDataTypeEnum | |
specificVehicleCharacteristics | VehicleCharacteristics | |
measurementSpecificCharacteristicsExtension | ExtensionType |
Example
{ "accuracy" : 12345.0, "period" : 12345.0, "smoothingFactor" : 12345.0, "specificLane" : "allLanesCompleteCarriageway", "specificMeasurementValueType" : "roadSurfaceConditionInformation", "specificVehicleCharacteristics" : { "fuelType" : "liquidGas", "loadType" : "other", "vehicleEquipment" : "notUsingSnowChains", "vehicleType" : [ "articulatedVehicle", "heavyVehicle" ], "vehicleUsage" : "agricultural", "grossWeightCharacteristic" : [ { "comparisonOperator" : "lessThan", "grossVehicleWeight" : 12345.0, "grossWeightCharacteristicExtension" : { } }, { "comparisonOperator" : "equalTo", "grossVehicleWeight" : 12345.0, "grossWeightCharacteristicExtension" : { } } ], "heightCharacteristic" : [ { "comparisonOperator" : "greaterThan", "vehicleHeight" : 12345.0, "heightCharacteristicExtension" : { } }, { "comparisonOperator" : "equalTo", "vehicleHeight" : 12345.0, "heightCharacteristicExtension" : { } } ], "lengthCharacteristic" : [ { "comparisonOperator" : "lessThan", "vehicleLength" : 12345.0, "lengthCharacteristicExtension" : { } }, { "comparisonOperator" : "lessThan", "vehicleLength" : 12345.0, "lengthCharacteristicExtension" : { } } ], "widthCharacteristic" : [ { "comparisonOperator" : "lessThan", "vehicleWidth" : 12345.0, "widthCharacteristicExtension" : { } }, { "comparisonOperator" : "greaterThan", "vehicleWidth" : 12345.0, "widthCharacteristicExtension" : { } } ], "heaviestAxleWeightCharacteristic" : [ { "comparisonOperator" : "greaterThan", "heaviestAxleWeight" : 12345.0, "heaviestAxleWeightCharacteristicExtension" : { } }, { "comparisonOperator" : "greaterThan", "heaviestAxleWeight" : 12345.0, "heaviestAxleWeightCharacteristicExtension" : { } } ], "numberOfAxlesCharacteristic" : [ { "comparisonOperator" : "equalTo", "numberOfAxles" : 12345, "numberOfAxlesCharacteristicExtension" : { } }, { "comparisonOperator" : "greaterThan", "numberOfAxles" : 12345, "numberOfAxlesCharacteristicExtension" : { } } ], "vehicleCharacteristicsExtension" : { "anies" : [ { }, { } ] } }, "measurementSpecificCharacteristicsExtension" : { "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" : { } } ] } }