Skip to content

ControlledZone

The ControlledZone within the ControlledZoneTablePublication is designed to define a specific area where certain traffic or access restrictions apply. This could be, for example, an environmental zone, a toll zone, or a restricted access area. The ControlledZone describes:

  • The geographical boundaries of the area (often as a polygon).
  • The rules and conditions for access (e.g., vehicle categories, emission classes, or time windows).
  • The type of zone, such as a low-emission zone or congestion charge zone.

The purpose of a ControlledZone is to provide clear and standardized information to systems and users, enabling them to be aware of applicable restrictions and plan accordingly.

The structure is as follows:

image

Elements

Element Type Mandatory Domain Description
name MultilingualString No N/A Textual description of the zone
controlledZoneType ControlledZoneTypeEnum No limitedTrafficZone, lowEmissionZone, pedestrianZone, restrictedParkingZone Broad category of the controlled zone
controlledZoneDescription MultilingualString No N/A Additional description of the zone’s restrictions and areas
controlledZoneRecordVersionTime DateTime Yes UTC date and time (Zulu notation) Date/time when this version of the zone was last updated
urlForFurtherInformation URL No N/A A URL linking to an online resource with further relevant information
status ActivationStatusEnum No active, beingSetUp, scheduled, inactive Broad category of the controlled zone
controlledZoneSummary ControlledZoneSummary No N/A Additional description of the zone’s location
trafficRegulationOrder TrafficRegulationOrder Yes, 1 or more N/A One or more publications issued by a competent authority to establish specific traffic regulations

Element controlledZoneSummary

Element Type Mandatory Domain Description
cityName MultilingualString No N/A Textual description of the zone
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:name>
        <com:values>
          <com:value lang="nl">LEZ Amsterdam</com:value>
        </com:values>
      </cz:name>
      <cz:controlledZoneType>lowEmissionZone</cz:controlledZoneType>
      <cz:controlledZoneRecordVersionTime>2024-06-10T14:03:58.196518Z</cz:controlledZoneRecordVersionTime>
      <cz:urlForFurtherInformation/>
      <cz:status>active</cz:status>
      <cz:trafficRegulationOrder id="NDW11_989846cf-0343-4abc-b169-1a2ddaf497d9_TRO" version="1">
        ...
      </cz:trafficRegulationOrder>
    </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