iati-activities/iati-activity/country-budget-items
This is the reference page for the XML element country-budget-items
.
This item encodes the alignment of activities with both the functional and administrative classifications used in the recipient country’s Chart of Accounts. This applies to both on- and off-budget activities.
This element must occur no more than once (within each parent element).
An IATI code for the common functional classification or country system (This allows for common codes, country-specific, or any other classification agreed between countries and donors).
This attribute is required.
This value must be of type xsd:string.
This value must be on the BudgetIdentifierVocabulary codelist.
Example country-budget-items
for an iati-activity
.
This element is a parent for other child elements.
The @vocabulary
attribute declares a valid code (2) from the BudgetIdentifierVocabulary codelist.
<country-budget-items vocabulary="2">
...
</country-budget-items>
Full example with all child elements:
<country-budget-itemsvocabulary="2">
<budget-item code="1.1.1">
<description>
<narrative>Description text</narrative>
</description>
</budget-item>
</country-budget-items>
This is a new element, introduced in version 1.03 of the standard.
Find the source of this documentation on github: