Specialisatie Point (punt locatie) van element groupOfLocations
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 GroupOfLocations. 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 |
---|---|---|
locationForDisplay | Afhankelijk van profiel | GroupOfLocations:Location |
supplementaryPositionalDescription | Nee | GroupOfLocations |
alertCPoint | Afhankelijk van profiel | Point |
pointByCoordinates | Afhankelijk van profiel | Point |
pointExtension | Nee | Point |
Voorbeeld
In onderstaand voorbeeld is de alertCPoint van xsi:type AlertCMethod4Point, deze kan ook van xsi:type AlertCMethod2Point zijn.
<groupOfLocations xsi:type="Point">
<locationForDisplay>
..
</locationForDisplay>
<supplementaryPositionalDescription>
..
</supplementaryPositionalDescription>
<alertCPoint xsi:type="AlertCMethod4Point">
..
</alertCPoint>
<pointByCoordinates>
..
</pointByCoordinates>
<pointExtension>
..
</pointExtension>
</groupOfLocations>