document-date

iati-activities/iati-activity/document-link/document-date

This is the reference page for the XML element document-date.

Definition

The date of publication of the document that is being linked to.

Rules

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

Attributes

This attribute is required.

This value must be of type xsd:date.

Usage in practice

This document-date element would normally be the production or published date of the relevant document to identify the specific document version.

Example Usage

Example usage of the document-date element within a document-link as part of an iati-activity.
This examples declares an ISO date (corresponding to 5th February 2014) using the @iso-date 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 document-date element should only be used once for each document-link element.

Changelog

2.02

The optional document-date element was added.

Developer tools

Find the source of this documentation on github: