You are viewing VERSION 1.05 of IATI Standard Reference View another version
This version is DEPRECATED, v2.03 is the latest version
legacy-data
iati-activities/iati-activity/legacy-data
This is the reference page for the XML element legacy-data
.
Definition
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.
Attributes
- @name
The original field name.
This value must be of type xsd:string.
- @value
The original field value.
This value must be of type xsd:string.
- @iati-equivalent
The name of the equivalent IATI element (if available).
This value must be of type xsd:NMTOKEN.
Example Usage
Example legacy-data
declaring two non-IATI values, in this case 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: