You are viewing VERSION 2.01 of IATI Standard Reference View another version
Example Usage XML
Definition
This page presents example usage XML for the IATI organisation standard.
Considerations
This is a example usage XML and not intended to reflect any real organisations or entities.
Extracts from this example are used throughout this documentation.
Comments markup is optional and intended to supplement the documentation:
<!--organisation-identifier ends-->
<!--name starts-->
Download Example Usage File
The example usage XML file can be downloaded.
Example Usage File (in full)
Full XML example usage of the IATI organisation standard:
<iati-organisationsgenerated-datetime="2014-09-10T07:15:37Z"version="2.01">
<!--iati-organisation starts-->
<iati-organisationdefault-currency="EUR"last-updated-datetime="2014-09-10T07:15:37Z"xml:lang="en">
<!--organisation-identifier starts-->
<organisation-identifier>AA-AAA-123456789</organisation-identifier>
<!--organisation-identifier ends-->
<!--name starts-->
<name>
<narrative>Organisationname</narrative>
<narrativexml:lang="fr">Nomdel'organisme</narrative>
</name>
<!--name ends-->
<!--reporting-org starts-->
<reporting-orgref="AA-AAA-123456789"type="40"secondary-reporter="0">
<narrative>Organisationname</narrative>
<narrativexml:lang="fr">Nomdel'organisme</narrative>
</reporting-org>
<!--reporting-org ends-->
<!--total-budget starts-->
<total-budget>
<period-startiso-date="2014-01-01"/>
<period-endiso-date="2014-12-31"/>
<valuecurrency="USD"value-date="2014-01-01">250000000</value>
<budget-lineref="1234">
<valuecurrency="USD"value-date="2014-01-01">200000000</value>
<narrative>BudgetLine</narrative>
</budget-line>
</total-budget>
<!--total-budget ends-->
<!--recipient-org-budget starts-->
<recipient-org-budget>
<recipient-orgref="AA-ABC-1234567">
<narrative>OrgName</narrative>
</recipient-org>
<period-startiso-date="2014-01-01"/>
<period-endiso-date="2014-12-31"/>
<valuecurrency="USD"value-date="2014-01-01">2500000</value>
<budget-lineref="1234">
<valuecurrency="USD"value-date="2014-01-01">2000000</value>
<narrative>BudgetLine</narrative>
</budget-line>
</recipient-org-budget>
<!--recipient-org-budget ends-->
<!--recipient-country-budget starts-->
<recipient-country-budget>
<recipient-countrycode="AF"/>
<period-startiso-date="2014-01-01"/>
<period-endiso-date="2014-12-31"/>
<valuecurrency="USD"value-date="2014-01-01">25000000</value>
<budget-lineref="1234">
<valuecurrency="USD"value-date="2014-01-01">2000000</value>
<narrative>BudgetLine</narrative>
</budget-line>
</recipient-country-budget>
<!--recipient-country-budget ends-->
<!--document-link starts-->
<document-linkformat="application/vnd.oasis.opendocument.text"url="http:www.example.org/docs/report_en.odt">
<title>
<narrative>AnnualReport2013</narrative>
</title>
<categorycode="B01"/>
<languagecode="en"/>
<recipient-countrycode="AF">
<narrative>Afghanistan</narrative>
</recipient-country>
</document-link>
<!--document-link ends-->
<!--document-link-title starts-->
<document-linkformat="application/vnd.oasis.opendocument.text"url="http:www.example.org/docs/report_en.odt">
<title>
<narrative>AnnualReport2013</narrative>
<narrativexml:lang="fr">Rapportannuel2013</narrative>
</title>
<categorycode="B01"/>
<languagecode="en"/>
<recipient-countrycode="AF">
<narrative>Afghanistan</narrative>
</recipient-country>
</document-link>
<!--document-link-title ends-->
<!--document-link-lang starts-->
<document-linkformat="application/vnd.oasis.opendocument.text"url="http:www.example.org/docs/report_fr.odt">
<title>
<narrative>AnnualReport2013</narrative>
<narrativexml:lang="fr">Rapportannuel2013</narrative>
</title>
<categorycode="B01"/>
<languagecode="fr"/>
<recipient-countrycode="AF">
<narrative>Afghanistan</narrative>
</recipient-country>
</document-link>
<!--document-link-lang ends-->
<!--multi-cat-document-link starts-->
<document-linkformat="application/vnd.oasis.opendocument.text"url="http:www.example.org/docs/report_en.odt">
<title>
<narrative>AnnualReport2013</narrative>
<narrativexml:lang="fr">Rapportannuel2013</narrative>
</title>
<categorycode="B01"/>
<categorycode="B02"/>
<categorycode="B03"/>
<languagecode="en"/>
<recipient-countrycode="AF">
<narrative>Afghanistan</narrative>
</recipient-country>
</document-link>
<!--multi-cat-document-link ends-->
<!--multi-country-document-link starts-->
<document-linkformat="application/vnd.oasis.opendocument.text"url="http:www.example.org/docs/report_en.odt">
<title>
<narrative>CountryReport2013</narrative>
<narrativexml:lang="fr">RapportPays2013</narrative>
</title>
<categorycode="B01"/>
<languagecode="en"/>
<recipient-countrycode="AF">
<narrative>Afghanistan</narrative>
</recipient-country>
<recipient-countrycode="AX"/>
<recipient-countrycode="AL"/>
</document-link>
<!--multi-country-document-link ends-->
</iati-organisation>
<!--iati-organisation ends-->
</iati-organisations>
<!--iati-organisations ends-->