This version is DEPRECATED, v2.03 is the latest version
country-budget-items
iati-activities/iati-activity/country-budget-items
This is the reference page for the XML element country-budget-items
.
Definition
Recipient 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.
Attributes
- @vocabulary
A 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 value must be of type xsd:string.
This value must be on the BudgetIdentifierVocabulary codelist.
Example Usage
The country-budget-items
element acts as a container for other sub elements.
Example country-budget-items
that declares BudgetIdentifierVocabulary
code 2 (Country Chart of Accounts):
<country-budget-items vocabulary="2">
...
</country-budget-items>
Full example:
<country-budget-itemsvocabulary="2">
<budget-item code="1.1.1">
<description>Description text</description>
</budget-item>
</country-budget-items>
Changelog
Changelog
1.03
This is a new element, introduced in version 1.03 of the standard
1.02
This element did not exist
1.01
This element did not exist
Developer tools
Find the source of this documentation on github:
Subelements