em:MHAffectedQualifierCodeSimpleType

simpleType MHAffectedQualifierCodeSimpleType 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 affected and the options that best describes the affected damage:

Diagram

Enumerations

ValueDefinition
MHAffectedCosmeticNo damage affecting habitability; cosmetic damage only. The dwelling's frame is not bent, twisted, or otherwise compromised.
OtherOther

XML Schema

<xs:simpleType name="MHAffectedQualifierCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type code to classify the cause for a manufactured home being assessed as affected and the options that best describes the affected damage:
</xs:documentation>
</xs:annotation>
<xs:enumeration value="MHAffectedCosmetic">
<xs:annotation>
<xs:documentation>
No damage affecting habitability; cosmetic damage only. The dwelling's frame is not bent, twisted, or otherwise compromised.
</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>