document-date¶
iati-activities/iati-activity/result/indicator/period/actual/document-link/document-date
This is the reference page for the XML element document-date. See also the relevant overview page: Result
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).
Example Usage¶
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 in a actual in a period in a indicator as part of a result element.
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/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 document-date element should only be used once for each document-link element.
Changelog¶
The optional document-date element of a document-link in a actual in a period in a indicator in a result element was added.