Skip to content

Element alertCLocation

The element alertCLocation is used to refer to a specific location number in the VILD. Optionally, the name of the location can also be included.

Elements

Element Type Required Domain Description
alertCLocationName MultiLingualString No N/A For locations on unnumbered roads (VILD location code > 50,000), the alertCLocationName can be populated with the location name made up of the street name of the location and the intersecting road at that location
specificLocation AlertCLocationCode (NonNegativeInteger) Yes >=1 The element specificLocation refers to the VILD code that describes the location. This is the unique code from VILD that describes the location

Example

<alertCLocation>
    <alertCLocationName>
        <values>
            <value lang="nl">Afrit Delft-Zuid</value>
        </values>
    </alertCLocationName>
    <specificLocation>7407</specificLocation>
</alertCLocation>
Go back to the previous page