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/result/indicator/period/period-start
This is the reference page for the XML element period-start
.
The start of the reporting period
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
within period
, in context of an indicator
in a result
element.
A date in ISO 8601 format (YYYY-MM-DD) is required for period-start
date of the reporting period
:
<result type="1" aggregation-status="1">
<title>Result 1 title</title>
<description>Result 1 description text</description>
<indicator measure="1" ascending="1">
<title>Indicator 1 title</title>
<description>Indicator 1 description text</description>
<baseline year="2012" value="10">
<comment>Baseline comment text</comment>
</baseline>
<period>
<period-start iso-date="2013-01-01" />
<period-endiso-date="2013-03-31"/>
<target value="10">
<comment>Target comment text</comment>
</target>
<actual value="11">
<comment>Actual comment text</comment>
</actual>
</period>
</indicator>
</result>
Find the source of this documentation on github: