em:AlertEventDetailsSeverityCodeSimpleType
simpleType AlertEventDetailsSeverityCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
Definition
A data type for the severity code designated to an alert event
Diagram
Enumerations
Value | Definition |
Extreme | Extraordinary threat to life or property |
Minor | Minimal threat to life or property |
Moderate | Possible threat to life or property |
Severe | Significant threat to life or property |
Unknown | Severity unknown |
XML Schema
<xs:simpleType name="AlertEventDetailsSeverityCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the severity code designated to an alert event</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Extreme">
<xs:annotation>
<xs:documentation>
Extraordinary threat to life or property</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Minor">
<xs:annotation>
<xs:documentation>
Minimal threat to life or property</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Moderate">
<xs:annotation>
<xs:documentation>
Possible threat to life or property</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Severe">
<xs:annotation>
<xs:documentation>
Significant threat to life or property</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unknown">
<xs:annotation>
<xs:documentation>
Severity unknown</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>