Document Link
<document-link></document-link>
From the schema
A categorized link to an external document.
@url | The target URL of the external document, e.g. "http://www.example.org/doc.html". |
@format | The MIME type of the external document, e.g. "application/pdf". A partial list of MIME types appears at http://iatistandard.org/codelists/file_format |
Standard compliance test(s) for /document-link/@format
- Must be on: File Format Codelist
- Must be on: Document Category Codelist
Document Link
Example Usage
A web address where the document can be downloaded can be declared through the url attribute:
<document-link url="http://www.aidtransparency.net/wp-content/uploads/2009/06/Summary-IATI-Standard-Version-1-Final.doc">
Additionally, the Internet Media Type (“MIME type”) of the document linked to, as defined and maintained by the Internet Assigned Numbers Authority can be declared via the format attribute:
<document-link format="application/msword" url="http://www.aidtransparency.net/wp-content/uploads/2009/06/Summary-IATI-Standard-Version-1-Final.doc">
Changelog
1.02
Removed language attribute from, and introduced an new language child element to, the document-link element.
1.01