em:AlertEventDetailsUrgencyCodeSimpleType
simpleType AlertEventDetailsUrgencyCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
Definition
A data type for the urgency code designated to an alert event
Diagram
Enumerations
Value | Definition |
Expected | Responsive action should be taken soon (within the hour) |
Future | Responsive action should be taken in the near future |
Immediate | Responsive action should be taken immediately |
Past | Responsive action is no longer required |
Unknown | Urgency 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:restriction base="xs:token">
<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>