em:PublicAssistanceCategoryCodeSimpleType
simpleType PublicAssistanceCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
Definition
A data type for the catagories the public assistance work
Diagram
Enumerations
Value | Definition |
CAT-A | Debris Removal |
CAT-B | Emergency Protective Measures |
CAT-C | Roads and Bridges |
CAT-D | Water Control Facilities |
CAT-E | Buildings, Equipment and Content |
CAT-F | Utilities |
CAT-G | Beaches, Parks, Transit, and Other |
XML Schema
<xs:simpleType name="PublicAssistanceCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the catagories the public assistance work</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="CAT-A">
<xs:annotation>
<xs:documentation>
Debris Removal</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CAT-B">
<xs:annotation>
<xs:documentation>
Emergency Protective Measures</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CAT-C">
<xs:annotation>
<xs:documentation>
Roads and Bridges</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CAT-D">
<xs:annotation>
<xs:documentation>
Water Control Facilities</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CAT-E">
<xs:annotation>
<xs:documentation>
Buildings, Equipment and Content</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CAT-F">
<xs:annotation>
<xs:documentation>
Utilities</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CAT-G">
<xs:annotation>
<xs:documentation>
Beaches, Parks, Transit, and Other</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>