Specialisatie AreaLocation (gebied locatie)
Deze specialisatie wordt toegepast als de locatiebeschrijving bestaat uit een gebied. De structuur van de specialisatie is als volgt:
Bij het gebruik van deze specialisatie worden de elementen alertCArea, gmlMultiPolygon en openlrAreaLocationReference toegevoegd. Dit element dient te worden gebruikt als de locatie van de gebeurtenis een gebied is waarvoor een VILD locatie beschikbaar is.
Elementen
Noot
Het is verplicht om in ieder geval één van de elementen alertCArea, gmlMultiPolygon of openlrAreaLocationReference op te nemen.
Element | Verplicht | Oorsprong |
---|---|---|
coordinatesForDisplay | Nee | Location |
alertCArea | Nee | AreaLocation |
gmlMultiPolygon | Nee | AreaLocation |
openlrAreaLocationReference | Nee | AreaLocation |
_areaLocationExtension | Nee | AreaLocation |
Voorbeeld
<measurementSiteLocation xsi:type="AreaLocation">
<alertCArea>
..
</alertCArea>
<gmlMultiPolygon>
..
</gmlMultiPolygon>
<gmlLineString>
..
</gmlLineString>
<openlrAreaLocationReference xsi:type="OpenlrPolygonLocationReference">
..
</openlrAreaLocationReference>
<_areaLocationExtension>
..
</_areaLocationExtension>
</measurementSiteLocation>