You are viewing VERSION 2.01 of IATI Standard Reference View another version
Important notice:
Organisations involved in addressing the COVID-19 pandemic are encouraged to publish data on their spending and activities using the IATI Standard. See COVID-19 IATI publishing guidance.
Discover how to access data by reading Guidance: Accessing and Using IATI COVID-19 Data
You are viewing VERSION 2.01 of IATI Standard Reference View another version
iati-activities/iati-activity/location/location-reach
This is the reference page for the XML element location-reach
.
Does this location describe where the activity takes place or where the intended beneficiaries reside?
This element must occur no more than once (within each parent element).
An IATI code for the geographic scope of the activity.
This attribute is required.
This value must be of type xsd:string.
This value must be on the GeographicLocationReach codelist.
Example usage of location-reach
within a location
of an iati-activity
.
The @code
attribute declares a valid code (1) from the GeographicLocationReach codelist.
<location ref="AF-KAN">
<location-reach code="1" />
<location-id vocabulary="G1" code="1453782" />
<name>
<narrative>Location name</narrative>
</name>
<description>
<narrative>Location description</narrative>
</description>
<activity-description>
<narrative>A description that qualifies the activity taking place at the location</narrative>
</activity-description>
<administrative vocabulary="G1" level="1" code="1453782" />
<point srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
<pos>31.616944 65.716944</pos>
</point>
<exactness code="1"/>
<location-class code="2"/>
<feature-designation code="ADMF"/>
</location>
Introduced in 1.04
Find the source of this documentation on github: