| 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" : "slowVehicleLane",
"specificMeasurementValueType" : "trafficFlow",
"specificVehicleCharacteristics" : {
"fuelType" : "diesel",
"loadType" : "extraWideLoad",
"vehicleEquipment" : "notUsingSnowChains",
"vehicleType" : [ "vehicleWithoutCatalyticConverter", "motorcycle" ],
"vehicleUsage" : "agricultural",
"grossWeightCharacteristic" : [ {
"comparisonOperator" : "lessThan",
"grossVehicleWeight" : 12345.0,
"grossWeightCharacteristicExtension" : { }
}, {
"comparisonOperator" : "lessThan",
"grossVehicleWeight" : 12345.0,
"grossWeightCharacteristicExtension" : { }
} ],
"heightCharacteristic" : [ {
"comparisonOperator" : "equalTo",
"vehicleHeight" : 12345.0,
"heightCharacteristicExtension" : { }
}, {
"comparisonOperator" : "lessThan",
"vehicleHeight" : 12345.0,
"heightCharacteristicExtension" : { }
} ],
"lengthCharacteristic" : [ {
"comparisonOperator" : "equalTo",
"vehicleLength" : 12345.0,
"lengthCharacteristicExtension" : { }
}, {
"comparisonOperator" : "equalTo",
"vehicleLength" : 12345.0,
"lengthCharacteristicExtension" : { }
} ],
"widthCharacteristic" : [ {
"comparisonOperator" : "equalTo",
"vehicleWidth" : 12345.0,
"widthCharacteristicExtension" : { }
}, {
"comparisonOperator" : "equalTo",
"vehicleWidth" : 12345.0,
"widthCharacteristicExtension" : { }
} ],
"heaviestAxleWeightCharacteristic" : [ {
"comparisonOperator" : "equalTo",
"heaviestAxleWeight" : 12345.0,
"heaviestAxleWeightCharacteristicExtension" : { }
}, {
"comparisonOperator" : "equalTo",
"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" : { }
} ]
}
}