iati-activities/iati-activity/humanitarian-scope
This is the reference page for the XML element humanitarian-scope
.
Classification of emergencies, appeals and other humanitarian events and actions.
This element may occur any number of times.
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.
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.
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.
A code for the event or action from the vocabulary specified.
This attribute is required.
This value must be of type xsd:string.
Example humanitarian-scope
of an iati-activity
.
The @type
attribute declares a valid code (1) from the HumanitarianScopeType codelist.
The @vocabulary
attribute declares a valid code (1-2) from the HumanitarianScopeVocabulary codelist.
The @code
attribute declares a valid code (EQ-2015-000048-NPL) from the specified vocabulary.
<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>
The humanitarian-scope
element can be repeated in any iati-activity
.
<humanitarian-scopetype="1"vocabulary="1-2"code="EQ-2015-000048-NPL">
<narrative>NepalEarthquakeApril2015</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>
If a vocabulary is not on the HumanitarianScopeVocabulary codelist, then the value of 99 (Reporting Organisation) should be declared.
The humanitarian-scope
element was added.
Find the source of this documentation on github: