legacy-data

iati-activities/iati-activity/legacy-data

This is the reference page for the XML element legacy-data.

Definition

The legacy data element allows for the reporting of values held in a field in the reporting organisation’s system which is similar, but not identical to an IATI element.

Rules

This element may occur any number of times.

Attributes

@name

The original field name in the reporting organisation’s system

This attribute is required.

This value must be of type xsd:string.

@value

The original field value in the reporting organisation’s system

This attribute is required.

This value must be of type xsd:string.

@iati-equivalent

The name of the equivalent IATI element.

This value must be of type xsd:NMTOKEN.

Example Usage

Example legacy-data of an iati-activity.

This example declares two non-IATI values for activity-status and transaction.
  <legacy-data name="Project Status" value="7" iati-equivalent="activity-status" />
  <legacy-data name="cost" value="1000" iati-equivalent="transaction" />

Developer tools

Find the source of this documentation on github: