You are viewing VERSION 1.05 of IATI Standard Reference View another version
This version is DEPRECATED, v2.03 is the latest version
period-start
iati-activities/iati-activity/result/indicator/period/period-start
This is the reference page for the XML element period-start
.
Definition
The start of the reporting period
Attributes
- @iso-date
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
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
:
<resulttype="1"aggregation-status="1">
<title>Result1title</title>
<description>Result1descriptiontext</description>
<indicatormeasure="1"ascending="1">
<title>Indicator1title</title>
<description>Indicator1descriptiontext</description>
<baselineyear="2012"value="10">
<comment>Baselinecommenttext</comment>
</baseline>
<period>
<period-startiso-date="2013-01-01"/>
<period-endiso-date="2013-03-31"/>
<targetvalue="10">
<comment>Targetcommenttext</comment>
</target>
<actualvalue="11">
<comment>Actualcommenttext</comment>
</actual>
</period>
</indicator>
</result>
Developer tools
Find the source of this documentation on github: