Indicator
<indicator></indicator>
From the schema
The indicator(s) that meet the results. There can be multiple indicators for each result.
@measure | The type of measurement for the indicator value e.g. unit, percentage, NDP. |
@ascending | True if the indicator improves from small to large (e.g. clinics built); false if it improves from large to small (e.g. cases of a disease). Defaults to true if omitted. |
Standard compliance test(s) for /result/indicator/@measure
- Must be on: Indicator Measure Codelist
Indicator
Example Usage
The Indicator element is contained within a result set, and also contains other elements.
The type of measurement for the indicator value e.g. unit, percentage, NDP can be described:
<result> .... <indicator measure="NDP"> .... </indicator> ..... </result>
Additionally, a flag to indicate whether the data in this indicator improves from small to large (ascending = “true”), or whether it is reversed and improves from large to small (ascending=“false”). Boolean. If omitted 'true' is assumed.
<result> .... <indicator measure="NDP" ascending="true"> .... </indicator> ..... </result>