Skip to content

ControlledZoneTable

The ControlledZoneTable provides information on geographically defined zones with specific access or usage restrictions, such as environmental zones, toll areas, or restricted traffic zones. This table enables road authorities and systems to exchange clear and standardized data on:

  • The location and extent of the zones (usually defined via coordinates).
  • The nature of restrictions, such as emission requirements, vehicle categories, or time-dependent access rules.
  • The conditions for access, e.g., only vehicles meeting specific criteria.

Elements

Element Type Mandatory Domain Description
tableVersionTime DateTime Yes UTC date and time (Zulu notation) The date/time when this version of the controlled zone table was defined by the provider
urbanVehicleAccessRegulation ControlledZone Yes, 1 or more N/A The element urbanVehicleAccessRegulation contains information about controlled zones for urban vehicle access regulation
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:tableVersionTime>2024-11-13T09:00:50.000356907Z</cz:tableVersionTime>
    <cz:urbanVehicleAccessRegulation id="NDW11_989846cf-0343-4abc-b169-1a2ddaf497d9" version="1">
    ..
    </cz:urbanVehicleAccessRegulation>
    <cz:urbanVehicleAccessRegulation id="NDW11_500de66b-b51e-465f-8309-6d5eda0de5a1" version="1">
    ..
    </cz:urbanVehicleAccessRegulation>    
  </cz:controlledZoneTable>
</d2:payload>
Go back to the previous page