em:IndividualAssistenceFloodWaterLocationCodeSimpleType
simpleType IndividualAssistenceFloodWaterLocationCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
Definition
A data type code to specify the part of the home was impacted.
Diagram
Enumerations
Value | Definition |
Basement | Basement |
LivingArea | Affected |
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:restriction base="xs:token">
<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>