recipient-org
iati-organisations/iati-organisation/recipient-org-budget/recipient-org
This is the reference page for the XML element recipient-org
.
Definition
The organisation that will receive the funds.
Rules
This element must occur once and only once (within each parent element).
Attributes
- @ref
Machine-readable identification string for the organisation. Must be in the format {Registration Agency} - (Registration Number} where {Registration Agency} is a valid code in the Registration Agency code list and {Registration Number } is a valid identifier issued by the {Registration Agency}. If this is not present then the narrative MUST contain the name of the organisation.
This value must be of type xsd:string.
1.17.1: The recipient organisation identifier should not start or end with spaces or newlines.
Example Usage
Example usage of recipient-org
in context of recipient-org-budget
element:
<recipient-org-budget>
<recipient-orgref="AA-ABC-1234567">
<narrative>Org Name</narrative>
</recipient-org>
<period-start iso-date="2014-01-01" />
<period-end iso-date="2014-12-31" />
<value currency="USD" value-date="2014-01-01">2500000</value>
<budget-line ref="1234">
<value currency="USD" value-date="2014-01-01">2000000</value>
<narrative>Budget Line</narrative>
</budget-line>
</recipient-org-budget>
Changelog
2.01
Freetext is no longer allowed with this element. It should now be declared with the new child narrative
element.
Developer tools
Find the source of this documentation on github:
Subelements