description

iati-activities/iati-activity/document-link/description

This is the reference page for the XML element description.

Definition

A description of the document contents, or guidance on where to access the relevant information in the document.

Rules

This element must occur no more than once (within each parent element).

Example Usage

Example usage of description of a document-link in a iati-activity element.

  <document-link format="application/vnd.oasis.opendocument.text" url="http:www.example.org/docs/report_en.odt">
   <title>
    <narrative>Project Report 2013</narrative>
    <narrative xml:lang="fr">Rapport de projet 2013</narrative>
   </title>
   <description>
     <narrative> Description of the content of the project report or guidance on where to access the relevant information in this report </narrative>
   </description>
   <category code="A01" />
   <language code="en" />
   <document-date iso-date="2014-02-05" />
  </document-link>

Changelog

2.03

The optional description element of a document-link element was added.

Developer tools

Find the source of this documentation on github:

Subelements