em:AlertEventDetailsCategoryCodeSimpleType

simpleType AlertEventDetailsCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.1/

Definition

A data type for the category code designated to an alert event

Diagram

Enumerations

ValueDefinition
CBRNEChemical, Biological, Radiological, Nuclear, or High Yield Explosive threat or attack
EnvPollution and other environmental
FireFire suppression and rescue
GeoGeophysical (inc. landslide)
HealthMedical and public health
InfraUtility, telecommunication, other non-transport infrastructure
MetMeteorological (inc. flood)
OtherOther events
RescueRescue and Recovery
SafetyGeneral emergency and public safety
SecurityLaw enforcement, military, homeland and local/private security
TransportPublic and private transportation

XML Schema

<xs:simpleType name="AlertEventDetailsCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the category code designated to an alert event
</xs:documentation>
</xs:annotation>
<xs:enumeration value="CBRNE">
<xs:annotation>
<xs:documentation>
Chemical, Biological, Radiological, Nuclear, or High Yield Explosive threat or attack
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Env">
<xs:annotation>
<xs:documentation>
Pollution and other environmental
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Fire">
<xs:annotation>
<xs:documentation>
Fire suppression and rescue
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Geo">
<xs:annotation>
<xs:documentation>
Geophysical (inc. landslide)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Health">
<xs:annotation>
<xs:documentation>
Medical and public health
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Infra">
<xs:annotation>
<xs:documentation>
Utility, telecommunication, other non-transport infrastructure
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Met">
<xs:annotation>
<xs:documentation>
Meteorological (inc. flood)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
Other events
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Rescue">
<xs:annotation>
<xs:documentation>
Rescue and Recovery
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Safety">
<xs:annotation>
<xs:documentation>
General emergency and public safety
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Security">
<xs:annotation>
<xs:documentation>
Law enforcement, military, homeland and local/private security
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Transport">
<xs:annotation>
<xs:documentation>
Public and private transportation
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>