em:AffectedQualifierCodeSimpleType
simpleType AffectedQualifierCodeSimpleType 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 affected
Diagram
Enumerations
Value | Definition |
AffectedCosmetic | Cosmetic damage such as paint discoloration, loose siding, screens, gutters, etc. |
AffectedLandscaping | Damage to landscaping, retaining walls, or downed trees that do not affect access to the residence or has not collapse into residence. |
AffectedRoof | Partially missing shingles or siding (non-continuous/sporadic), but roof structure is intact. |
AffectedStructure | Damage to an attached structure such as a porch, carport, garage, or outbuilding not for commercial use. |
AffectedWater | Any water line in the crawl space or basement when essential living space or mechanical components are not damaged or submerged. |
Other | Other |
XML Schema
<xs:simpleType name="AffectedQualifierCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type code to classify the various causes for a dwelling being assessed as affected</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="AffectedCosmetic">
<xs:annotation>
<xs:documentation>
Cosmetic damage such as paint discoloration, loose siding, screens, gutters, etc.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="AffectedLandscaping">
<xs:annotation>
<xs:documentation>
Damage to landscaping, retaining walls, or downed trees that do not affect access to the residence or has not collapse into residence.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="AffectedRoof">
<xs:annotation>
<xs:documentation>
Partially missing shingles or siding (non-continuous/sporadic), but roof structure is intact.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="AffectedStructure">
<xs:annotation>
<xs:documentation>
Damage to an attached structure such as a porch, carport, garage, or outbuilding not for commercial use.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="AffectedWater">
<xs:annotation>
<xs:documentation>
Any water line in the crawl space or basement when essential living space or mechanical components are not damaged or submerged.</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>