em:IncidentActivationLevelCodeSimpleType

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

Definition

A data type for an emergency operations center (EOC) activation level (status) based on those used in the 2017 FEMA National Incident Management System.

Diagram

Enumerations

ValueDefinition
Level 1Normal operations/steady-state
Level 2Enhanced steady state/partial activation
Level 3Full activation

XML Schema

<xs:simpleType name="IncidentActivationLevelCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for an emergency operations center (EOC) activation level (status) based on those used in the 2017 FEMA National Incident Management System.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Level 1">
<xs:annotation>
<xs:documentation>
Normal operations/steady-state
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Level 2">
<xs:annotation>
<xs:documentation>
Enhanced steady state/partial activation
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Level 3">
<xs:annotation>
<xs:documentation>
Full activation
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>