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 DisplayAreaSettings
Element Image
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>
Go back to the previous page