em:MHMajorDamageQualifierCodeSimpleType

simpleType MHMajorDamageQualifierCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.1/

Definition

A data type code to classify the cause for a manufactured home being assessed as major

Diagram

Enumerations

ValueDefinition
MHMajorFoundationThe residence has been displaced from the foundation, block or piers, and other structural components have been damaged.
MHMajorWaterWater has come into contact with the floor system to include belly board insulation, ductwork, and subflooring.
OtherOther

XML Schema

<xs:simpleType name="MHMajorDamageQualifierCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type code to classify the cause for a manufactured home being assessed as major
</xs:documentation>
</xs:annotation>
<xs:enumeration value="MHMajorFoundation">
<xs:annotation>
<xs:documentation>
The residence has been displaced from the foundation, block or piers, and other structural components have been damaged.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MHMajorWater">
<xs:annotation>
<xs:documentation>
Water has come into contact with the floor system to include belly board insulation, ductwork, and subflooring.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
Other
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>