em:MajorDamageQualifierCodeSimpleType
simpleType MajorDamageQualifierCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
Definition
A data type code to classify the various causes for a dwelling being assessed as major
Diagram
Enumerations
Value | Definition |
MajorFoundation | Failure or partial failure to foundation to include crumbling, bulging, collapsing, horizontal cracks of more than two inches, and shifting of the residence on the foundation of more than six inches. |
MajorFrame | Failure or partial failure to structural elements of the walls to include framing, sheathing, etc.. |
MajorRoof | Failure or partial failure to structural elements of the roof to include rafters, ceiling joists, ridge boards, etc. . |
MajorWater | Residences with a water line 18 inches above the floor in an essential living space, a water line above the electrical outlets, or a water line on the first floor or when basement is completely full.. |
Other | Other |
XML Schema
<xs:simpleType name="MajorDamageQualifierCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type code to classify the various causes for a dwelling being assessed as major</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="MajorFoundation">
<xs:annotation>
<xs:documentation>
Failure or partial failure to foundation to include crumbling, bulging, collapsing, horizontal cracks of more than two inches, and shifting of the residence on the foundation of more than six inches.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MajorFrame">
<xs:annotation>
<xs:documentation>
Failure or partial failure to structural elements of the walls to include framing, sheathing, etc..</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MajorRoof">
<xs:annotation>
<xs:documentation>
Failure or partial failure to structural elements of the roof to include rafters, ceiling joists, ridge boards, etc. .</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MajorWater">
<xs:annotation>
<xs:documentation>
Residences with a water line 18 inches above the floor in an essential living space, a water line above the electrical outlets, or a water line on the first floor or when basement is completely full..</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>