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.
This element must occur once and only once (within each parent element).
@iso-date
This attribute is required.
This value must be of type xsd:date.
8.6.1: The start date of the indicator period must be before the end date of the indicator period.
Example usage of period-start
within period
, in context of an indicator
in a result
element.
An example date is declared in the @iso-date
attribute.
This example date format conform to the xsd:date standard - for most cases YYYY-MM-DD is sufficient.
<result type="1" aggregation-status="1">
<title>
<narrative>Result title</narrative>
</title>
<description>
<narrative>Result description text</narrative>
</description>
<indicator measure="1" ascending="1">
<title>
<narrative>Indicator title</narrative>
</title>
<description>
<narrative>Indicator description text</narrative>
</description>
<reference vocabulary="1" code="3429" />
<reference vocabulary="7" code="861" />
<reference vocabulary="99" code="B1" indicator-uri="http://example.com/indicators.html" />
<baseline year="2012" value="10">
<comment>
<narrative>Baseline comment text</narrative>
</comment>
</baseline>
<period>
<period-startiso-date="2013-01-01"/>
<period-end iso-date="2013-03-31" />
<target value="10">
<location ref="AF-KAN" />
<location ref="KH-PNH" />
<dimension name="sex" value="female" />
<dimension name="age" value="adult" />
<comment>
<narrative>Target comment text</narrative>
</comment>
</target>
<actual value="11">
<location ref="AF-KAN" />
<location ref="KH-PNH" />
<dimension name="sex" value="female" />
<dimension name="age" value="adult" />
<comment>
<narrative>Actual comment text</narrative>
</comment>
</actual>
</period>
</indicator>
</result>
Find the source of this documentation on github: