You are viewing VERSION 1.05 of IATI Standard Reference View another version
This version is DEPRECATED, v2.03 is the latest version
name
iati-activities/iati-activity/location/name
This is the reference page for the XML element name
.
Definition
The human-readable name for the location. May be repeated in different languages.
Attributes
- @xml:lang
ISO 2 letter code specifying the language of text in this element.
This value should be on the Language codelist.
Example Usage
Example usage of name
within context of location
:
<locationref="AF-KAN">
<location-idvocabulary="G1"code="1453782"/>
<name>Locationname</name>
<description>Locationdescription</description>
<activity-description>Adescriptionthatqualifiestheactivitytakingplaceatthelocation</activity-description>
<administrativelevel="1"code="1453782"vocabulary="G1"/>
<pointsrsName="http://www.opengis.net/def/crs/EPSG/0/4326">
<pos>31.61694465.716944</pos>
</point>
<exactnesscode="1"/>
<location-reachcode="1"/>
<location-classcode="2"/>
<feature-designationcode="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:
<locationref="AF-KAN">
<location-idvocabulary="G1"code="1453782"/>
<name>Locationname</name>
<namexml:lang="fr">Emplacementdunom</name>
<description>Locationdescription</description>
<descriptionxml:lang="fr">Descriptiondel'emplacement</description>
<activity-description>Adescriptionthatqualifiestheactivitytakingplaceatthelocation</activity-description>
<activity-descriptionxml:lang="fr">Unedescriptionquiqualifiel'activitéayantlieuàcetemplacement</activity-description>
<administrativelevel="1"code="1453782"vocabulary="G1"/>
<pointsrsName="http://www.opengis.net/def/crs/EPSG/0/4326">
<pos>31.61694465.716944</pos>
</point>
<exactnesscode="1"/>
<location-reachcode="1"/>
<location-classcode="2"/>
<feature-designationcode="PRNQ"/>
</location>
Developer tools
Find the source of this documentation on github: