This version is DEPRECATED, v2.03 is the latest version
This version is DEPRECATED, v2.03 is the latest version
iati-activities/iati-activity/location/point
This is the reference page for the XML element point
.
The point element is based on a subset of the GML 3.3 Point element.
The schema states that this element must have at least 1 subelement.
The name of the spatial reference system used by the coordinates.
Always: http://www.opengis.net/def/crs/EPSG/0/4326
This value must be of type xsd:string.
Example usage of point
within context of location
NOTE: The @srsName currently should always be http://www.opengis.net/def/crs/EPSG/0/4326
<location ref="AF-KAN">
<location-id vocabulary="G1" code="1453782" />
<name>Location name</name>
<description>Location description</description>
<activity-description>A description that qualifies the activity taking place at the location</activity-description>
<administrative level="1" code="1453782" vocabulary="G1" />
<pointsrsName="http://www.opengis.net/def/crs/EPSG/0/4326">
<pos>31.616944 65.716944</pos>
</point>
<exactness code="1"/>
<location-reach code="1" />
<location-class code="2"/>
<feature-designation code="PRNQ"/>
</location>
Introduced in 1.04 to align the geocoding standard with Geographic Markup Language (GML)
Find the source of this documentation on github: