country-budget-items¶
iati-activities/iati-activity/country-budget-items
This is the reference page for the XML element country-budget-items
.
Definition¶
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.
Rules¶
This element must occur no more than once (within each parent element).
Attributes¶
- @vocabulary
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 Usage¶
Example country-budget-items
for an iati-activity
.
@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-items vocabulary="2">
<budget-item code="1.1.1">
<description>
<narrative>Description text</narrative>
</description>
</budget-item>
</country-budget-items>