em:DamageAssessmentLevelCodeSimpleType

simpleType DamageAssessmentLevelCodeSimpleType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.0/

Definition

A data type code for the level of damage sustained to the dwelling

Diagram

Enumerations

ValueDefinition
AffectedAffected
DestroyedDestroyed
InaccessibleInaccessible
MajorMajor
MinorMinor

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: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>