iati-activities/iati-activity/location/activity-description
This is the reference page for the XML element activity-description
.
A description that qualifies the activity taking place at the location. This should not duplicate information provided in the main activity description, and should typically be used to distinguish between activities at multiple locations within a single iati-activity record.
This element must occur no more than once (within each parent element).
Example usage of activity-description
within a location
of an iati-activity
.:
<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>
Freetext is no longer allowed with this element. It should now be declared with the new child narrative
element.
The activity-description
element was introduced in 1.04.
Find the source of this documentation on github: