em:DestroyedQualifierCodeSimpleType

simpleType DestroyedQualifierCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/5.0/

Definition

A data type code classifies the level of damage

Diagram

Enumerations

ValueDefinition
DestroyedCollapseA residence that is in imminent threat of collapse because of disaster-related damage or confirmed imminent danger - e.g. impending landslides, mudslides, or sinkholes.
DestroyedFoundationOnly foundation remains
DestroyedStructuralComplete failure of two or more major structural components -e.g. collapse of basement walls, foundation, load-bearing walls, or roof.
OtherOther

XML Schema

<xs:simpleType name="DestroyedQualifierCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type code classifies the level of damage
</xs:documentation>
</xs:annotation>
<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>