Element alertCPoint
The abstract element alertCPoint is used to describe the location based on VILD. The element can be of type AlertCMethod2Point or AlertCMethod4Point. This specialization is specified using the xsi:type attribute. The specializations determine the sub-elements.
Attributes
xsi:type
The xsi:type attribute indicates the specialization/type.
Type | Required | Domain |
---|---|---|
String | Yes | See specializations |
Elements
Element | Type | Required | 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". |
Example
<alertCPoint xsi:type="AlertCMethod4Point">
<alertCLocationCountryCode>8</alertCLocationCountryCode>
<alertCLocationTableNumber>6.7</alertCLocationTableNumber>
<alertCLocationTableVersion>A</alertCLocationTableVersion>
...
</alertCPoint>
Specializations
The specializations for the groupOfLocations are specified using the xsi:type attribute, and can be:
Type | Description |
---|---|
AlertCMethod2Point | A method 2 point location is used when there is a direct reference to the corresponding AlertC (VILD) location. |
AlertCMethod4Point | A method 4 point location is used when there is a location at a specific distance (offset) relative to the AlertC (VILD) location. |