Weersomstandigheden die invloed hebben op de rijomstandigheden - Specialisatie PoorEnvironmentConditions binnen profiel SRTI
Het type PoorEnvironmentConditions
wordt gebruikt bij gebeurtenissen waarbij rijomstandigheden bemoeilijkt worden door weersomstandigheden. Hierbij is er (nog) geen sprake van aantasting van en/of schade aan het wegdek. Denk hierbij aan hevige regen, hevige rukwinden, etc.. Naast de elementen uit de specialisatie Conditions
bevat het het verplichte element poorEnvironmentType
(dat meer dan één keer kan voorkomen) en het onder omstandigheden verplichte element visibility
:
Elementen
Een overzicht van elementen die in elke specialisatie van een situationRecord
voorkomen is hier terug te vinden. In het geval van de specialisatie PoorEnvironmentConditions
worden deze elementen aangevuld met een extra element van de specialisatie Conditions
en door de elementen van PoorEnvironmentConditions
zelf.
Waarden in het veld Domein
In het veld domein is uitsluitend de selectie van waarden opgenomen die vanuit onze feed voorkomen. Vanuit het datamodel zijn meer waarden toegestaan voor dit veld, dan hieronder getoond.
Zie daarvoor PoorEnvironmentConditions.
Element | Type | Verplicht | Domein | Omschrijving |
---|---|---|---|---|
drivingConditionsType | DrivingConditionsTypeEnum | Ja | impossible, hazardous, normal, passableWithCare, veryHazardous, winterConditions, other | Algemene beschrijving van de rijcondities |
poorEnvironmentType | PoorEnvironmentTypeEnum | Ja | badWeather, blizzard, blowingDust, blowingSnow, denseFog, fog, gales, gustyWinds, hail, heavyRain, heavySnowfall, hurricaneForceWinds, patchyFog, severeSmog, smogAlert, smokeHazard, stormForceWinds, strongGustsOfWind, strongWinds, thunderstorms, veryStrongGustsOfWind, visibilityReduced, winterStorm | Het type omgevingsconditie dat de rijomstandigheden beïnvloedt. |
visibility | Visibility | Alleen verplicht als poorEnvironmentType de waarde “fog” heeft | NVT | Container element om het zicht van weggebruikers aan te duiden. |
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-09-27T06:12:09.932Z</com:publicationTime>
<com:publicationCreator>
<com:country>nl</com:country>
<com:nationalIdentifier>NLNDW</com:nationalIdentifier>
</com:publicationCreator>
<sit:situation id="RWS01_SM947665_D2">
<sit:overallSeverity>medium</sit:overallSeverity>
<sit:situationVersionTime>2024-09-27T06:12:09.932Z</sit:situationVersionTime>
<sit:headerInformation>
<confidentiality>noRestriction</confidentiality>
<informationStatus>real</informationStatus>
</sit:headerInformation>
<sit:situationRecord xsi:type="sit:PoorEnvironmentConditions" id="CR01_REC_PoorEnvironmentConditions_201" version="1">
<sit:situationRecordCreationTime>2024-09-27T06:12:09.932Z</sit:situationRecordCreationTime>
<sit:situationRecordVersionTime>2024-09-27T06:12:09.932Z</sit:situationRecordVersionTime>
<sit:probabilityOfOccurrence>certain</sit:probabilityOfOccurrence>
<sit:source>
<com:sourceName>
<com:values>
<com:value lang="nl">NLNDW</com:value>
</com:values>
</com:sourceName>
</sit:source>
<sit:validity>
<com:validityStatus>definedByValidityTimeSpec</com:validityStatus>
<com:validityTimeSpecification>
<com:overallStartTime>2024-09-27T05:12:09.932Z</com:overallStartTime>
<com:overallEndTime>2024-10-27T08:12:09.932Z</com:overallEndTime>
</com:validityTimeSpecification>
</sit:validity>
<sit:locationReference xsi:type="loc:PointLocation">
<loc:supplementaryPositionalDescription>
<loc:carriageway>
<loc:carriageway>mainCarriageway</loc:carriageway>
</loc:carriageway>
</loc:supplementaryPositionalDescription>
<loc:pointByCoordinates>
<loc:bearing>125</loc:bearing>
<loc:pointCoordinates>
<loc:latitude>52.18495</loc:latitude>
<loc:longitude>5.4378614</loc:longitude>
</loc:pointCoordinates>
</loc:pointByCoordinates>
<loc:alertCPoint xsi:type="loc:AlertCMethod4Point">
<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:alertCPoint>
</sit:locationReference>
<sit:drivingConditionType>passableWithCare</sit:drivingConditionType>
<sit:poorEnvironmentType>badWeather</sit:poorEnvironmentType>
</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>