category

iati-activities/iati-activity/result/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 a result element.
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/result_en.odt">
    <title>
     <narrative>Results Report 2013</narrative>
    </title>
    <description>
      <narrative>Report of results</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.03

The mandatory category element of a document-link in a result element was added.

Developer tools

Find the source of this documentation on github: