Budget Item
<budget-item></budget-item>
From the schema
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.
@code | Machine-readable code for the entity being described. |
@percentage | The percentage of the budget allocated to this item. Content must be a positive real number between 0 and 100, with no percentage sign. |
Standard compliance test(s) for /country-budget-items/budget-item/@code
- Must be on the specified codelist given by country-budget-items/@vocabulary.
If country-budget-items/@vocabulary = 1 (i.e. IATI) then must be on: Budget Identifier Codelist
Budget Item
Example Usage
This is a new element for version 1.03.
This is a child element of country-budget-items
<country-budget-items vocabulary="XXX"> <budget-item code="XXX" percentage="100"> <description xml:lang="en">XXX</description> </budget-item> </country-budget-items>
Changelog
1.03
Added the optional country-budget-item element
1.02
This element did not exist
1.01
This element did not exist