You are viewing VERSION 1.05 of IATI Standard Reference View another version
This version is DEPRECATED, v2.03 is the latest version
Important :
Les organisations participant à la lutte contre la pandémie de COVID-19 sont encouragées à publier des données sur leurs activités et leurs dépenses conformément à la norme de l’IITA. Lignes directrices de l’IITA concernant la publication de données relatives à la COVID-19.
Découvrez comment accéder à ces données en consultant le document suivant : Accéder aux lignes directrices sur la consultation et l’utilisation de données relatives à la COVID-19
You are viewing VERSION 1.05 of IATI Standard Reference View another version
This version is DEPRECATED, v2.03 is the latest version
iati-organisations/iati-organisation/document-link
This is the reference page for the XML element document-link
.
A categorized link to an external document.
The schema states that this element must have at least 1 subelement.
The target URL of the external document, e.g. “http://www.example.org/doc.odt”.
This value must be of type xsd:anyURI.
The MIME type of the external document, e.g. “application/pdf”. A list of MIME types appears at http://iatistandard.org/codelists/file_format
This value must be of type xsd:string.
This value must be on the FileFormat codelist.
Example document-link
with FileFormat
application/vnd.oasis.opendocument.text.
The DocumentCategory
is declared as B01.
Note: DocumentCategory
codes with the B DocumentCategory-category
prefix are recommended within the IATI organisation standard document-link
element.
<document-link format="application/vnd.oasis.opendocument.text" url="http:www.example.org/docs/report_en.odt">
<category code="B01" />
<language code="en" />
<title>Annual Report 2013</title>
</document-link>
Removed language attribute from, and introduced an new language
child element to, the document-link
element.
Find the source of this documentation on github: