You are viewing VERSION 2.01 of IATI Standard Reference View another version
point
iati-activities/iati-activity/location/point
This is the reference page for the XML element point
.
Definition
The point element is based on a subset of the GML 3.3 Point element.
Rules
This element must occur no more than once (within each parent element).
Attributes
- @srsName
The name of the spatial reference system used by the coordinates.
Always: http://www.opengis.net/def/crs/EPSG/0/4326
This attribute is required.
This value must be of type xsd:string.
Example Usage
Example usage of point
within a location
of an iati-activity
.
Note: The @srsName
attribute should always be populated with http://www.opengis.net/def/crs/EPSG/0/4326.
<locationref="AF-KAN">
<location-reachcode="1"/>
<location-idvocabulary="G1"code="1453782"/>
<name>
<narrative>Locationname</narrative>
</name>
<description>
<narrative>Locationdescription</narrative>
</description>
<activity-description>
<narrative>Adescriptionthatqualifiestheactivitytakingplaceatthelocation</narrative>
</activity-description>
<administrativevocabulary="G1"level="1"code="1453782"/>
<pointsrsName="http://www.opengis.net/def/crs/EPSG/0/4326">
<pos>31.61694465.716944</pos>
</point>
<exactnesscode="1"/>
<location-classcode="2"/>
<feature-designationcode="ADMF"/>
</location>
Changelog
1.04
Introduced in 1.04 to align the geocoding standard with Geographic Markup Language (GML)
Developer tools
Find the source of this documentation on github:
Subelements