em:AlertEventDetailsResponseRecommendationCodeSimpleType
simpleType AlertEventDetailsResponseRecommendationCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
Definition
A data type for the response recommendation code designated to an alert event
Diagram
Enumerations
| Value | Definition |
| Assess | Evaluate the information in this message |
| Evacuate | Relocate as instructed in the instruction |
| Execute | Execute a pre-planned activity identified in instruction |
| Monitor | Attend to information sources as described in instruction |
| None | No action recommended |
| Prepare | Make preparations per instruction |
| Shelter | Take shelter in place or per instruction |
XML Schema
<xs:simpleType name="AlertEventDetailsResponseRecommendationCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the response recommendation code designated to an alert event</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Assess">
<xs:annotation>
<xs:documentation>
Evaluate the information in this message</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Evacuate">
<xs:annotation>
<xs:documentation>
Relocate as instructed in the instruction</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Execute">
<xs:annotation>
<xs:documentation>
Execute a pre-planned activity identified in instruction</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Monitor">
<xs:annotation>
<xs:documentation>
Attend to information sources as described in instruction</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="None">
<xs:annotation>
<xs:documentation>
No action recommended</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Prepare">
<xs:annotation>
<xs:documentation>
Make preparations per instruction</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Shelter">
<xs:annotation>
<xs:documentation>
Take shelter in place or per instruction</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>