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/planned-disbursement/period-start
This is the reference page for the XML element period-start
.
The starting date for the disbursement period, in ISO 8601 format (e.g. 2010-04-01 for 1 April 2010). This element must be present.
The ISO 8601 date.
This value must be of type xsd:date.
period-start/@iso-date
must be before or the same as period-end/@iso-date
Example usage of period-start
in context of planned-disbursement
element.
A date in ISO 8601 format (YYYY-MM-DD) for the period-start
date of the reporting period is required:
<planned-disbursement updated="2014-01-01">
<period-startiso-date="2014-01-01"/>
<period-end iso-date="2014-12-31" />
<value currency="EUR" value-date="2014-01-01">3000</value>
</planned-disbursement>
Example that declares multiple planned-disbursement
.
Note - in this example, only the period-start
date element is present, to declare the disbursement is flagged for a specific date, rather than a period of time.
In this example, optional text has also been included, to provide further clarification:
<planned-disbursement updated="2012-04-01">
<period-startiso-date="2012-04-01">Planneddisbursementforfinancialyear2012/13</period-start>
<value currency="EUR" value-date="2012-04-01">1000</value>
</planned-disbursement>
<planned-disbursement updated="2013-04-01">
<period-startiso-date="2013-04-01">Planneddisbursementforfinancialyear2013/14</period-start>
<value currency="EUR" value-date="2013-04-01">2000</value>
</planned-disbursement>
<planned-disbursement updated="2014-04-01">
<period-startiso-date="2014-04-01">Planneddisbursementforfinancialyear2014/15</period-start>
<value currency="EUR" value-date="2014-04-01">3000</value>
</planned-disbursement>
Find the source of this documentation on github: