em:AlertEventDetailsCategoryCodeSimpleType
simpleType AlertEventDetailsCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
Definition
A data type for the category code designated to an alert event
Diagram
Enumerations
Value | Definition |
CBRNE | Chemical, Biological, Radiological, Nuclear, or High Yield Explosive threat or attack |
Env | Pollution and other environmental |
Fire | Fire suppression and rescue |
Geo | Geophysical (inc. landslide) |
Health | Medical and public health |
Infra | Utility, telecommunication, other non-transport infrastructure |
Met | Meteorological (inc. flood) |
Other | Other events |
Rescue | Rescue and Recovery |
Safety | General emergency and public safety |
Security | Law enforcement, military, homeland and local/private security |
Transport | Public 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:restriction base="xs:token">
<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>