em:EPMConcernCodeSimpleType

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

Definition

A data type for the categories the public assistance work

Diagram

Enumerations

ValueDefinition
BothBoth the Environmental and Historic preservation
EnviromentalEnviromental
HistoricalHistoric/Preservation
NoneNone

XML Schema

<xs:simpleType name="EPMConcernCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the categories the public assistance work
</xs:documentation>
</xs:annotation>
<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>