| name | data type | description |
|---|---|---|
| vehicleSpeed | VehicleSpeed | |
| vehicleDetectionTime | VehicleDetectionTime | |
| vehicleHeadway | VehicleHeadway | |
| individualVehicleMeasurementsExtension | ExtensionType | |
Properties inherited from TrafficValue |
||
| forVehiclesWithCharacteristicsOf | VehicleCharacteristics | |
| trafficValueExtension | ExtensionType | |
Properties inherited from BasicDataValue |
||
| accuracy | number | |
| computationalMethod | ComputationMethodEnum | |
| fault | boolean | |
| faultReason | MultilingualString | |
| numberOfIncompleteInputs | number | |
| numberOfInputValuesUsed | number | |
| period | number | |
| smoothingFactor | number | |
| standardDeviation | number | |
| supplierCalculatedDataQuality | number | |
| time | string | |
| pertinentLocation | GroupOfLocations | |
| basicDataValueExtension | ExtensionType | |
Example
{
"vehicleSpeed" : {
"individualVehicleSpeed" : 12345.0,
"vehicleSpeedExtension" : {
"anies" : [ { }, { } ]
}
},
"vehicleDetectionTime" : {
"arrivalTime" : "...",
"exitTime" : "...",
"passageTime" : "...",
"presenceTime" : "...",
"timeGap" : 12345.0,
"timeHeadway" : 12345.0,
"vehicleDetectionTimeExtension" : {
"anies" : [ { }, { } ]
}
},
"vehicleHeadway" : {
"distanceGap" : 12345.0,
"distanceHeadway" : 12345.0,
"vehicleHeadwayExtension" : {
"anies" : [ { }, { } ]
}
},
"individualVehicleMeasurementsExtension" : {
"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" : { }
} ]
},
"forVehiclesWithCharacteristicsOf" : {
"fuelType" : "liquidGas",
"loadType" : "toxicMaterials",
"vehicleEquipment" : "snowTyresInUse",
"vehicleType" : [ "trailer", "motorcycleWithSideCar" ],
"vehicleUsage" : "roadOperator",
"grossWeightCharacteristic" : [ {
"comparisonOperator" : "lessThan",
"grossVehicleWeight" : 12345.0,
"grossWeightCharacteristicExtension" : { }
}, {
"comparisonOperator" : "equalTo",
"grossVehicleWeight" : 12345.0,
"grossWeightCharacteristicExtension" : { }
} ],
"heightCharacteristic" : [ {
"comparisonOperator" : "lessThan",
"vehicleHeight" : 12345.0,
"heightCharacteristicExtension" : { }
}, {
"comparisonOperator" : "lessThan",
"vehicleHeight" : 12345.0,
"heightCharacteristicExtension" : { }
} ],
"lengthCharacteristic" : [ {
"comparisonOperator" : "lessThan",
"vehicleLength" : 12345.0,
"lengthCharacteristicExtension" : { }
}, {
"comparisonOperator" : "lessThan",
"vehicleLength" : 12345.0,
"lengthCharacteristicExtension" : { }
} ],
"widthCharacteristic" : [ {
"comparisonOperator" : "lessThanOrEqualTo",
"vehicleWidth" : 12345.0,
"widthCharacteristicExtension" : { }
}, {
"comparisonOperator" : "greaterThan",
"vehicleWidth" : 12345.0,
"widthCharacteristicExtension" : { }
} ],
"heaviestAxleWeightCharacteristic" : [ {
"comparisonOperator" : "greatherThanOrEqualTo",
"heaviestAxleWeight" : 12345.0,
"heaviestAxleWeightCharacteristicExtension" : { }
}, {
"comparisonOperator" : "lessThanOrEqualTo",
"heaviestAxleWeight" : 12345.0,
"heaviestAxleWeightCharacteristicExtension" : { }
} ],
"numberOfAxlesCharacteristic" : [ {
"comparisonOperator" : "equalTo",
"numberOfAxles" : 12345,
"numberOfAxlesCharacteristicExtension" : { }
}, {
"comparisonOperator" : "greaterThan",
"numberOfAxles" : 12345,
"numberOfAxlesCharacteristicExtension" : { }
} ],
"vehicleCharacteristicsExtension" : {
"anies" : [ { }, { } ]
}
},
"trafficValueExtension" : {
"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" : { }
} ]
},
"accuracy" : 12345.0,
"computationalMethod" : "medianOfSamplesInATimePeriod",
"fault" : true,
"faultReason" : {
"values" : {
"value" : [ { }, { } ]
}
},
"numberOfIncompleteInputs" : 12345,
"numberOfInputValuesUsed" : 12345,
"period" : 12345.0,
"smoothingFactor" : 12345.0,
"standardDeviation" : 12345.0,
"supplierCalculatedDataQuality" : 12345.0,
"time" : "...",
"pertinentLocation" : {
"groupOfLocationsExtension" : {
"anies" : [ { }, { } ]
}
},
"basicDataValueExtension" : {
"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" : { }
} ]
}
}