Skip to content

Instantly share code, notes, and snippets.

@Brentophillips
Created July 6, 2020 02:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Brentophillips/2665bc20c5a0863b61c6e40d52eabd46 to your computer and use it in GitHub Desktop.
Save Brentophillips/2665bc20c5a0863b61c6e40d52eabd46 to your computer and use it in GitHub Desktop.
IATI Organization file, example XML elements and attributes, source: http://reference.iatistandard.org/203/organisation-standard/example-xml/
<iati-organisations generated-datetime="2014-09-10T07:15:37Z" version="2.03">
<iati-organisation default-currency="EUR" last-updated-datetime="2014-09-10T07:15:37Z" xml:lang="en">
<organisation-identifier>AA-AAA-123456789</organisation-identifier>
<name>
<narrative>Organisation name</narrative>
<narrative xml:lang="fr">Nom de l'organisme</narrative>
</name>
<reporting-org ref="AA-AAA-123456789" type="40" secondary-reporter="0">
<narrative>Organisation name</narrative>
<narrative xml:lang="fr">Nom de l'organisme</narrative>
</reporting-org>
<total-budget status="2">
<period-start iso-date="2014-01-01" />
<period-end iso-date="2014-12-31" />
<value currency="USD" value-date="2014-01-01">250000000</value>
<budget-line ref="1234">
<value currency="USD" value-date="2014-01-01">200000000</value>
<narrative>Budget Line</narrative>
</budget-line>
</total-budget>
<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>
<recipient-region-budget status="2">
<recipient-region vocabulary="99" vocabulary-uri="http://example.com/vocab.html" code="A1" />
<period-start iso-date="2014-01-01" />
<period-end iso-date="2014-12-31" />
<value currency="USD" value-date="2014-01-01">25000000</value>
<budget-line ref="1234">
<value currency="USD" value-date="2014-01-01">2000000</value>
<narrative xml:lang="en">Budget Line</narrative>
</budget-line>
</recipient-region-budget>
<recipient-country-budget status="2">
<recipient-country code="AF" />
<period-start iso-date="2014-01-01" />
<period-end iso-date="2014-12-31" />
<value currency="USD" value-date="2014-01-01">25000000</value>
<budget-line ref="1234">
<value currency="USD" value-date="2014-01-01">2000000</value>
<narrative>Budget Line</narrative>
</budget-line>
</recipient-country-budget>
<total-expenditure>
<period-start iso-date="2014-01-01" />
<period-end iso-date="2014-12-31" />
<value currency="USD" value-date="2014-01-01">250000000</value>
<expense-line ref="1234">
<value currency="USD" value-date="2014-01-01">200000000</value>
<narrative xml:lang="en">Expense Line</narrative>
</expense-line>
</total-expenditure>
<document-link format="application/vnd.oasis.opendocument.text" url="http://www.example.org/docs/report_en.odt">
<title>
<narrative>Annual Report 2013</narrative>
</title>
<category code="B01" />
<language code="en" />
<document-date iso-date="2014-02-05" />
<recipient-country code="AF" />
</document-link>
<document-link format="application/vnd.oasis.opendocument.text" url="http://www.example.org/docs/report_en.odt">
<title>
<narrative>Annual Report 2013</narrative>
<narrative xml:lang="fr">Rapport annuel 2013</narrative>
</title>
<category code="B01" />
<language code="en" />
<document-date iso-date="2014-02-05" />
<recipient-country code="AF" />
</document-link>
<document-link format="application/vnd.oasis.opendocument.text" url="http://www.example.org/docs/report_fr.odt">
<title>
<narrative>Annual Report 2013</narrative>
<narrative xml:lang="fr">Rapport annuel 2013</narrative>
</title>
<category code="B01" />
<language code="fr" />
<document-date iso-date="2014-02-05" />
<recipient-country code="AF" />
</document-link>
<document-link format="application/vnd.oasis.opendocument.text" url="http://www.example.org/docs/report_en.odt">
<title>
<narrative>Annual Report 2013</narrative>
<narrative xml:lang="fr">Rapport annuel 2013</narrative>
</title>
<description>
<narrative>Description of the document</narrative>
</description>
<category code="B01" />
<category code="B02" />
<category code="B03" />
<language code="en" />
<document-date iso-date="2014-02-05" />
<recipient-country code="AF" />
</document-link>
<document-link format="application/vnd.oasis.opendocument.text" url="http://www.example.org/docs/report_en.odt">
<title>
<narrative>Country Report 2013</narrative>
<narrative xml:lang="fr">Rapport Pays 2013</narrative>
</title>
<description>
<narrative>Description of the document</narrative>
</description>
<category code="B01" />
<language code="en" />
<document-date iso-date="2014-02-05" />
<recipient-country code="AF" />
<recipient-country code="AX" />
<recipient-country code="AL" />
</document-link>
</iati-organisation>
</iati-organisations>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment