| name | data type | constraints | description |
|---|---|---|---|
| index | number | required | |
Properties inherited from MeasurementSpecificCharacteristics |
|||
| accuracy | number | ||
| period | number | ||
| smoothingFactor | number | ||
| specificLane | LanesEnum | ||
| specificMeasurementValueType | MeasuredOrDerivedDataTypeEnum | ||
| specificVehicleCharacteristics | VehicleCharacteristics | ||
| measurementSpecificCharacteristicsExtension | ExtensionType | ||
Example
{
"index" : 12345,
"accuracy" : 12345.0,
"period" : 12345.0,
"smoothingFactor" : 12345.0,
"specificLane" : "leftLane",
"specificMeasurementValueType" : "windInformation",
"specificVehicleCharacteristics" : {
"fuelType" : "diesel",
"loadType" : "vehicles",
"vehicleEquipment" : "withoutSnowTyresOrChainsOnBoard",
"vehicleType" : [ "van", "vehicleWithTrailer" ],
"vehicleUsage" : "recoveryServices",
"grossWeightCharacteristic" : [ {
"comparisonOperator" : "equalTo",
"grossVehicleWeight" : 12345.0,
"grossWeightCharacteristicExtension" : { }
}, {
"comparisonOperator" : "equalTo",
"grossVehicleWeight" : 12345.0,
"grossWeightCharacteristicExtension" : { }
} ],
"heightCharacteristic" : [ {
"comparisonOperator" : "lessThan",
"vehicleHeight" : 12345.0,
"heightCharacteristicExtension" : { }
}, {
"comparisonOperator" : "equalTo",
"vehicleHeight" : 12345.0,
"heightCharacteristicExtension" : { }
} ],
"lengthCharacteristic" : [ {
"comparisonOperator" : "lessThan",
"vehicleLength" : 12345.0,
"lengthCharacteristicExtension" : { }
}, {
"comparisonOperator" : "equalTo",
"vehicleLength" : 12345.0,
"lengthCharacteristicExtension" : { }
} ],
"widthCharacteristic" : [ {
"comparisonOperator" : "greaterThan",
"vehicleWidth" : 12345.0,
"widthCharacteristicExtension" : { }
}, {
"comparisonOperator" : "greaterThan",
"vehicleWidth" : 12345.0,
"widthCharacteristicExtension" : { }
} ],
"heaviestAxleWeightCharacteristic" : [ {
"comparisonOperator" : "equalTo",
"heaviestAxleWeight" : 12345.0,
"heaviestAxleWeightCharacteristicExtension" : { }
}, {
"comparisonOperator" : "lessThan",
"heaviestAxleWeight" : 12345.0,
"heaviestAxleWeightCharacteristicExtension" : { }
} ],
"numberOfAxlesCharacteristic" : [ {
"comparisonOperator" : "greaterThan",
"numberOfAxles" : 12345,
"numberOfAxlesCharacteristicExtension" : { }
}, {
"comparisonOperator" : "equalTo",
"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" : { }
} ]
}
}