recipient-country

iati-organisations/iati-organisation/recipient-country-budget/recipient-country

This is the reference page for the XML element recipient-country.

Definition

The recipient country.

Rules

This element must occur once and only once (within each parent element).

Attributes

@code

ISO 3166-1 alpha-2 code for the country.

This attribute is required.

This value must be of type xsd:string.

This value should be on the Country codelist.

Example Usage

Example usage of recipient-country in context of recipient-country-budget element:

  <recipient-country-budget status="2">
   <recipient-country code="AF" />
   <period-start iso-date="2014-01-01" />
   <period-end iso-date="2014-12-31" />
   <value currency="USD" value-date="2014-01-01">25000000</value>
   <budget-line ref="1234">
    <value currency="USD" value-date="2014-01-01">2000000</value>
    <narrative>Budget Line</narrative>
   </budget-line>
  </recipient-country-budget>

Changelog

2.01

Freetext is no longer allowed with this element. It should now be declared with the new child narrative element, but only in particular use-cases.

Developer tools

Find the source of this documentation on github:

Subelements