em:MinorDamageQualifierCodeSimpleType
simpleType MinorDamageQualifierCodeSimpleType 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 |
MinorChimney | Damage to chimney to include, tilting, fallen, cracks, or separated from the residence. |
MinorContamination | Damage or disaster related contamination to a private well or septic system. |
MinorFoundation | Multiple small vertical cracks in the foundation |
MinorInterior | Nonstructural damage to the interior wall components to include drywall, insulation; exterior components to include house wrap, missing doors, broken window framings; or substantial loss of exterior covering, such as missing siding, vinyl, stucco, etc. |
MinorMechanical | Damage to or submersion of mechanical components, e.g. furnace, boiler, water heater, HVAC, electrical panel, pressure tanks or well pressure switch, etc. |
MinorRoof | Nonstructural damage to roof components over essential living space to include large areas of shingles e.g. roof covering, fascia board, soffit, flashing, and skylight. |
MinorWater | Water line less than 18 inches in an essential living space. |
Other | Other |
XML Schema
<xs:simpleType name="MinorDamageQualifierCodeSimpleType">
<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="MinorChimney">
<xs:annotation>
<xs:documentation>
Damage to chimney to include, tilting, fallen, cracks, or separated from the residence.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MinorContamination">
<xs:annotation>
<xs:documentation>
Damage or disaster related contamination to a private well or septic system.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MinorFoundation">
<xs:annotation>
<xs:documentation>
Multiple small vertical cracks in the foundation</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MinorInterior">
<xs:annotation>
<xs:documentation>
Nonstructural damage to the interior wall components to include drywall, insulation; exterior components to include house wrap, missing doors, broken window framings; or substantial loss of exterior covering, such as missing siding, vinyl, stucco, etc.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MinorMechanical">
<xs:annotation>
<xs:documentation>
Damage to or submersion of mechanical components, e.g. furnace, boiler, water heater, HVAC, electrical panel, pressure tanks or well pressure switch, etc.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MinorRoof">
<xs:annotation>
<xs:documentation>
Nonstructural damage to roof components over essential living space to include large areas of shingles e.g. roof covering, fascia board, soffit, flashing, and skylight.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MinorWater">
<xs:annotation>
<xs:documentation>
Water line less than 18 inches in an essential living space.</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>