Element alertCArea
The alertCArea element is used to describe the area location based on VILD.
Elements
Element | Type | Mandatory | Domain | Description |
---|---|---|---|---|
alertCLocationCountryCode | String | Yes | 8 (code for the Netherlands), D (code for NDW-VILD) | This element contains the EBU country code |
alertCLocationTableNumber | String | Yes | N/A | This element contains the release and version numbers of the used VILD, separated by a dot. For example, the value "6.7" |
alertCLocationTableVersion | String | Yes | N/A | This element contains the subversion of the used VILD. For example, the value "A" |
areaLocation | AlertCLocation | Yes | N/A | The reference to a location (number) from the VILD and optionally the name of the location |
XML Example
<alertCArea>
<alertCLocationCountryCode>8</alertCLocationCountryCode>
<alertCLocationTableNumber>6.7</alertCLocationTableNumber>
<alertCLocationTableVersion>A</alertCLocationTableVersion>
<areaLocation>
<alertCLocationName>
<values>
<value lang="nl">Provincie Noord-Brabant</value>
</values>
</alertCLocationName>
<specificLocation>200</specificLocation>
</areaLocation>
</alertCArea>