activity-status¶
iati-activities/iati-activity/activity-status
This is the reference page for the XML element activity-status
.
Definition¶
The current status of the activity. See codelist for values.
Rules¶
This element must occur once and only once (within each parent element).
Attributes¶
- @code
An IATI code defining the current status of the activity.
This attribute is required.
This value must be of type xsd:string.
This value must be on the ActivityStatus codelist.
Example Usage¶
Example activity-status
of an iati-activity
The
@code
attribute declares a valid code (2) from the ActivityStatus codelist. <activity-status code="2" />
Changelog¶
2.01¶
Freetext is no longer allowed within this element.