em:MHMajorDamageQualifierCodeSimpleType
simpleType MHMajorDamageQualifierCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.0/
Definition
A data type code to classify the cause for a manufactured home being assessed as major
Diagram
Enumerations
Value | Definition |
MHMajorFoundation | The residence has been displaced from the foundation, block or piers, and other structural components have been damaged. |
MHMajorWater | Water has come into contact with the floor system to include belly board insulation, ductwork, and subflooring. |
Other | Other |
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:restriction base="xs:token">
<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>