You are viewing VERSION 2.02 of IATI Standard Reference View another version
baseline
iati-activities/iati-activity/result/indicator/baseline
This is the reference page for the XML element baseline
.
Definition
The baseline value for the indicator
Rules
This element must occur no more than once (within each parent element).
Attributes
- @year
The year the baseline value was taken (yyyy)
This attribute is required.
This value must be of type xsd:positiveInteger.
- @value
The baseline value.
This attribute is required.
This value must be of type xsd:string.
Example Usage
Example of baseline
in context of an indicator
in a result
element.
This example declares @year
as 2012, with a @value
of 10:
<resulttype="1"aggregation-status="1">
<title>
<narrative>Resulttitle</narrative>
</title>
<description>
<narrative>Resultdescriptiontext</narrative>
</description>
<indicatormeasure="1"ascending="1">
<title>
<narrative>Indicatortitle</narrative>
</title>
<description>
<narrative>Indicatordescriptiontext</narrative>
</description>
<referencevocabulary="1"code="3429"/>
<referencevocabulary="7"code="861"/>
<referencevocabulary="99"code="B1"indicator-uri="http://example.com/indicators.html"/>
<baselineyear="2012"value="10">
<comment>
<narrative>Baselinecommenttext</narrative>
</comment>
</baseline>
<period>
<period-startiso-date="2013-01-01"/>
<period-endiso-date="2013-03-31"/>
<targetvalue="10">
<locationref="AF-KAN"/>
<locationref="KH-PNH"/>
<dimensionname="sex"value="female"/>
<dimensionname="age"value="adult"/>
<comment>
<narrative>Targetcommenttext</narrative>
</comment>
</target>
<actualvalue="11">
<locationref="AF-KAN"/>
<locationref="KH-PNH"/>
<dimensionname="sex"value="female"/>
<dimensionname="age"value="adult"/>
<comment>
<narrative>Actualcommenttext</narrative>
</comment>
</actual>
</period>
</indicator>
</result>
Developer tools
Find the source of this documentation on github:
Subelements