em:EPMConcernCodeSimpleType
simpleType EPMConcernCodeSimpleType 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 |
Both | Both the Environmental and Historic preservation |
Enviromental | Enviromental |
Historical | Historic/Preservation |
None | None |
XML Schema
<xs:simpleType name="EPMConcernCodeSimpleType">
<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="Both">
<xs:annotation>
<xs:documentation>
Both the Environmental and Historic preservation</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Enviromental">
<xs:annotation>
<xs:documentation>
Enviromental</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Historical">
<xs:annotation>
<xs:documentation>
Historic/Preservation</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="None">
<xs:annotation>
<xs:documentation>
None</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>