Title
<title></title>
From the schema
A short, human-readable title. May be repeated for different languages.
This element is of the type "textType" as described in the IATI Common schema (Version 1.01)
Data type for an element that may contain human-readable text in different languages.
This element also references "textAtts"
Attribute group for elements containing free text content.
value | use | description |
---|---|---|
@xml:lang | optional | http://www.w3.org/XML/1998/namespace |
Compliance1 compliance test(s) for /title
- title has 50 characters or more
Title
Example Usage
When default language has been declared in the <iati-activity> element then this will suffice:
<title>Grant Performance Report</title>
If a default langage has NOT been declared in the <iati-activity> element, then a language must be specified
<title xml:lang="en">Grant Performance Report</title>
A title may be repeated in many languages. This example assumes a default language of English has previously been declared:
<title>Grant Performance Report</title> <title xml:lang="es">Grant Informe sobre los resultados</title> <title xml:lang="fr">Rapport sur le rendement de subvention</title>
It is good practice to provide activity titles in the language(s) spoken in the country(ies) where the activity take place, or is aimed at.