iati-activities/iati-activity/country-budget-items/budget-item
This is the reference page for the XML element budget-item
.
Identifier for a single item in the recipient-country budget. If more than one identifier is reported the percentage share must be reported and all percentages should add up to 100 percent.
This element must occur at least once (within each parent element).
A code for the budget-item from the vocabulary specified.
This attribute is required.
This value must be of type xsd:string.
This value must be on the BudgetIdentifier codelist, if the relevant vocabulary is used.
When multiple budget-item elements are declared within a single country-budget-items element, then, for each vocabulary used, the percentage values should sum 100%.
This value must be of type xsd:decimal.
12.2.2: The percentage value must be 0.0 or positive.
Example budget-item
within country-budget-items
of an iati-activity
.
The @code
attribute declares a valid code (1.1.1) from the BudgetIdentifier codelist.
<country-budget-items vocabulary="2">
<budget-itemcode="1.1.1">
<description>
<narrative>Description text</narrative>
</description>
</budget-item>
</country-budget-items>
The budget-item
element can be repeated in any country-budget-items
of the same vocabulary
.
When multiple budget-item
elements are declared within a single country-budget-items
element, then, for each vocabulary
used, the percentage
values should sum 100%:
<country-budget-items vocabulary="2">
<budget-itemcode="1.1.1"percentage="50">
<description>
<narrative>Description text</narrative>
</description>
</budget-item>
<budget-itemcode="1.2.1"percentage="50">
<description>
<narrative>Description text</narrative>
</description>
</budget-item>
</country-budget-items>
The @percentage attribute had been erroneously set to be required in the schema on it’s introduction in 1.03. This has now been set to ‘optional’ in the schema.
Added the optional country-budget-item element
Find the source of this documentation on github: