You are viewing VERSION 1.04 of IATI Standard Reference View another version
This version is DEPRECATED, v2.03 is the latest version
You are viewing VERSION 1.04 of IATI Standard Reference View another version
This version is DEPRECATED, v2.03 is the latest version
iati-activities/iati-activity/location/description
This is the reference page for the XML element description
.
A description that qualifies the location, not the activity.
ISO 2 letter code specifying the language of text in this element.
This value should be on the Language codelist.
Example usage of description
within context of location
:
<location ref="AF-KAN">
<location-id vocabulary="G1" code="1453782" />
<name>Location name</name>
<description>Locationdescription</description>
<activity-description>A description that qualifies the activity taking place at the location</activity-description>
<administrative level="1" code="1453782" vocabulary="G1" />
<point srsName="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>
It may be appropriate to repeat the description
in other languages using additional description
elements. In this example, the language en has been set in the ‘’iati-activity’’ element:
<location ref="AF-KAN">
<location-id vocabulary="G1" code="1453782" />
<name>Location name</name>
<name xml:lang="fr">Emplacement du nom</name>
<description>Location description</description>
<descriptionxml:lang="fr">Descriptiondel'emplacement</description>
<activity-description>A description that qualifies the activity taking place at the location</activity-description>
<activity-description xml:lang="fr">Une description qui qualifie l'activité ayant lieu à cet emplacement</activity-description>
<administrative level="1" code="1453782" vocabulary="G1" />
<point srsName="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>
The documentation in the schema has changed from “A human-readable description of the location (not the activity).”
Find the source of this documentation on github: