You are viewing VERSION 2.03 of IATI Standard Reference View another version
To search for organisations and projects in IATI data, see IATI data access tools
You are viewing VERSION 2.03 of IATI Standard Reference View another version
iati-activities/iati-activity/country-budget-items/budget-item/description
This is the reference page for the XML element description
.
A longer, human-readable description of the budget-item. May be repeated for different languages.
This element must occur no more than once (within each parent element).
Example usage of description
of budget-item
element, a child element of country-budget-items
.
<country-budget-items vocabulary="4">
<budget-item code="1844" percentage="50">
<description>
<narrative>Description text</narrative>
</description>
</budget-item>
<budget-item code="1900" percentage="50">
<description>
<narrative>Description text</narrative>
</description>
</budget-item>
</country-budget-items>
Freetext is no longer allowed with this element. It should now be declared with the new child narrative
element, but only in particular use-cases.
The @type attribute was removed.
Find the source of this documentation on github: