em:IndividualAssistenceFloodWaterLocationCodeSimpleType

simpleType IndividualAssistenceFloodWaterLocationCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.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="IndividualAssistenceFloodWaterLocationCodeSimpleType">
<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>