category

iati-activities/iati-activity/document-link/category

This is the reference page for the XML element category.

Definition

IATI Document Category Code

Rules

This element must occur at least once (within each parent element).

Attributes

Example Usage

Example usage of category of a document-link in an iati-activity.
This examples declares the DocumentCategory code A01, using the @code attribute.
  <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>
The category element can be repeated in any document-link.

Changelog

2.01

Freetext is no longer allowed within this element.

Developer tools

Find the source of this documentation on github: