em:EventImpactLevelCodeSimpleType

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

Definition

A data type for a level of impact (i.e., minimal, minor, moderate, major, severe) of an event based on the amount of disruption to normal activities and services.

Diagram

Enumerations

ValueDefinition
1Minimal
2Minor
3Moderate
4Major
5Severe

XML Schema

<xs:simpleType name="EventImpactLevelCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a level of impact (i.e., minimal, minor, moderate, major, severe) of an event based on the amount of disruption to normal activities and services.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Minimal
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Minor
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
Moderate
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
Major
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="5">
<xs:annotation>
<xs:documentation>
Severe
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>