Accident Data Type

Implemented Interfaces
Serializable
Properties
name data type description
accidentCause AccidentCauseEnum
accidentType array of AccidentTypeEnum
totalNumberOfPeopleInvolved number
totalNumberOfVehiclesInvolved number
vehicleInvolved array of Vehicle
groupOfVehiclesInvolved array of GroupOfVehiclesInvolved
groupOfPeopleInvolved array of GroupOfPeopleInvolved
accidentExtension ExtensionType
Properties inherited from TrafficElement
trafficElementExtension ExtensionType
Properties inherited from SituationRecord
situationRecordCreationReference string
situationRecordCreationTime string
situationRecordObservationTime string
situationRecordVersion number
situationRecordVersionTime string
situationRecordFirstSupplierVersionTime string
confidentialityOverride ConfidentialityValueEnum
probabilityOfOccurrence ProbabilityOfOccurrenceEnum
source Source
validity Validity
impact Impact
cause Cause
generalPublicComment array of Comment
nonGeneralPublicComment array of Comment
urlLink array of UrlLink
groupOfLocations GroupOfLocations
management Management
situationRecordExtension ExtensionType
id string

Example

{
  "accidentCause" : "driverDrugAbuse",
  "accidentType" : [ "sideCollision", "accidentInvolvingTrain" ],
  "totalNumberOfPeopleInvolved" : 12345,
  "totalNumberOfVehiclesInvolved" : 12345,
  "vehicleInvolved" : [ {
    "vehicleColour" : {
      "values" : { }
    },
    "vehicleCountryOfOrigin" : {
      "values" : { }
    },
    "vehicleIdentifier" : "...",
    "vehicleManufacturer" : "...",
    "vehicleModel" : "...",
    "vehicleRegistrationPlateIdentifier" : "...",
    "vehicleStatus" : "burntOut",
    "vehicleCharacteristics" : {
      "fuelType" : "liquidGas",
      "loadType" : "perishableProducts",
      "vehicleEquipment" : "withoutSnowTyresOrChainsOnBoard",
      "vehicleType" : [ "vehicleWithoutCatalyticConverter", "bicycle" ],
      "vehicleUsage" : "emergencyServices",
      "grossWeightCharacteristic" : [ { }, { } ],
      "heightCharacteristic" : [ { }, { } ],
      "lengthCharacteristic" : [ { }, { } ],
      "widthCharacteristic" : [ { }, { } ],
      "heaviestAxleWeightCharacteristic" : [ { }, { } ],
      "numberOfAxlesCharacteristic" : [ { }, { } ],
      "vehicleCharacteristicsExtension" : { }
    },
    "axleSpacingOnVehicle" : [ {
      "axleSpacing" : 12345.0,
      "axleSpacingSequenceIdentifier" : 12345,
      "axleSpacingExtension" : { }
    }, {
      "axleSpacing" : 12345.0,
      "axleSpacingSequenceIdentifier" : 12345,
      "axleSpacingExtension" : { }
    } ],
    "specificAxleWeight" : [ {
      "axlePositionIdentifier" : 12345,
      "axleWeight" : 12345.0,
      "maximumPermittedAxleWeight" : 12345.0,
      "axleWeightExtension" : { }
    }, {
      "axlePositionIdentifier" : 12345,
      "axleWeight" : 12345.0,
      "maximumPermittedAxleWeight" : 12345.0,
      "axleWeightExtension" : { }
    } ],
    "hazardousGoodsAssociatedWithVehicle" : {
      "chemicalName" : { },
      "dangerousGoodsFlashPoint" : 12345.0,
      "dangerousGoodsRegulations" : "adr",
      "hazardCodeIdentification" : "...",
      "hazardCodeVersionNumber" : 12345,
      "hazardSubstanceItemPageNumber" : "...",
      "tremCardNumber" : "...",
      "undgNumber" : "...",
      "volumeOfDangerousGoods" : 12345.0,
      "weightOfDangerousGoods" : 12345.0,
      "hazardousMaterialsExtension" : { }
    },
    "vehicleExtension" : {
      "anies" : [ { }, { } ]
    }
  }, {
    "vehicleColour" : {
      "values" : { }
    },
    "vehicleCountryOfOrigin" : {
      "values" : { }
    },
    "vehicleIdentifier" : "...",
    "vehicleManufacturer" : "...",
    "vehicleModel" : "...",
    "vehicleRegistrationPlateIdentifier" : "...",
    "vehicleStatus" : "damaged",
    "vehicleCharacteristics" : {
      "fuelType" : "liquidGas",
      "loadType" : "refuse",
      "vehicleEquipment" : "snowChainsInUse",
      "vehicleType" : [ "withEvenNumberedRegistrationPlates", "carWithCaravan" ],
      "vehicleUsage" : "commercial",
      "grossWeightCharacteristic" : [ { }, { } ],
      "heightCharacteristic" : [ { }, { } ],
      "lengthCharacteristic" : [ { }, { } ],
      "widthCharacteristic" : [ { }, { } ],
      "heaviestAxleWeightCharacteristic" : [ { }, { } ],
      "numberOfAxlesCharacteristic" : [ { }, { } ],
      "vehicleCharacteristicsExtension" : { }
    },
    "axleSpacingOnVehicle" : [ {
      "axleSpacing" : 12345.0,
      "axleSpacingSequenceIdentifier" : 12345,
      "axleSpacingExtension" : { }
    }, {
      "axleSpacing" : 12345.0,
      "axleSpacingSequenceIdentifier" : 12345,
      "axleSpacingExtension" : { }
    } ],
    "specificAxleWeight" : [ {
      "axlePositionIdentifier" : 12345,
      "axleWeight" : 12345.0,
      "maximumPermittedAxleWeight" : 12345.0,
      "axleWeightExtension" : { }
    }, {
      "axlePositionIdentifier" : 12345,
      "axleWeight" : 12345.0,
      "maximumPermittedAxleWeight" : 12345.0,
      "axleWeightExtension" : { }
    } ],
    "hazardousGoodsAssociatedWithVehicle" : {
      "chemicalName" : { },
      "dangerousGoodsFlashPoint" : 12345.0,
      "dangerousGoodsRegulations" : "imoImdg",
      "hazardCodeIdentification" : "...",
      "hazardCodeVersionNumber" : 12345,
      "hazardSubstanceItemPageNumber" : "...",
      "tremCardNumber" : "...",
      "undgNumber" : "...",
      "volumeOfDangerousGoods" : 12345.0,
      "weightOfDangerousGoods" : 12345.0,
      "hazardousMaterialsExtension" : { }
    },
    "vehicleExtension" : {
      "anies" : [ { }, { } ]
    }
  } ],
  "groupOfVehiclesInvolved" : [ {
    "numberOfVehicles" : 12345,
    "vehicleStatus" : "damaged",
    "vehicleCharacteristics" : {
      "fuelType" : "dieselBatteryHybrid",
      "loadType" : "abnormalLoad",
      "vehicleEquipment" : "snowChainsInUse",
      "vehicleType" : [ "car", "carWithCaravan" ],
      "vehicleUsage" : "roadOperator",
      "grossWeightCharacteristic" : [ { }, { } ],
      "heightCharacteristic" : [ { }, { } ],
      "lengthCharacteristic" : [ { }, { } ],
      "widthCharacteristic" : [ { }, { } ],
      "heaviestAxleWeightCharacteristic" : [ { }, { } ],
      "numberOfAxlesCharacteristic" : [ { }, { } ],
      "vehicleCharacteristicsExtension" : { }
    },
    "groupOfVehiclesInvolvedExtension" : {
      "anies" : [ { }, { } ]
    }
  }, {
    "numberOfVehicles" : 12345,
    "vehicleStatus" : "burntOut",
    "vehicleCharacteristics" : {
      "fuelType" : "methane",
      "loadType" : "debris",
      "vehicleEquipment" : "snowChainsInUse",
      "vehicleType" : [ "car", "vehicleWithTrailer" ],
      "vehicleUsage" : "roadOperator",
      "grossWeightCharacteristic" : [ { }, { } ],
      "heightCharacteristic" : [ { }, { } ],
      "lengthCharacteristic" : [ { }, { } ],
      "widthCharacteristic" : [ { }, { } ],
      "heaviestAxleWeightCharacteristic" : [ { }, { } ],
      "numberOfAxlesCharacteristic" : [ { }, { } ],
      "vehicleCharacteristicsExtension" : { }
    },
    "groupOfVehiclesInvolvedExtension" : {
      "anies" : [ { }, { } ]
    }
  } ],
  "groupOfPeopleInvolved" : [ {
    "numberOfPeople" : 12345,
    "injuryStatus" : "slightlyInjured",
    "involvementRole" : "pedestrian",
    "categoryOfPeopleInvolved" : "child",
    "groupOfPeopleInvolvedExtension" : {
      "anies" : [ { }, { } ]
    }
  }, {
    "numberOfPeople" : 12345,
    "injuryStatus" : "slightlyInjured",
    "involvementRole" : "vehicleOccupant",
    "categoryOfPeopleInvolved" : "adult",
    "groupOfPeopleInvolvedExtension" : {
      "anies" : [ { }, { } ]
    }
  } ],
  "accidentExtension" : {
    "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" : { }
    } ]
  },
  "trafficElementExtension" : {
    "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" : { }
    } ]
  },
  "situationRecordCreationReference" : "...",
  "situationRecordCreationTime" : "...",
  "situationRecordObservationTime" : "...",
  "situationRecordVersion" : 12345,
  "situationRecordVersionTime" : "...",
  "situationRecordFirstSupplierVersionTime" : "...",
  "confidentialityOverride" : "internalUse",
  "probabilityOfOccurrence" : "probable",
  "source" : {
    "sourceCountry" : "ro",
    "sourceIdentification" : "...",
    "sourceName" : {
      "values" : { }
    },
    "sourceType" : "otherOfficialVehicle",
    "reliable" : true,
    "sourceExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "validity" : {
    "validityStatus" : "definedByValidityTimeSpec",
    "overrunning" : true,
    "validityTimeSpecification" : {
      "overallStartTime" : "...",
      "overallEndTime" : "...",
      "validPeriod" : [ { }, { } ],
      "exceptionPeriod" : [ { }, { } ],
      "overallPeriodExtension" : { }
    },
    "validityExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "impact" : {
    "capacityRemaining" : 12345.0,
    "numberOfLanesRestricted" : 12345,
    "numberOfOperationalLanes" : 12345,
    "originalNumberOfLanes" : 12345,
    "residualRoadWidth" : 12345.0,
    "trafficConstrictionType" : "carriagewayPartiallyObstructed",
    "delays" : {
      "delayBand" : "betweenTenMinutesAndThirtyMinutes",
      "delaysType" : "veryLongDelays",
      "delayTimeValue" : 12345.0,
      "delaysExtension" : { }
    },
    "impactExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "cause" : {
    "causeExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "generalPublicComment" : [ {
    "comment" : {
      "values" : { }
    },
    "commentDateTime" : "...",
    "commentExtension" : {
      "anies" : [ { }, { } ]
    }
  }, {
    "comment" : {
      "values" : { }
    },
    "commentDateTime" : "...",
    "commentExtension" : {
      "anies" : [ { }, { } ]
    }
  } ],
  "nonGeneralPublicComment" : [ {
    "comment" : {
      "values" : { }
    },
    "commentDateTime" : "...",
    "commentExtension" : {
      "anies" : [ { }, { } ]
    }
  }, {
    "comment" : {
      "values" : { }
    },
    "commentDateTime" : "...",
    "commentExtension" : {
      "anies" : [ { }, { } ]
    }
  } ],
  "urlLink" : [ {
    "urlLinkAddress" : "...",
    "urlLinkDescription" : {
      "values" : { }
    },
    "urlLinkType" : "documentPdf",
    "urlLinkExtension" : {
      "anies" : [ { }, { } ]
    }
  }, {
    "urlLinkAddress" : "...",
    "urlLinkDescription" : {
      "values" : { }
    },
    "urlLinkType" : "image",
    "urlLinkExtension" : {
      "anies" : [ { }, { } ]
    }
  } ],
  "groupOfLocations" : {
    "groupOfLocationsExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "management" : {
    "lifeCycleManagement" : {
      "cancel" : true,
      "end" : true,
      "lifeCycleManagementExtension" : { }
    },
    "filterExitManagement" : {
      "filterEnd" : true,
      "filterOutOfRange" : true,
      "filterExitManagementExtension" : { }
    },
    "managementExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "situationRecordExtension" : {
    "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" : { }
    } ]
  },
  "id" : "..."
}