Recipient Country
<recipient-country></recipient-country>
From the schema
Can occur: Min = 0, Max = Unlimited
A partner country that will benefit from this activity. This element is primarily for administrative and geopolitical purposes. If a specific country is not known, the activity report can use the recipient-region element instead. For geographical location, use the location element. For the value of the @code attribute, see http://iatistandard.org/codelists/country
@code | Machine-readable code for the entity being described. |
@percentage | The percentage of the project allocated to this country, if known. Content must be a positive integer between 1 and 100, with no percentage sign. |
This element also references "textAtts"
Attribute group for elements containing free text content.
value | use | description |
---|---|---|
@xml:lang | optional | http://www.w3.org/XML/1998/namespace |
Standard compliance test(s) for /recipient-country/*
- percentages of countries sum to 100
- Must be on: Country Codelist
Recipient Country
Example Usage
Recipient country can be declared just through the relevant code:
<recipient-country code="CG"/>
Additionally, the name of the country can also be declared.
<recipient-country code="CG">Democratic Republic of Congo</recipient-country>Where the name of the country is declared in a language other than the default, it is good practice to cite this:
<recipient-country code="CG" xml:lang="fr">Republique Democratique du Congo</recipient-country>When multiple countries are declared, then the percentages should equal 100% for that activity
<recipient-country code="CG" percentage="60"/> <recipient-country code="AO" percentage="40"/>