Ga naar inhoud

VmsMessage

VmsMessage wordt gebruikt om precies te beschrijven welke informatie op het bord verschijnt, inclusief:

  • Eén of meerdere tekstregels (bijv. "FILE A12 - DEN HAAG")
  • Pictogrammen (bijv. file-icoon, waarschuwing, snelheidslimiet)
  • Layoutinformatie zoals regelnummer, lettertype, kleur, animatie
  • Paginering van berichten (bij scrollende of wisselende content)
  • Tijdelijke activering van boodschappen bij incidenten of verkeersdrukte

Elementen

Element Type Verplicht Domein Omschrijving
timeLastSet DateTime Ja Datum en tijd als UTC (Zulu notatie) Datum en tijd waarop de huidige status is geplaatst
displayAreaSettings _VmsMessageDisplayAreaIndexDisplayAreaSettings Ja, 1 of meer NVT Beschrijving van inhoud per gebied op een verkeersborden met dynamische informatie
image Image Nee NVT Binaire representatie van de afbeelding getoond op een verkeersborden met dynamische informatie

Element DisplayAreaSettings

Attribuut Type Verplicht Domein Omschrijving
displayAreaIndex Integer Ja >=1 Volgnummer van het displayAreaSettings element
Element Type Verplicht Domein Omschrijving
displayAreaSettings DisplayAreaSettings Ja NVT Beschrijving van inhoud per gebied op een verkeersborden met dynamische informatie

Element Image

Element Type Verplicht Domein Omschrijving
imageData Base64Binary Ja NVT Binaire representatie van de afbeelding getoond op een verkeersborden met dynamische informatie
imageFormat _ImageFormatEnum Ja bmp, gif, jpeg, png, tiff Het dataformaat van de binaire representatie van de afbeelding

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:vmsControllerTableReference id="String" targetClass="vms:VmsControllerTable"/>
  <vms:vmsControllerReference id="String" targetClass="vms:VmsController"/>
  <vms:vmsStatus vmsIndex="1" xsi:type="vms:_VmsControllerStatusVmsIndexVmsStatus">
    <vms:vmsStatus>  
      <vms:workingStatus xsi:type="vms:_WorkingStatusEnum">covered</vms:workingStatus>
      <vms:vmsMessage messageIndex="1" xsi:type="vms:_VmsStatusMessageIndexVmsMessage">
        <vms:vmsMessage>      
          <vms:timeLastSet>2025-04-02T10:00:00Z</vms:timeLastSet>
          <vms:displayAreaSettings displayAreaIndex="1" xsi:type="vms:_VmsMessageDisplayAreaIndexDisplayAreaSettings">
            <vms:displayAreaSettings xsi:type="vms:TextDisplay">
            ...
            </vms:displayAreaSettings>
          </vms:vmsMessage>
        </vms:vmsMessage>  
      </vms:vmsMessage>
    </vms:vmsStatus>
  </vms:vmsStatus>    
 </vms:vmsControllerStatus>
</d2:payload> 
Ga terug naar de vorige pagina