dimension¶
iati-activities/iati-activity/result/indicator/baseline/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 a baseline
element (as part of a parent result
/indicator
element).
This example declares
@name
as sex, with a @value
of female:<dimension name="sex" value="female" />
The
dimension
element can be repeated within any target
element: <baseline year="2012" iso-date="2012-01-01" value="10">
<location ref="AF-KAN" />
<location ref="KH-PNH" />
<dimension name="sex" value="female" />
<dimension name="age" value="adult" />
<document-link format="application/vnd.oasis.opendocument.text" url="http:www.example.org/docs/result_baseline_en.odt">
<title>
<narrative>Results Baseline Report 2013</narrative>
</title>
<description>
<narrative>Report of results baseline</narrative>
</description>
<category code="A01" />
<language code="en" />
<document-date iso-date="2014-02-05" />
</document-link>
<comment>
<narrative>Baseline comment text</narrative>
</comment>
</baseline>