em:MHDestroyedQualifierCodeSimpleType
simpleType MHDestroyedQualifierCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
Definition
A data type code to classify the causes for a manufactured home being assessed as destroyed
Diagram
Enumerations
Value | Definition |
MHDestroyedFrame | The residence's frame is bent, twisted, or otherwise compromised. |
MHDestroyedRoof | The residence is missing the roof covering and the structural ribbing has collapsed for the majority of the roof system. |
Other | Other |
XML Schema
<xs:simpleType name="MHDestroyedQualifierCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type code to classify the causes for a manufactured home being assessed as destroyed</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="MHDestroyedFrame">
<xs:annotation>
<xs:documentation>
The residence's frame is bent, twisted, or otherwise compromised.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MHDestroyedRoof">
<xs:annotation>
<xs:documentation>
The residence is missing the roof covering and the structural ribbing has collapsed for the majority of the roof system.</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>