em:MHMinorDamageQualifierCodeSimpleType
simpleType MHMinorDamageQualifierCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
Definition
A data type code to classify the cause for a manufactured home being assessed as minor and describes the minor damage:
Diagram
Enumerations
Value | Definition |
MHMinorNonstructural | Nonstructural components have sustained damage - e.g. windows, doors, wall coverings, roof, bottom board insulation, ductwork, and/or utility hook up. |
Other | Other |
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:restriction base="xs:token">
<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>