A | B | C | D | E | F | G | |
---|---|---|---|---|---|---|---|
1 | Section | Item | Definition | Data Format | XML | Occurs | Examples & Notes |
2 | Container Elements | ||||||
3 | File Header | iati-organisations | 1..1 | ||||
4 | IATI version | The version of the IATI Standard that has been used to compile this file. If omitted the current version is assumed. | Decimal | iati-organisations/ @version | 0..1 | <iati-organisations version="1.00"> | |
5 | generated-datetime | The date and time this file was generated. | DateTime | iati-organisations/ @generated-datetime | 0..1 | <iati-organisations generated-datetime="2010-10-27T18:00:00"> | |
6 | Record Header | iati-organisation | 1..* | ||||
7 | last-updated-datetime | The date and time this record was last updated. | DateTime | iati-organisation/@last-updated-datetime | 0..1 | <iati-organisation last-updated-datetime="2010-10-27T18:00:00"> | |
8 | default language | This field allows a default language for an entire organisation report. In most cases all the activity information will be provided in the same language. If this omitted it is necessary to specify the language used in all text fields throughout this record. The ISO 639-1 language code. | Language Code | iati-organisation/ @xml:lang | 0..1 | <iati-organisation xml:lang="en"> | |
9 | default-currency | The default currency for an entire organisation report. In most cases, all financial figures will be provided using the same currency. If omitted it is necessary to specify a currency for each reported monetary value. The ISO 4217 code. | Currency Code | iati-organisation/ @default-currency | 0..1 | <iati-organisation default-currency="USD"> | |
10 | Identification | ||||||
11 | Reporting Organisation | The name and unique identifier of the organisation publishing the information. | reporting-org | 1..1 | |||
12 | identifier | A unique identifier for the organisation | Organisation Identifier | reporting-org/@ref | 1..1 | <reporting-org ref="GB-1"/> | |
13 | type | Type of organisation (government, multilateral, private, PPP, NGO, foundation, etc) | Organisation Type Code | reporting-org/@type | 0..1 | <reporting-org ref="GB-1" type = Government"/> | |
14 | name | The name of the organisation | reporting-org/text() | 0..1 | <reporting-org>Department for International Development</reporting-org> | ||
15 | language | ISO 639-1 code for language of the name. [Only if different to default language.] | Language Code | reporting-org/@xml:lang | 0..1 | <reporting-org xml:lang="fr">Departement pour le developpement international</reporting-org> | |
16 | Organisation Identifier | iati-identifier | 1..1 | ||||
17 | organisation identifier | A unique identifier for the organisation. | Organisation Identifier | iati-identifier/text() | 1..1 | <iati-identifier>GB-1</iati-identifier> | |
18 | Organisation name | The human-readable name of the organisation. May be repeated in different languages for reporting organisations with multilingual requirements. | name | 0..* | |||
19 | language | ISO 639-1 code for the language of the name (only if different from the default language). | Language Code | name/@xml:lang | 0..1 | <name xml:lang="fr">Departement pour le developpement international</name> | |
20 | name | The name of the organisation | Text | name/text() | 1..1 | <name>Department for International Development</name> | |
21 | Budgets | ||||||
22 | Annual forward planning budget data for organisation | The total development budget for each of the next three years (or most detailed available) on a rolling basis. For donor agencies as submitted to parliament; for foundations or multilaterals as submitted to the board. | total-budget | 0..* | |||
23 | period-start | total-budget/period-start | 1..1 | ||||
24 | period-start-date | ISO 8601 code for the start date of the reporting year (yyyy-mm-dd). | Date | total-budget/period-start/@iso-date | 1..1 | <period-start iso-date="2010-01-01"/> | |
25 | period-start-text | A free text description of the period start | Text | total-budget/period-start/text() | 0..1 | <period-start iso-date="2010-01-01">January 2010</period-start> | |
26 | period-end | total-budget/period-end | 1..1 | ||||
27 | period-end-date | ISO 8601 code for the end date of the reporting year (yyyy-mm-dd). | Date | total-budget/period-end/@iso-date | 1..1 | <period-end iso-date="2010-12-31"/> | |
28 | period-end-text | A free text description of the period end | Text | total-budget/period-end/text() | 0..1 | <period-end iso-date="2010-12-31">December 2010</period-end> | |
29 | value | total-budget/value | 1..1 | ||||
30 | currency | The ISO 4217 code for the currency in which the project is denominated. [only if different to default currency] | Currency Code | total-budget/value/@currency | 0..1 | <value currency="GBP" value-date="2010-01-01">7000000000</value> | |
31 | value-date | Date of value for currency conversions.(yyyy-mm-dd) | Date | total-budget/value/@value-date | 1..1 | <value value-date="2010-01-01">7000000000</value> | |
32 | value | The total budget for the specified year in the specified currency. (Positive integer.) | Integer | total-budget/value/text() | 1..1 | <value value-date="2010-01-01">7000000000</value> | |
33 | Annual forward planning budget data for funded institutions | The budget for each of the next three years (or most detailed available) on a rolling basis for each institution (i.e. multilateral organisations, INGOs, foundations and others) that receives core funding from the donor. | recipient-org-budget | 0..* | |||
34 | recipient-organisation | recipient-org-budget/recipient-org | 1..1 | ||||
35 | recipient-identifier | A unique identifier for the institution receiving the funds. | Organisation Identifier | recipient-org-budget/recipient-org/@ref | 0..1 | <recipient-org ref="44000"/> | |
36 | language | ISO 639-1 code for the language of the recipient name (only if different from the default language). | Language Code | recipient-org-budget/recipient-org/@xml:lang | 0..1 | <recipient-org ref="44000" xml:lang="fr">Banque Mondiale</recipient-org> | |
37 | recipient-name | The name of the institution receiving the funds. | Text | recipient-org-budget/recipient-org/text() | 0..1 | <recipient-org ref="44000">World Bank</recipient-org> | |
38 | period-start | recipient-org-budget/period-start | 1..1 | ||||
39 | period-start-date | ISO 8601 code for the start date of the reporting year (yyyy-mm-dd). | Date | recipient-org-budget/period-start/@iso-date | 1..1 | <period-start iso-date="2010-01-01"/> | |
40 | period-start-text | A free text description of the period start | Text | recipient-org-budget/period-start/text() | 0..1 | <period-start iso-date="2010-01-01"/>January 2010<period-start> | |
41 | period-end | recipient-org-budget/period-end | 1..1 | ||||
42 | period-end-date | ISO 8601 code for the end date of the reporting year (yyyy-mm-dd). | Date | recipient-org-budget/period-end/@iso-date | 1..1 | <period-end iso-date="2010-12-31"/> | |
43 | period-end-text | A free text description of the period end | Text | recipient-org-budget/period-end/text() | 0..1 | <period-end iso-date="2010-12-31">December 2010</period-end> | |
44 | value | recipient-org-budget/value | 1..1 | ||||
45 | currency | The ISO 4217 code for the currency in which the project is denominated. [only if different to default currency] | Currency Code | recipient-org-budget/value/@currency | 0..1 | <value currency="USD" value-date="2010-01-01">500000000</value> | |
46 | value-date | Date of value for currency conversions.(yyyy-mm-dd) | Date | recipient-org-budget/value/@value-date | 1..1 | <value currency="USD" value-date="2010-01-01">500000000</value> | |
47 | value | The total budget for the specified year in the specified currency. (Positive integer.) | Integer | recipient-org-budget/value/text() | 1..1 | <value value-date="2010-01-01">500000000</value> | |
48 | Annual forward planning budget data for country | The budget for assistance to each recipient for each of the next three to five years (or most detailed available) on a rolling basis, using the recipient's financial year. | recipient-country-budget | 0..* | |||
49 | recipient-country | recipient-country-budget/recipient-country | 1..1 | ||||
50 | recipient country code | ISO 3166 country code | Country Code | recipient-country-budget/recipient-country/@code | 1..1 | <recipient-country code="CG"/> | |
51 | language | The ISO 639-1 code for the language of the name. [Only if different to default language.] | Language Code | recipient-country-budget/recipient-country/@xml:lang | 0..1 | <recipient-country code="CG" xml:lang="fr">République Démocratique du Congo</recipient-org> | |
52 | recipient country name | Name of the country. | Text | recipient-country-budget/recipient-country/text() | 0..1 | <recipient-country code="CG">Democratic Republic of Congo</recipient-org> | |
53 | period-start | recipient-country-budget/period-start | 1..1 | ||||
54 | period-start-date | ISO 8601 code for the start date of the reporting year (yyyy-mm-dd). | Date | recipient-country-budget/period-start/@iso-date | 1..1 | <period-start iso-date="2010-01-01"/> | |
55 | period-start-text | A free text description of the period start | Text | recipient-country-budget/period-start/text() | 0..1 | <period-start iso-date="2010-01-01">January 2010</period-start> | |
56 | period-end | recipient-country-budget/period-end | 1..1 | ||||
57 | period-end-date | ISO 8601 code for the end date of the reporting year (yyyy-mm-dd). | Date | recipient-country-budget/period-end/@iso-date | 1..1 | <period-end iso-date="2010-12-31"/> | |
58 | period-end-text | A free text description of the period end | Text | recipient-country-budget/period-end/text() | 0..1 | <period-end iso-date="2010-12-31">December 2010</period-end> | |
59 | value | recipient-country-budget/value | 1..1 | ||||
60 | currency | The ISO 4217 code for the currency in which the project is denominated. [only if different to default currency] | Currency Code | recipient-country-budget/value/@currency | 0..1 | <value currency="USD" value-date="2010-01-01">50000000</value> | |
61 | value- date | Date of value for currency conversions.(yyyy-mm-dd) | Date | recipient-country-budget/value/@value-date | 1..1 | <value currency="USD" value-date="2010-01-01">50000000</value> | |
62 | value | The total budget for the specified year in the specified currency. (Positive integer.) | Integer | recipient-country-budget/value/text() | 1..1 | <value currency="USD" value-date="2010-01-01">50000000</value> | |
63 | Documents | ||||||
64 | Organisation Documents | Information pertaining to a published document that is related to an organisation | document-link | 0..* | |||
65 | url | The web address where the document can be downloaded. | u.r.l. | document-link/@url | 1..1 | <document-link url="http://rep.org/docs/xx546.doc"> | |
66 | document format | The Internet Media Type ("MIME type") of the document linked to, as defined and maintained by the Internet Assigned Numbers Authority. | File Format Code | document-link/@format | 0..1 | <document-link format="application/msword"> | |
67 | document language | document-link/language | 0..* | ||||
68 | language | The ISO 639 code for the language of the document. Only required if different from the organisation’s default language. | Language Code | document-link/language/text() | 0..1 | <language>en</language> | |
69 | category | The type of content contained within the document. If the document spans multiple content types this element should be repeated. | document-link/category | 1..* | |||
70 | category-code | The code for the content type | Document Category Code | document-link/category/@code | 1..1 | <category code="B02"/> | |
71 | language | The ISO 639-1 code for the language of the category description. [Only if different to default language.] | Language Code | document-link/category/@xml:lang | 0..1 | <category code="B02" xml:lang="en">Strategy Paper</category> | |
72 | category-description | A description of the content type | Text | document-link/category/text() | 0..1 | <category code="B02">Strategy Paper</category> | |
73 | title | document-link/title | 1..* | ||||
74 | language | The ISO 639 code for the language of the title. Only required if different from the organisation’s default language. | Language Code | document-link/title/@xml:lang | 0..1 | <title xml:lang="en">White Paper on Aid</title> | |
75 | title | The full title of the document | Text | document-link/title/text() | 1..1 | <title>White Paper on Aid</title> | |
76 | Published by the International Aid Transparency Initiative (IATI). Version 1.00. 14 March 2011 |