em:CrisisImpactCodeSimpleType

simpleType CrisisImpactCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/5.0/

Definition

A data type for the impact of a crisis on a group or other entity.

Diagram

Enumerations

ValueDefinition
DisplacedDisplaced from their homes by the crisis
IDPSDisplaced internally
InCampDisplaced into official camps
InfectedInfected with disease as a result of the crisis
InjuredPhysically injured (but not killed) as a result of the crisis
KilledKilled as a result of the crisis
NonCampDisplaced people hosted outside of official camps
RefugeesDisplaced to other regions or countries

XML Schema

<xs:simpleType name="CrisisImpactCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the impact of a crisis on a group or other entity.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Displaced">
<xs:annotation>
<xs:documentation>
Displaced from their homes by the crisis
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="IDPS">
<xs:annotation>
<xs:documentation>
Displaced internally
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="InCamp">
<xs:annotation>
<xs:documentation>
Displaced into official camps
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Infected">
<xs:annotation>
<xs:documentation>
Infected with disease as a result of the crisis
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Injured">
<xs:annotation>
<xs:documentation>
Physically injured (but not killed) as a result of the crisis
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Killed">
<xs:annotation>
<xs:documentation>
Killed as a result of the crisis
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NonCamp">
<xs:annotation>
<xs:documentation>
Displaced people hosted outside of official camps
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Refugees">
<xs:annotation>
<xs:documentation>
Displaced to other regions or countries
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>