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="2">
<budget-item code="1.1.1" percentage="50">
<description>
<narrative>Description text</narrative>
</description>
</budget-item>
<budget-item code="1.2.1" 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: