Bridge Closures - Specialisation GeneralNetworkManagement within profile Temporary Traffic Management Measures - Closures
The type GeneralNetworkManagement is used for describing operator-controlled dynamic traffic situations. Examples include a bridge opening or a local detour. In addition to the basic elements of a SituationRecord, specific elements of OperatorAction and NetworkManagement (applicableForTrafficDirection, complianceOption, and forVehicleWithCharacteristicsOf), this specialization includes one extra element, namely generalNetworkManagementType. This mandatory element provides a classification for the situation/operation in question.
The structure is as follows (inherited elements from NetworkManagement are briefly summarized):
Elements
An overview of the elements found in every specialization of a situationRecord can be found here. For the GeneralNetworkManagement specialization, these elements are complemented with the elements from the specializations OperatorAction, NetworkManagement, and GeneralNetworkManagement itself.
Explanation of operatorActionStatus
The element operatorActionStatus is used to indicate the status of an operator-controlled dynamic traffic situation. This refers to a status designation concerning information about objects. In this example its application is further explained.
Values in the Domain field
The field domain only contains the selection of values that occur in our feed. The data model allows more values for this field than shown below.
See GeneralNetworkManagement for a complete overview.
| Element | Type | Mandatory | Domain | Description |
|---|---|---|---|---|
| operatorActionStatus | OperatorActionStatusEnum | Yes | requested, approved, beingImplemented, implemented, beingTerminated | The element operatorActionStatus is used to indicate the status of an operator-controlled dynamic traffic situation. It serves as a status indicator regarding information about objects. |
| complianceOption | ComplianceOptionEnum | Yes | advisory, mandatory | Indicates whether the described situation is an advisory or mandatory instruction. |
| generalNetworkManagementType | GeneralNetworkManagementTypeEnum | Yes | bridgeSwingInOperation | Description of the situation based on the value in domain. |
External location referencing (optional)
In the event of a bridge opening, some suppliers also provide an external reference to the RIS-index. They use the optional externalReferecing element for this purpose.
Example
XML Example
<?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.946Z</com:publicationTime>
<com:publicationCreator>
<com:country>nl</com:country>
<com:nationalIdentifier>NLNDW</com:nationalIdentifier>
</com:publicationCreator>
<sit:situation id="NDW04_NLRTM001020374200058_98050889">
<sit:overallSeverity>unknown</sit:overallSeverity>
<sit:situationVersionTime>2025-09-28T08:11:24.721Z</sit:situationVersionTime>
<sit:headerInformation>
<com:confidentiality>noRestriction</com:confidentiality>
<com:informationStatus>real</com:informationStatus>
</sit:headerInformation>
<sit:situationRecord xsi:type="sit:GeneralNetworkManagement" id="NDW04_NLRTM001020374200058_98050889_01" version="55">
<sit:situationRecordCreationTime>2025-09-28T08:11:24.721Z</sit:situationRecordCreationTime>
<sit:situationRecordVersionTime>2025-09-28T08:11:24.721Z</sit:situationRecordVersionTime>
<sit:probabilityOfOccurrence>probable</sit:probabilityOfOccurrence>
<sit:source>
<com:sourceName>
<com:values>
<com:value lang="nl">NDW04</com:value>
</com:values>
</com:sourceName>
</sit:source>
<sit:validity>
<com:validityStatus>definedByValidityTimeSpec</com:validityStatus>
<com:validityTimeSpecification>
<com:overallStartTime>2025-09-28T08:13:00Z</com:overallStartTime>
<com:overallEndTime>2025-09-28T08:19:00Z</com:overallEndTime>
</com:validityTimeSpecification>
</sit:validity>
<sit:locationReference xsi:type="loc:PointLocation">
<loc:externalReferencing>
<loc:externalLocationCode>NLRTM001020374200058</loc:externalLocationCode>
<loc:externalReferencingSystem>RIS-index</loc:externalReferencingSystem>
</loc:externalReferencing>
<loc:pointByCoordinates>
<loc:bearing>270</loc:bearing>
<loc:pointCoordinates>
<loc:latitude>51.904613</loc:latitude>
<loc:longitude>4.542335</loc:longitude>
</loc:pointCoordinates>
</loc:pointByCoordinates>
<loc:alertCPoint xsi:type="loc:AlertCMethod2Point">
<loc:alertCLocationCountryCode>8</loc:alertCLocationCountryCode>
<loc:alertCLocationTableNumber>6.12</loc:alertCLocationTableNumber>
<loc:alertCLocationTableVersion>A</loc:alertCLocationTableVersion>
<loc:alertCDirection>
<loc:alertCDirectionCoded>positive</loc:alertCDirectionCoded>
<loc:alertCAffectedDirection>both</loc:alertCAffectedDirection>
</loc:alertCDirection>
<loc:alertCMethod2PrimaryPointLocation>
<loc:alertCLocation>
<loc:specificLocation>7627</loc:specificLocation>
</loc:alertCLocation>
</loc:alertCMethod2PrimaryPointLocation>
</loc:alertCPoint>
</sit:locationReference>
<sit:operatorActionStatus>approved</sit:operatorActionStatus>
<sit:complianceOption>mandatory</sit:complianceOption>
<sit:generalNetworkManagementType>bridgeSwingInOperation</sit:generalNetworkManagementType>
</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>
