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/name
This is the reference page for the XML element name
.
The human-readable name for the location. May be repeated in different languages.
ISO 2 letter code specifying the language of text in this element.
This value should be on the Language codelist.
Example usage of name
within context of location
:
<location ref="AF-KAN">
<location-id vocabulary="G1" code="1453782" />
<name>Locationname</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" />
<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 name
in other languages using additional name
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>
<namexml:lang="fr">Emplacementdunom</name>
<description>Location description</description>
<description xml:lang="fr">Description de l'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>
Find the source of this documentation on github: