em:CrisisImpactCodeSimpleType
simpleType CrisisImpactCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
Definition
A data type for the impact of a crisis on a group or other entity.
Diagram
Enumerations
Value | Definition |
Displaced | Displaced from their homes by the crisis |
IDPS | Displaced internally |
InCamp | Displaced into official camps |
Infected | Infected with disease as a result of the crisis |
Injured | Physically injured (but not killed) as a result of the crisis |
Killed | Killed as a result of the crisis |
NonCamp | Displaced people hosted outside of official camps |
Refugees | Displaced 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:restriction base="xs:token">
<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>