iati-organisations/iati-organisation/recipient-org-budget/recipient-org
This is the reference page for the XML element recipient-org
.
The organisation that will receive the funds.
This element must occur once and only once (within each parent element).
Machine-readable identification string for the organisation issuing the report. Must be in the format {RegistrationAgency}-{RegistrationNumber} where {RegistrationAgency} is a valid code in the Organisation Registration Agency code list and {RegistrationNumber} is a valid identifier issued by the {RegistrationAgency}. 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 of recipient-org
in context of recipient-org-budget
element:
This example declares the organisation identifier with the @ref
attribute.
<recipient-org-budget status="2">
<recipient-org ref="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>
The definition of the @ref
attribute was updated.
Freetext is no longer allowed with this element. It should now be declared with the new child narrative
element.
Find the source of this documentation on github: