You are viewing VERSION 2.03 of IATI Standard Reference View another version
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-budgetstatus="2">
<recipient-countrycode="AF"/>
<period-startiso-date="2014-01-01"/>
<period-endiso-date="2014-12-31"/>
<valuecurrency="USD"value-date="2014-01-01">25000000</value>
<budget-lineref="1234">
<valuecurrency="USD"value-date="2014-01-01">2000000</value>
<narrative>BudgetLine</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