em:EPMCodeSimpleType
simpleType EPMCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.1/
Definition
A data type for the various types of Emergency Protective Measures allowable under Public Assistance's Category B (Emergency Protective Measures) of work. Measures taken to reduce the loss of life or property.
Diagram
Enumerations
| Value | Definition | 
| EOC | Emergency Operations Center | 
| EVACSheltering | Evacuation and Sheltering | 
| FireFighting | Fire Fighting | 
| MedcareTransport | Medical Care and Transport | 
| Other | Other | 
| RoadsSecurity | Road Closures and Security | 
| SafetyInspections | Safety Inspections | 
| SearchRescue | Search and Rescue | 
| SnowActivities | Snow Related Activities | 
| SuppliesCommodities | Provision of Supplies and Commodities | 
XML Schema
<xs:simpleType name="EPMCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the various types of Emergency Protective Measures allowable under Public Assistance's Category B (Emergency Protective Measures) of work. Measures taken to reduce the loss of life or property.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="EOC">
<xs:annotation>
<xs:documentation>
Emergency Operations Center</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="EVACSheltering">
<xs:annotation>
<xs:documentation>
Evacuation and Sheltering</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FireFighting">
<xs:annotation>
<xs:documentation>
Fire Fighting</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MedcareTransport">
<xs:annotation>
<xs:documentation>
Medical Care and Transport</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
Other</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RoadsSecurity">
<xs:annotation>
<xs:documentation>
Road Closures and Security</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SafetyInspections">
<xs:annotation>
<xs:documentation>
Safety Inspections</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SearchRescue">
<xs:annotation>
<xs:documentation>
Search and Rescue</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SnowActivities">
<xs:annotation>
<xs:documentation>
Snow Related Activities</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SuppliesCommodities">
<xs:annotation>
<xs:documentation>
Provision of Supplies and Commodities</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>