em:AlertEventDetailsUrgencyCodeSimpleType

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

Definition

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

Diagram

Enumerations

ValueDefinition
ExpectedResponsive action should be taken soon (within the hour)
FutureResponsive action should be taken in the near future
ImmediateResponsive action should be taken immediately
PastResponsive action is no longer required
UnknownUrgency unknown

XML Schema

<xs:simpleType name="AlertEventDetailsUrgencyCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the urgency code designated to an alert event
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Expected">
<xs:annotation>
<xs:documentation>
Responsive action should be taken soon (within the hour)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Future">
<xs:annotation>
<xs:documentation>
Responsive action should be taken in the near future
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Immediate">
<xs:annotation>
<xs:documentation>
Responsive action should be taken immediately
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Past">
<xs:annotation>
<xs:documentation>
Responsive action is no longer required
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unknown">
<xs:annotation>
<xs:documentation>
Urgency unknown
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>