Spookrijder - Specialisatie VehicleObstruction binnen profiel SRTI
The VehicleObstruction specialization falls under the umbrella of Obstruction. Obstruction serves as a framework for events where traffic is hindered by some form of blockage. The VehicleObstruction type is used for events where (damage to) a vehicle causes a blockage that hinders traffic. In addition to the elements from Obstruction, it includes the mandatory element vehicleObstructionType:
Elements
An overview of elements that appear in every specialization of a situationRecord can be found here. In the case of the VehicleObstruction specialization, these elements are supplemented by additional elements from the Obstruction specialization and an extra element specific to VehicleObstruction.
Values in the Domain field
The Domain field only includes the selection of values that appear in our feed. More values are allowed from the data model for this field than shown below.
See [VehicleObstruction](../../elementen/payloadpublication/situationpublication/specialisaties/generiek/vehicleobstruction.md) for more information.
Element | Type | Mandatory | Domain | Description |
---|---|---|---|---|
mobilityOfObstruction | Mobility | Yes | N/A | Container element to indicate the mobility of the obstruction. |
vehicleObstructionType | VehicleObstructionTypeEnum | Yes | vehicleOnWrongCarriageway | Describes the obstruction: nature and/or condition and/or type and/or extent. |
obstructingVehicle | Vehicle | No, 0 or more | N/A | Describes one or more vehicles involved in the situation. |
Subelement mobilityOfObstruction
The mandatory element mobility
contains one mandatory sub-element: mobilityType
.
Element | Type | Mandatory | Domain | Description |
---|---|---|---|---|
mobilityType | MobilityEnum | Yes | mobile, stationary, unknown | Indicates the degree to which the obstruction is expected to shift or move. |
Advice for Road Users
A ghost driver report may contain additional information in separate SituationRecord elements within the same Situation of the type Situation of the type GeneralInstructionOrMessageToRoadUsers advising not to overtake ('noOvertaking') and/or of the type ('noOvertaking') and/or of the type RoadOrCarriagewayOrLaneManagement advising to stay on the side ('keepToTheLeft').
XML Voorbeeld
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<mc:messageContainer modelBaseVersion="3" xmlns:inf="http://datex2.eu/schema/3/informationManagement" xmlns:com="http://datex2.eu/schema/3/common" xmlns:loc="http://datex2.eu/schema/3/locationReferencing" xmlns:ex="http://datex2.eu/schema/3/exchangeInformation" xmlns:mc="http://datex2.eu/schema/3/messageContainer" xmlns:nle="http://datex2.eu/schema/3/nlExtensions" xmlns:nlxe="http://datex2.eu/schema/3/nlxExtensions" xmlns:srx="http://datex2.eu/schema/3/situationRecordExtension" xmlns:sit="http://datex2.eu/schema/3/situation">
<mc:payload xsi:type="sit:SituationPublication" lang="nl" modelBaseVersion="3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<com:publicationTime>2024-07-24T09:42:27.928590Z</com:publicationTime>
<com:publicationCreator>
<com:country>nl</com:country>
<com:nationalIdentifier>NLNDW</com:nationalIdentifier>
</com:publicationCreator>
<sit:situation id="RWS03_158030">
<sit:overallSeverity>medium</sit:overallSeverity>
<sit:situationVersionTime>2024-09-20T09:32:01.534+02:00</sit:situationVersionTime>
<sit:headerInformation>
<confidentiality>noRestriction</confidentiality>
<informationStatus>real</informationStatus>
</sit:headerInformation>
<sit:situationRecord xsi:type="sit:VehicleObstruction" id="CR01_REC_VehicleObstruction_379" version="1">
<sit:situationRecordCreationTime>2024-09-20T09:32:01.534+02:00</sit:situationRecordCreationTime>
<sit:situationRecordVersionTime>2024-09-20T09:32:01.534+02:00</sit:situationRecordVersionTime>
<sit:probabilityOfOccurrence>certain</sit:probabilityOfOccurrence>
<sit:source>
<com:sourceName>
<com:values>
<com:value lang="nl">TranslationBasedSnapshotBuilder</value>
</com:values>
</com:sourceName>
</sit:source>
<sit:validity>
<com:validityStatus>definedByValidityTimeSpec</com:validityStatus>
<validityTimeSpecification>
<com:overallStartTime>2024-09-20T08:32:01.534+02:00</com:overallStartTime>
<com:overallEndTime>2024-10-20T09:32:01.534+02:00</com:overallEndTime>
</com:validityTimeSpecification>
</sit:validity>
<sit:locationReference xsi:type="loc:SingleRoadLinearLocation">
<loc:supplementaryPositionalDescription/>
<loc:alertCLinear xsi:type="loc:AlertCMethod4Linear">
<loc:alertCLocationCountryCode>8</loc:alertCLocationCountryCode>
<loc:alertCLocationTableNumber>6.10</loc:alertCLocationTableNumber>
<loc:alertCLocationTableVersion>A</loc:alertCLocationTableVersion>
<loc:alertCDirection>
<loc:alertCDirectionCoded>positive</loc:alertCDirectionCoded>
<loc:alertCAffectedDirection>aligned</loc:alertCAffectedDirection>
</loc:alertCDirection>
<loc:alertCMethod4PrimaryPointLocation>
<loc:alertCLocation>
<loc:specificLocation>8479</loc:specificLocation>
</loc:alertCLocation>
<loc:offsetDistance>
<loc:offsetDistance>0</loc:offsetDistance>
</loc:offsetDistance>
</loc:alertCMethod4PrimaryPointLocation>
<loc:alertCMethod4SecondaryPointLocation>
<loc:alertCLocation>
<loc:specificLocation>8479</loc:specificLocation>
</loc:alertCLocation>
<loc:offsetDistance>
<loc:offsetDistance>2000</loc:offsetDistance>
</loc:offsetDistance>
</loc:alertCMethod4SecondaryPointLocation>
</loc:alertCLinear>
</sit:locationReference>
<sit:mobilityOfObstruction>
<sit:mobilityType>mobile</sit:mobilityType>
</sit:mobilityOfObstruction>
<sit:vehicleObstructionType>vehicleOnWrongCarriageway</sit:vehicleObstructionType>
</sit:situationRecord>
</sit:situation>
</mc:payload>
<mc:exchangeInformation modelBaseVersion="3">
<ex:exchangeContext>
<ex:codedExchangeProtocol>snapshotPull</ex:codedExchangeProtocol>
<ex:exchangeSpecificationVersion>3</ex:exchangeSpecificationVersion>
<ex:supplierOrCisRequester>
<ex:internationalIdentifier>
<com:country>nl</com:country>
<com:nationalIdentifier>NLNDW</com:nationalIdentifier>
</ex:internationalIdentifier>
</ex:supplierOrCisRequester>
</ex:exchangeContext>
</mc:exchangeInformation>
</mc:messageContainer>