ControlledZoneTablePublication
The ControlledZoneTablePublication in DATEX II is a specific publication format for describing controlled zones such as environmental zones, toll areas, or restricted traffic zones. The ControlledZoneTablePublication is commonly used by:
- Navigation systems to warn users of upcoming restrictions.
- Traffic information systems to provide real-time updates on access rules.
- Municipalities and road authorities to publish information about new or changing controlled zones.
The top-level structure is as follows:
Elements
Element | Mandatory | Origin |
---|---|---|
publicationTime | Yes | PayloadPublication |
publicationCreator | Yes | PayloadPublication |
headerInformation | Yes | ControlledZoneTablePublication |
controlledZoneTable | Yes, 1 or more | ControlledZoneTablePublication |
XML Example
<d2:payload xmlns:tro="http://datex2.eu/schema/3/trafficRegulation" xmlns:loc="http://datex2.eu/schema/3/locationReferencing" xmlns:cz="http://datex2.eu/schema/3/controlledZone" xmlns:comx="http://datex2.eu/schema/3/commonExtension" xmlns:com="http://datex2.eu/schema/3/common" xmlns:d2="http://datex2.eu/schema/3/d2Payload" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="cz:ControlledZoneTablePublication" lang="nl" modelBaseVersion="3" xsi:schemaLocation="http://datex2.eu/schema/3/d2Payload LevelC_3_D2Payload.xsd">
<com:publicationTime>2024-11-13T09:00:50.000356907Z</com:publicationTime>
<com:publicationCreator>
<com:country>nl</com:country>
<com:nationalIdentifier>NDWNL</com:nationalIdentifier>
</com:publicationCreator>
<cz:headerInformation>
<com:informationStatus>real</com:informationStatus>
</cz:headerInformation>
<cz:controlledZoneTable>
...
</cz:controlledZoneTable>
</d2:payload>