em:DestroyedQualifierCodeSimpleType
simpleType DestroyedQualifierCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
Definition
A data type code classifies the level of damage
Diagram
Enumerations
Value | Definition |
DestroyedCollapse | A residence that is in imminent threat of collapse because of disaster-related damage or confirmed imminent danger - e.g. impending landslides, mudslides, or sinkholes. |
DestroyedFoundation | Only foundation remains |
DestroyedStructural | Complete failure of two or more major structural components -e.g. collapse of basement walls, foundation, load-bearing walls, or roof. |
Other | Other |
XML Schema
<xs:simpleType name="DestroyedQualifierCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type code classifies the level of damage</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="DestroyedCollapse">
<xs:annotation>
<xs:documentation>
A residence that is in imminent threat of collapse because of disaster-related damage or confirmed imminent danger - e.g. impending landslides, mudslides, or sinkholes.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DestroyedFoundation">
<xs:annotation>
<xs:documentation>
Only foundation remains</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DestroyedStructural">
<xs:annotation>
<xs:documentation>
Complete failure of two or more major structural components -e.g. collapse of basement walls, foundation, load-bearing walls, or roof.</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>