iati-activities/iati-activity/legacy-data
This is the reference page for the XML element legacy-data
.
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.
This element may occur any number of times.
The original field name in the reporting organisation’s system
This attribute is required.
This value must be of type xsd:string.
The original field value in the reporting organisation’s system
This attribute is required.
This value must be of type xsd:string.
The name of the equivalent IATI element.
This value must be of type xsd:NMTOKEN.
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" />
Find the source of this documentation on github: