em:IndividualAssistanceFloodWaterLocationCodeSimpleType

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

Definition

A data type code to specify the part of the home was impacted.

Diagram

Enumerations

ValueDefinition
BasementBasement
LivingAreaAffected

XML Schema

<xs:simpleType name="IndividualAssistanceFloodWaterLocationCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type code to specify the part of the home was impacted.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Basement">
<xs:annotation>
<xs:documentation>
Basement
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LivingArea">
<xs:annotation>
<xs:documentation>
Affected
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>