VmsPublication
De VmsPublication is onderdeel van het Dynamic Information pakket in DATEX II versie 3. Het bevat informatie over de status, configuratie en weergegeven content van verkeersborden met dynamische informatie (Variable Message Signs, VMS).
Deze publicatie wordt gebruikt voor onder andere:
- DRIP’s langs snelwegen en stadswegen
- Dynamische rijstrooksignaleringsborden
- Tunnelsignalering
De top-level structuur is als volgt:
Elementen
Element | Verplicht | Oorsprong |
---|---|---|
publicationTime | Ja | PayloadPublication |
publicationCreator | Ja | PayloadPublication |
headerInformation | Ja | VmsPublication |
vmsControllerStatus | Ja, 1 of meer | VmsPublication |
Voorbeeld
<?xml version="1.0" encoding="UTF-8"?>
<d2:payload xmlns:vms="http://datex2.eu/schema/3/vms" 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="vms:VmsPublication" lang="en-us" modelBaseVersion="3" xsi:schemaLocation="http://datex2.eu/schema/3/d2Payload DATEXII_3_D2Payload.xsd">
<com:publicationTime>2001-12-17T09:30:47Z</com:publicationTime>
<com:publicationCreator>
<com:country>nl</com:country>
<com:nationalIdentifier>NDWNL</com:nationalIdentifier>
</com:publicationCreator>
<vms:headerInformation>
<com:informationStatus>real</com:informationStatus>
</vms:headerInformation>
<vms:vmsControllerStatus>
...
</vms:vmsControllerStatus>
</d2:payload>