You are viewing VERSION 2.03 of IATI Standard Reference View another version
location
iati-activities/iati-activity/result/indicator/baseline/location
This is the reference page for the XML element location
.
Definition
A location already defined and described in the iati-activity/location element.
Rules
This element may occur any number of times.
Attributes
- @ref
A cross-reference to the internal reference assigned to a defined location: iati-activity/location/@ref.
This value must be of type xsd:string.
Example Usage
Example of location
in context of a baseline
element (as part of a parent result
/indicator
element).
This example declares @ref
as AF-KAN, which matches the @ref
value for a location already referenced in iati-activity/location:
<locationref="AF-KAN"/>
The location
element can be repeated within any actual
element:
<baselineyear="2012"iso-date="2012-01-01"value="10">
<locationref="AF-KAN"/>
<locationref="KH-PNH"/>
<dimensionname="sex"value="female"/>
<dimensionname="age"value="adult"/>
<document-linkformat="application/vnd.oasis.opendocument.text"url="http:www.example.org/docs/result_baseline_en.odt">
<title>
<narrative>ResultsBaselineReport2013</narrative>
</title>
<description>
<narrative>Reportofresultsbaseline</narrative>
</description>
<categorycode="A01"/>
<languagecode="en"/>
<document-dateiso-date="2014-02-05"/>
</document-link>
<comment>
<narrative>Baselinecommenttext</narrative>
</comment>
</baseline>
Changelog
2.03
The optional location
element was added.
Developer tools
Find the source of this documentation on github: