em:MHDestroyedQualifierCodeSimpleType

simpleType MHDestroyedQualifierCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.1/

Definition

A data type code to classify the causes for a manufactured home being assessed as destroyed

Diagram

Enumerations

ValueDefinition
MHDestroyedFrameThe residence's frame is bent, twisted, or otherwise compromised.
MHDestroyedRoofThe residence is missing the roof covering and the structural ribbing has collapsed for the majority of the roof system.
OtherOther

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: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>