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:
<location ref="AF-KAN" />
The location element can be repeated within any actual element:
     <baseline year="2012" iso-date="2012-01-01" value="10">
      <location ref="AF-KAN" />
      <location ref="KH-PNH" />
      <dimension name="sex" value="female" />
      <dimension name="age" value="adult" />
      <document-link format="application/vnd.oasis.opendocument.text" url="http:www.example.org/docs/result_baseline_en.odt">
       <title>
        <narrative>Results Baseline Report 2013</narrative>
       </title>
       <description>
         <narrative>Report of results baseline</narrative>
       </description>
       <category code="A01" />
       <language code="en" />
       <document-date iso-date="2014-02-05" />
      </document-link>
      <comment>
       <narrative>Baseline comment text</narrative>
      </comment>
     </baseline>

Changelog

2.03

The optional location element was added.

Developer tools

Find the source of this documentation on github: