This version is DEPRECATED, v2.03 is the latest version
This version is DEPRECATED, v2.03 is the latest version
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.
Machine readable code for the entity being described. The value should be available on a related codelist.
This value must be of type xsd:string.
This value must be on the BudgetIdentifier codelist.
The percentage of the budget allocated to this item. Content must be a positive decimal number between 0 and 100, with no percentage sign. In version 1.03 of the IATI Standard this value became designated as a decimal value and no longer as a positive integer.
This value must be of type xsd:decimal.
This is a child element of country-budget-items
Example that declares BudgetIdentifier
code 1.1.1 (Executive - executive):
<country-budget-items vocabulary="2">
<budget-itemcode="1.1.1">
<description>Description text</description>
</budget-item>
</country-budget-items>
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>Description text</description>
<description xml:lang="fr">Texte de description</description>
</budget-item>
<budget-itemcode="1.1.2"percentage="50">
<description>Description text</description>
<description xml:lang="fr">Texte de description</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
This element did not exist
This element did not exist
Find the source of this documentation on github: