name | data type | constraints | description |
---|---|---|---|
index | number | required | |
Properties inherited from MeasurementSpecificCharacteristics |
|||
accuracy | number | ||
period | number | ||
smoothingFactor | number | ||
specificLane | LaneEnum | ||
specificMeasurementValueType | MeasuredOrDerivedDataTypeEnum | ||
specificVehicleCharacteristics | VehicleCharacteristics | ||
measurementSpecificCharacteristicsExtension | ExtensionType |
Example
{ "index" : 12345, "accuracy" : 12345.0, "period" : 12345.0, "smoothingFactor" : 12345.0, "specificLane" : "escapeLane", "specificMeasurementValueType" : "trafficSpeed", "specificVehicleCharacteristics" : { "fuelType" : "biodiesel", "loadType" : "radioactiveMaterials", "vehicleEquipment" : "notUsingSnowChainsOrTyres", "vehicleType" : [ "fourWheelDrive", "threeWheeledVehicle" ], "vehicleUsage" : "emergencyServices", "grossWeightCharacteristic" : [ { "comparisonOperator" : "lessThan", "grossVehicleWeight" : 12345.0, "grossWeightCharacteristicExtension" : { } }, { "comparisonOperator" : "equalTo", "grossVehicleWeight" : 12345.0, "grossWeightCharacteristicExtension" : { } } ], "heightCharacteristic" : [ { "comparisonOperator" : "equalTo", "vehicleHeight" : 12345.0, "heightCharacteristicExtension" : { } }, { "comparisonOperator" : "lessThanOrEqualTo", "vehicleHeight" : 12345.0, "heightCharacteristicExtension" : { } } ], "lengthCharacteristic" : [ { "comparisonOperator" : "greaterThan", "vehicleLength" : 12345.0, "lengthCharacteristicExtension" : { } }, { "comparisonOperator" : "equalTo", "vehicleLength" : 12345.0, "lengthCharacteristicExtension" : { } } ], "widthCharacteristic" : [ { "comparisonOperator" : "greaterThan", "vehicleWidth" : 12345.0, "widthCharacteristicExtension" : { } }, { "comparisonOperator" : "lessThanOrEqualTo", "vehicleWidth" : 12345.0, "widthCharacteristicExtension" : { } } ], "heaviestAxleWeightCharacteristic" : [ { "comparisonOperator" : "lessThan", "heaviestAxleWeight" : 12345.0, "heaviestAxleWeightCharacteristicExtension" : { } }, { "comparisonOperator" : "greatherThanOrEqualTo", "heaviestAxleWeight" : 12345.0, "heaviestAxleWeightCharacteristicExtension" : { } } ], "numberOfAxlesCharacteristic" : [ { "comparisonOperator" : "lessThan", "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" : { } } ] } }