You are viewing VERSION 1.04 of IATI Standard Reference View another version
This version is DEPRECATED, v2.03 is the latest version
You are viewing VERSION 1.04 of IATI Standard Reference View another version
This version is DEPRECATED, v2.03 is the latest version
iati-activities/iati-activity/legacy-data
This is the reference page for the XML element legacy-data
.
Hold a single name=value pair of legacy data. This element is not for adding new data types; instead, it holds the original (non-IATI) value or code for an existing data type.
The original field name.
This value must be of type xsd:string.
The original field value.
This value must be of type xsd:string.
The name of the equivalent IATI element (if available).
This value must be of type xsd:NMTOKEN.
Example legacy-data
declaring two non-IATI values, in this case for activity-status
and transaction
.
<legacy-dataname="Project Status"value="7"iati-equivalent="activity-status"/>
<legacy-dataname="cost"value="1000"iati-equivalent="transaction"/>
Find the source of this documentation on github: