Activity Dates
<activity-date></activity-date>
From the schema
Planned starting date for the activity in ISO 8601 date format, e.g. "2010-10-01". For the value of the @type attribute, see http://iatistandard.org/101/codelists/activity_date_type
@type | Free text describing the type of thing being referenced. |
@iso-date | An activity milestone date in ISO 8601 date format, e.g. "2010-12-01". |
Compliance1 compliance test(s) for /activity-date/*
- end-actual has earlier start-actual
- end-planed has earlier start-planned
- implemented activity has an actual end date
- activity has start and end planned dates
- activity with implementation status has start date
- activity has a start-planned date
- activity has a end-planned date
Standard compliance test(s) for /activity-date/@type
- Must be on: Activity Date Type Codelist
Activity Date
Example Usage
Example from DfID of an activity with one each of the four activity date types
<activity-date type="start-planned">2006-04-01Z</activity-date> <activity-date type="start-actual">2007-01-01Z</activity-date> <activity-date type="end-planned">2009-12-31Z</activity-date> <activity-date type="end-actual">2009-12-31Z</activity-date>In some cases, not all dates are known, depending on the status of the activity:
<activity-date type="start-actual" iso-date="2010-03-01"/> <activity-date type="end-planned" iso-date="2013-03-30"/>