You are viewing VERSION 1.05 of IATI Standard Reference View another version
This version is DEPRECATED, v2.03 is the latest version
title
iati-organisations/iati-organisation/document-link/title
This is the reference page for the XML element title
.
Definition
A short, human-readable title. May be repeated for different languages.
Attributes
- @xml:lang
ISO 2 letter code specifying the language of text in this element.
This value should be on the Language codelist.
Example Usage
Example usage of title
in context of document-link
element:
<document-link format="application/vnd.oasis.opendocument.text" url="http:www.example.org/docs/report_en.odt">
<category code="B01" />
<language code="en" />
<title>Annual Report 2013</title>
</document-link>
It may be appropriate to repeat the title
in other languages using xml:lang attribute.
In this example, the language en
has been set in the ‘’iati-activity’’ element
Note: This relates to the language of the text in the XML.
<document-link format="application/vnd.oasis.opendocument.text" url="http:www.example.org/docs/report_en.odt">
<category code="B01" />
<language code="en" />
<title>Annual Report 2013</title>
<title xml:lang="fr">Rapport annuel 2013</title>
</document-link>
Developer tools
Find the source of this documentation on github: