Skip to content

ControlledZoneTablePublication

De ControlledZoneTablePublication binnen DATEX II is een specifieke publicatie voor het beschrijven van gecontroleerde zones zoals milieuzones, tolgebieden of verkeersbeperkte gebieden. De ControlledZoneTablePublication wordt vaak gebruikt door:

  • Navigatiesystemen om gebruikers te waarschuwen voor aankomende beperkingen.
  • Verkeersinformatiesystemen om real-time updates te geven over toegangsregels.
  • Gemeenten en wegbeheerders om informatie over nieuwe of veranderende gecontroleerde zones te publiceren.

De top-level structuur is als volgt:

image

Elementen

Element Verplicht Oorsprong
publicationTime Ja PayloadPublication
publicationCreator Ja PayloadPublication
headerInformation Ja ControlledZoneTablePublication
controlledZoneTable Ja, 1 of meer ControlledZoneTablePublication

Voorbeeld

<d2:payload xmlns:tro="http://levelC/schema/3/trafficRegulation" xmlns:loc="http://levelC/schema/3/locationReferencing" xmlns:cz="http://levelC/schema/3/controlledZone" xmlns:comx="http://levelC/schema/3/commonExtension" xmlns:com="http://levelC/schema/3/common" xmlns:d2="http://levelC/schema/3/d2Payload" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="cz:ControlledZoneTablePublication" lang="nl" modelBaseVersion="3" xsi:schemaLocation="http://levelC/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>
Go back to the previous page