Ga naar inhoud

TextDisplay

TextDisplay wordt gebruikt om tekstuele boodschappen op een bord nauwkeurig te definiëren. Dit is cruciaal voor situaties waarin duidelijke communicatie naar weggebruikers vereist is, zoals:

  • Verkeersinformatie ("FILE A4 – DEN HAAG")
  • Waarschuwingen ("ONGEVAL – PAS OP!")
  • Snelheidsadviezen ("MAX 70 KM/U")
  • Dynamische routeinformatie ("RIJD VIA A15 – SNELLER")

Elementen

Element Type Verplicht Domein Omschrijving
textLine _TextDisplayLineIndexTextLine Ja, 1 of meer NVT De tekstuele boodschap op een verkeersbord met dynamische informatie

Element TextLine (_TextDisplayLineIndexTextLine)

Attribuut Type Verplicht Domein Omschrijving
lineIndex Integer Ja >=1 Volgnummer van het textLine element
Element Type Verplicht Domein Omschrijving
textLine TextLine Ja NVT De tekstuele boodschap op een verkeersbord met dynamische informatie

Element TextLine

Element Type Verplicht Domein Omschrijving
textLine String Ja NVT De tekstuele boodschap op een verkeersbord met dynamische informatie

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:textLine lineIndex="1">
                <vms:textLine>
                  <vms:textLine>1 mei 21h - 4 mei 05h</vms:textLine>
                </vms:textLine>
              </vms:textLine>
              <vms:textLine lineIndex="2">
                <vms:textLine>
                  <vms:textLine>A12 dicht richting Den Haag</vms:textLine>
                </vms:textLine>
              </vms:textLine>
              <vms:textLine lineIndex="3">
                <vms:textLine>
                  <vms:textLine>vanAnaarBeter.nl</vms:textLine>
                </vms:textLine>
              </vms:textLine>
            </vms:displayAreaSettings>
          </vms:displayAreaSettings>
        </vms:vmsMessage>  
      </vms:vmsMessage>
    </vms:vmsStatus>
  </vms:vmsStatus>    
 </vms:vmsControllerStatus>
</d2:payload> 
Ga terug naar de vorige pagina