This version is DEPRECATED, v2.03 is the latest version
This version is DEPRECATED, v2.03 is the latest version
iati-activities/iati-activity/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 A01.
Note: DocumentCategory
codes with the A DocumentCategory
prefix are recommended within the IATI activity standard document-link
element.
<document-linkformat="application/vnd.oasis.opendocument.text"url="http:www.example.org/docs/report_en.odt">
<title>Project report 2013</title>
<category code="A01" />
<language code="en" />
</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: