humanitarian-scope¶
iati-activities/iati-activity/humanitarian-scope
This is the reference page for the XML element humanitarian-scope.
Definition¶
Classification of emergencies, appeals and other humanitarian events and actions.
Rules¶
This element may occur any number of times.
Attributes¶
- @type
A code for the type of event or action being classified.
This attribute is required.
This value must be of type xsd:string.
This value should be on the HumanitarianScopeType codelist.
- @vocabulary
A code for a recognised vocabulary of terms classifying the event or action.
This attribute is required.
This value must be of type xsd:string.
This value should be on the HumanitarianScopeVocabulary codelist.
- @vocabulary-uri
A u.r.i. for the vocabulary specified which provides access to the list of codes and descriptions.
This value must be of type xsd:anyURI.
- @code
A code for the event or action from the vocabulary specified.
This attribute is required.
This value must be of type xsd:string.
Example Usage¶
Example humanitarian-scope of an iati-activity.
<humanitarian-scope type="1" vocabulary="1-2" code="EQ-2015-000048-NPL">
...
</humanitarian-scope>
If a publisher uses a vocabulary of 99 (i.e. ‘Reporting Organisation’), then the @vocabulary-uri attribute should also be used, for example:
<humanitarian-scope type="1" vocabulary="99" vocabulary-uri="http://example.com/vocab.html" code="5">
<narrative>Nepal Earthquake (April 2015)</narrative>
</humanitarian-scope>
<humanitarian-scope type="1" vocabulary="1-2" code="EQ-2015-000048-NPL">
<narrative>Nepal Earthquake April 2015</narrative>
<narrative xml:lang="fr"> Népal Earthquake Avril 2015</narrative>
</humanitarian-scope>
<humanitarian-scope type="1" vocabulary="99" vocabulary-uri="http://example.com/vocab.html" code="A1">
<narrative xml:lang="en">Nepal Earthquake April 2015</narrative>
</humanitarian-scope>