You are viewing VERSION 1.04 of IATI Standard Reference View another version
This version is DEPRECATED, v2.03 is the latest version
participating-org
iati-activities/iati-activity/participating-org
This is the reference page for the XML element participating-org
.
Definition
An organisation (including the reporting organisation) involved with the activity. May be a donor, fund, agency, etc. Specifying the @ref and @role attributes is strongly recommended. May contain the organisation name as content.
For the value of the @type attribute, see http://iatistandard.org/codelists/organisation-type
Attributes
- @ref
Machine-readable identification string for the business object being described.
This value must be of type xsd:string.
- @type
A machine readable code describing the type of thing being referenced. The value should be available on a related codelist.
This value must be of type xsd:string.
This value must be on the OrganisationType codelist.
- @role
A code describing the organisation’s role in the activity (donor, agency, etc.).
See http://iatistandard.org/codelists/organisation_role
This value must be of type xsd:string.
This value must be on the OrganisationRole codelist.
- @xml:lang
ISO 2 letter code specifying the language of text in this element.
This value should be on the Language codelist.
Example Usage
Example that describes three participating-org
using the OrganisationRole
codes Funding, Extending and Implementing:
<participating-orgref="BB-BBB-123456789"role="Funding"type="40">AgencyB</participating-org>
<participating-orgref="CC-CCC-123456789"role="Extending"type="10">AgencyC</participating-org>
<participating-orgref="AA-AAA-123456789"role="Implementing"type="21">AgencyA</participating-org>
Developer tools
Find the source of this documentation on github: