Result
<result></result>
From the schema
A measurable result of aid work.
@type | Free text describing the type of thing being referenced. |
@aggregation-status | Boolean flag indicating whether the data in the result set are suitable for aggregation. |
Standard compliance test(s) for /result/@type
- Must be on: Result Type Codelist
- Must be on: Indicator Measure Codelist
Result
Example Usage
Container element for a result set. The type attribute can be used to describe whether it is an output, outcome, or impact indicator:
<result type="output"> .... </result>Additionally, a flag to indicate whether the data in this result set is suitable for aggregation. Boolean. “True” means that the data can be aggregated. If omitted 'true' is assumed.
<result type="output" aggregation-status="false"> .... </result>