em:MHMinorDamageQualifierCodeSimpleType

simpleType MHMinorDamageQualifierCodeSimpleType 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 minor and describes the minor damage:

Diagram

Enumerations

ValueDefinition
MHMinorNonstructuralNonstructural components have sustained damage - e.g. windows, doors, wall coverings, roof, bottom board insulation, ductwork, and/or utility hook up.
OtherOther

XML Schema

<xs:simpleType name="MHMinorDamageQualifierCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type code to classify the cause for a manufactured home being assessed as minor and describes the minor damage:
</xs:documentation>
</xs:annotation>
<xs:enumeration value="MHMinorNonstructural">
<xs:annotation>
<xs:documentation>
Nonstructural components have sustained damage - e.g. windows, doors, wall coverings, roof, bottom board insulation, ductwork, and/or utility hook up.
</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>