Skip to content

Poor Road Conditions - Specialization NonWeatherRelatedRoadConditions within the Current situation Profile

The specialization NonWeatherRelatedRoadConditions is used for events where driving conditions are affected by the state of the road surface. This includes issues like oil or leaves on the road. In addition to the elements from Conditions, it includes the mandatory element nonWeatherRelatedRoadConditionType (which can occur more than once):

image

Elements

An overview of elements that occur in each specialization of a situationRecord can be found here. In the case of the specialization NonWeatherRelatedRoadConditions, these elements are supplemented with an additional element from the Conditions specialization and by the elements of NonWeatherRelatedRoadConditions itself.

Regarding domain

Only the values used in this type of publication are shown in the field Domain. More values than shown below are allowed in this field.

Element Type Mandatory Domain Description
drivingConditionsType DrivingConditionsTypeEnum Yes impossible, hazardous, normal, passableWithCare, veryHazardous, winterConditions, other General description of driving conditions.
nonWeatherRelatedRoadConditionType NonWeatherRelatedRoadConditionTypeEnum Yes mudOnRoad, oilOnRoad, petrolOnRoad This element describes the condition of the road surface.
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-19T10:35:56.218122Z</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-20T09:32:01.537+02:00</sit:situationVersionTime>
           <sit:headerInformation>
              <confidentiality>noRestriction</confidentiality>
              <informationStatus>real</informationStatus>
           </sit:headerInformation>
           <sit:situationRecord xsi:type="sit:NonWeatherRelatedRoadConditions" id="RWS01_SM947665_D2_REC" version="1">
              <sit:situationRecordCreationTime>2024-09-20T09:32:01.537+02:00</sit:situationRecordCreationTime>
              <sit:situationRecordVersionTime>2024-09-20T09:32:01.537+02:00</sit:situationRecordVersionTime>
              <sit:probabilityOfOccurrence>certain</sit:probabilityOfOccurrence>
                <sit:source>
                    <com:sourceName>
                        <com:values>
                            <com:value lang="nl">NDW</com:value>
                        </com:values>
                    </com:sourceName>
                </sit:source>
              <sit:validity>
                 <com:validityStatus>definedByValidityTimeSpec</com:validityStatus>
                 <validityTimeSpecification>
                    <com:overallStartTime>2024-09-20T08:32:01.537+02:00</com:overallStartTime>
                    <com:overallEndTime>2024-10-20T09:32:01.537+02:00</com:overallEndTime>
                 </com:validityTimeSpecification>
              </sit:validity>
              <sit:locationReference xsi:type="loc:SingleRoadLinearLocation">
                 <loc:coordinatesForDisplay>
                    <loc:latitude>52.18495</loc:latitude>
                    <loc:longitude>5.4378614</loc:longitude>
                 </loc:coordinatesForDisplay>
                 <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:nonWeatherRelatedRoadConditionType>leavesOnRoad</sit:nonWeatherRelatedRoadConditionType>
           </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>
Go back to the previous page