default-aid-type

iati-activities/iati-activity/default-aid-type

This is the reference page for the XML element default-aid-type.

Definition

The type of aid being supplied (project-type intervention, budget support, debt relief, etc.). This element specifies a default for all the activity’s financial transactions; it can be overridden at the individual transaction level.

Rules

This element may occur any number of times.

Attributes

@code

A code from the specified vocabulary.

This attribute is required.

This value must be of type xsd:string.

This value must be on the AidType codelist.

@vocabulary

A code for the vocabulary aid-type classifications. If omitted the AidType (OECD DAC) codelist is assumed. The code must be a valid value in the AidTypeVocabulary codelist.

This value must be of type xsd:string.

This value must be on the AidTypeVocabulary codelist.

Example Usage

Example default-aid-type for an iati-activity.

The @code attribute declares a valid code (A01) from the AidType codelist.
The @vocabulary attribute declares a valid code (1) from the AidTypeVocabulary codelist.
  <default-aid-type code="A01" vocabulary="1" />

Changelog

2.03

The default-aid-type element can be reported multiple times within a iati-activity element added. The @code attribute definition was updated. The @vocabulary attribute was added.

2.01

Freetext is no longer allowed within this element.

Developer tools

Find the source of this documentation on github: