default-finance-type¶
iati-activities/iati-activity/default-finance-type
This is the reference page for the XML element default-finance-type
.
Definition¶
The type of finance (e.g. grant, loan, debt relief, etc). This the default value for all transactions in the activity report; it can be overridden by individual transactions.
Rules¶
This element must occur no more than once (within each parent element).
Attributes¶
- @code
A code from the OECD DAC CRS “Type of finance” codelist
This attribute is required.
This value must be of type xsd:string.
This value must be on the FinanceType codelist.
Example Usage¶
Example default-finance-type
for an iati-activity
.
The
@code
attribute declares a valid code (110) from the FinanceType codelist. <default-finance-type code="110" />
Changelog¶
2.01¶
Freetext is no longer allowed within this element.