em:MHAffectedQualifierCodeSimpleType
simpleType MHAffectedQualifierCodeSimpleType 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 affected and the options that best describes the affected damage:
Diagram
Enumerations
Value | Definition |
MHAffectedCosmetic | No damage affecting habitability; cosmetic damage only. The dwelling's frame is not bent, twisted, or otherwise compromised. |
Other | Other |
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:restriction base="xs:token">
<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>