Definitions
participating-org
Can occur: Min = 0, Max = Unlimited
An organisation (including the reporting organisation) involved with the activity. May be a donor, fund, agency, etc. Specifying the @identifier 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 For the value of the @ref attribute, see the list of officially-registered organizations at http://iatistandard.org/codelists/organisation
| @ref | Machine-readable identification string for the business object being described. |
| @type | Free text describing the type of thing being referenced. |
| @role | A code describing the organisation's role in the activity (donor, agency, etc.). See http://iatistandard.org/codelists/organisation_role |
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 |
Structure
| Item | Format | XML | Occurs |
|---|---|---|---|
| participating-org | participating-org | 0..* | |
| role | Organisation Role Code | participating-org/@role | 0..1 |
| identifier | Organisation Identifier | participating-org/@type | 0..1 |
| name | Text | participating-org/text() | 0..1 |
| language | Language Code | participating-org/@xml:lang | 0..1 |
Example Usage
<participating-org role="Implementing" type="22" ref="CA-CRA-89980-1815-RR0001">Engineers Without Borders Canada</participating-org>
