em:AlertEventDetailsSeverityCodeSimpleType

simpleType AlertEventDetailsSeverityCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.0/

Definition

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

Diagram

Enumerations

ValueDefinition
ExtremeExtraordinary threat to life or property
MinorMinimal threat to life or property
ModeratePossible threat to life or property
SevereSignificant threat to life or property
UnknownSeverity 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: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>