Specialisatie PointLocation (punt locatie) van element measurementSiteLocation
Deze specialisatie wordt toegepast als de locatiebeschrijving bestaat uit een enkel punt op een weg of in een regio. Point is afgeleid van het abstracte element NetworkLocation. NetworkLocation is afgeleid van het element Location. De structuur van de specialisatie is als volgt:
Elementen
Binnen het Nederlands Profiel zijn de onderstaande elementen toegestaan om te gebruiken. Verplichting van de elemenenten verschilt per profiel, echter ten minste één van de elementen pointByCoordinates of alertCPoint moet ten allen tijden worden opgenomen.
Element | Verplicht | Oorsprong |
---|---|---|
coordinatesForDisplay | Nee | Location |
supplementaryPositionalDescription | Nee | NetworkLocation |
pointByCoordinates | Afhankelijk van profiel | PointLocation |
alertCPoint | Afhankelijk van profiel | PointLocation |
openlrPointLocationReference | Nee | PointLocation |
_pointLocationExtension | Nee | PointLocation |
Voorbeeld
In onderstaand voorbeeld is de alertCPoint van xsi:type AlertCMethod4Point, deze kan ook van xsi:type AlertCMethod2Point zijn.
<measurementSiteLocation xsi:type="loc:PointLocation">
<coordinatesForDisplay>
..
</coordinatesForDisplay>
<supplementaryPositionalDescription>
..
</supplementaryPositionalDescription>
<pointByCoordinates>
..
</pointByCoordinates>
<alertCPoint xsi:type="AlertCMethod4Point">
..
</alertCPoint>
<openlrPointLocationReference>
..
</openlrPointLocationReference>
<_pointLocationExtension>
..
</_pointLocationExtension>
</measurementSiteLocation>