name | data type | description |
---|---|---|
vehicleColour | MultilingualString | |
vehicleCountryOfOrigin | MultilingualString | |
vehicleIdentifier | string | |
vehicleManufacturer | string | |
vehicleModel | string | |
vehicleRegistrationPlateIdentifier | string | |
vehicleStatus | VehicleStatusEnum | |
vehicleCharacteristics | VehicleCharacteristics | |
axleSpacingOnVehicle | array of AxleSpacing | |
specificAxleWeight | array of AxleWeight | |
hazardousGoodsAssociatedWithVehicle | HazardousMaterials | |
vehicleExtension | ExtensionType |
Example
{ "vehicleColour" : { "values" : { "value" : [ { }, { } ] } }, "vehicleCountryOfOrigin" : { "values" : { "value" : [ { }, { } ] } }, "vehicleIdentifier" : "...", "vehicleManufacturer" : "...", "vehicleModel" : "...", "vehicleRegistrationPlateIdentifier" : "...", "vehicleStatus" : "burntOut", "vehicleCharacteristics" : { "fuelType" : "dieselBatteryHybrid", "loadType" : "materialsDangerousForPeople", "vehicleEquipment" : "withoutSnowTyresOrChainsOnBoard", "vehicleType" : [ "bicycle", "vehicleWithTrailer" ], "vehicleUsage" : "taxi", "grossWeightCharacteristic" : [ { "comparisonOperator" : "greatherThanOrEqualTo", "grossVehicleWeight" : 12345.0, "grossWeightCharacteristicExtension" : { } }, { "comparisonOperator" : "greaterThan", "grossVehicleWeight" : 12345.0, "grossWeightCharacteristicExtension" : { } } ], "heightCharacteristic" : [ { "comparisonOperator" : "lessThan", "vehicleHeight" : 12345.0, "heightCharacteristicExtension" : { } }, { "comparisonOperator" : "lessThanOrEqualTo", "vehicleHeight" : 12345.0, "heightCharacteristicExtension" : { } } ], "lengthCharacteristic" : [ { "comparisonOperator" : "lessThanOrEqualTo", "vehicleLength" : 12345.0, "lengthCharacteristicExtension" : { } }, { "comparisonOperator" : "greaterThan", "vehicleLength" : 12345.0, "lengthCharacteristicExtension" : { } } ], "widthCharacteristic" : [ { "comparisonOperator" : "lessThan", "vehicleWidth" : 12345.0, "widthCharacteristicExtension" : { } }, { "comparisonOperator" : "lessThanOrEqualTo", "vehicleWidth" : 12345.0, "widthCharacteristicExtension" : { } } ], "heaviestAxleWeightCharacteristic" : [ { "comparisonOperator" : "greaterThan", "heaviestAxleWeight" : 12345.0, "heaviestAxleWeightCharacteristicExtension" : { } }, { "comparisonOperator" : "lessThan", "heaviestAxleWeight" : 12345.0, "heaviestAxleWeightCharacteristicExtension" : { } } ], "numberOfAxlesCharacteristic" : [ { "comparisonOperator" : "greatherThanOrEqualTo", "numberOfAxles" : 12345, "numberOfAxlesCharacteristicExtension" : { } }, { "comparisonOperator" : "lessThan", "numberOfAxles" : 12345, "numberOfAxlesCharacteristicExtension" : { } } ], "vehicleCharacteristicsExtension" : { "anies" : [ { }, { } ] } }, "axleSpacingOnVehicle" : [ { "axleSpacing" : 12345.0, "axleSpacingSequenceIdentifier" : 12345, "axleSpacingExtension" : { "anies" : [ { }, { } ] } }, { "axleSpacing" : 12345.0, "axleSpacingSequenceIdentifier" : 12345, "axleSpacingExtension" : { "anies" : [ { }, { } ] } } ], "specificAxleWeight" : [ { "axlePositionIdentifier" : 12345, "axleWeight" : 12345.0, "maximumPermittedAxleWeight" : 12345.0, "axleWeightExtension" : { "anies" : [ { }, { } ] } }, { "axlePositionIdentifier" : 12345, "axleWeight" : 12345.0, "maximumPermittedAxleWeight" : 12345.0, "axleWeightExtension" : { "anies" : [ { }, { } ] } } ], "hazardousGoodsAssociatedWithVehicle" : { "chemicalName" : { "values" : { } }, "dangerousGoodsFlashPoint" : 12345.0, "dangerousGoodsRegulations" : "imoImdg", "hazardCodeIdentification" : "...", "hazardCodeVersionNumber" : 12345, "hazardSubstanceItemPageNumber" : "...", "tremCardNumber" : "...", "undgNumber" : "...", "volumeOfDangerousGoods" : 12345.0, "weightOfDangerousGoods" : 12345.0, "hazardousMaterialsExtension" : { "anies" : [ { }, { } ] } }, "vehicleExtension" : { "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" : { } } ] } }