em:EPMCodeSimpleType

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

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

ValueDefinition
EOCEmergency Operations Center
EVACShelteringEvacuation and Sheltering
FireFightingFire Fighting
MedcareTransportMedical Care and Transport
OtherOther
RoadsSecurityRoad Closures and Security
SafetyInspectionsSafety Inspections
SearchRescueSearch and Rescue
SnowActivitiesSnow Related Activities
SuppliesCommoditiesProvision 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: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>