em:DamageAssessmentLevelCodeSimpleType
simpleType DamageAssessmentLevelCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
Definition
A data type code for the level of damage sustained to the dwelling
Diagram
Enumerations
Value | Definition |
Affected | Affected |
Destroyed | Destroyed |
Inaccessible | Inaccessible |
Major | Major |
Minor | Minor |
XML Schema
<xs:simpleType name="DamageAssessmentLevelCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type code for the level of damage sustained to the dwelling</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Affected">
<xs:annotation>
<xs:documentation>
Affected</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Destroyed">
<xs:annotation>
<xs:documentation>
Destroyed</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Inaccessible">
<xs:annotation>
<xs:documentation>
Inaccessible</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Major">
<xs:annotation>
<xs:documentation>
Major</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Minor">
<xs:annotation>
<xs:documentation>
Minor</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>