You are viewing VERSION 2.03 of IATI Standard Reference View another version
dimension
iati-activities/iati-activity/result/indicator/period/actual/dimension
This is the reference page for the XML element dimension
.
Definition
A category used for disaggregating the result by gender, age, etc.
Rules
This element may occur any number of times.
Attributes
- @name
Freetext description of a category being disaggregated.
This value must be of type xsd:string.
- @value
Description of the value being disaggregated.
This value must be of type xsd:string.
Example Usage
Example of dimension
in context of an actual
element (as part of a parent result
/indicator
element).
This example declares @name
as sex, with a @value
of female:
<dimensionname="sex"value="female"/>
The dimension
element can be repeated within any actual
element:
<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>
<document-linkformat="application/vnd.oasis.opendocument.text"url="http:www.example.org/docs/result_period_target_en.odt">
<title>
<narrative>ResultsPeriodTargetReport2013</narrative>
</title>
<description>
<narrative>Reportofresultsperiodtarget</narrative>
</description>
<categorycode="A01"/>
<languagecode="en"/>
<document-dateiso-date="2014-02-05"/>
</document-link>
</target>
<actualvalue="11">
<locationref="AF-KAN"/>
<locationref="KH-PNH"/>
<dimensionname="sex"value="female"/>
<dimensionname="age"value="adult"/>
<comment>
<narrative>Actualcommenttext</narrative>
</comment>
<document-linkformat="application/vnd.oasis.opendocument.text"url="http:www.example.org/docs/result_period_actual_en.odt">
<title>
<narrative>ResultsPeriodActualReport2013</narrative>
</title>
<description>
<narrative>Reportofresultsperiodactual</narrative>
</description>
<categorycode="A01"/>
<languagecode="en"/>
<document-dateiso-date="2014-02-05"/>
</document-link>
</actual>
</period>
Changelog
2.02
The optional dimension
element was added.
Developer tools
Find the source of this documentation on github: