em:DwellingCategoryCodeSimpleType

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

Definition

A data type code for the types of dwellings assessed for Indivisual Assistence

Diagram

Enumerations

ValueDefinition
ManufacturedHomeManufactured Home
MultiFamilyMulti-Family
SingleFamilySingle Family

XML Schema

<xs:simpleType name="DwellingCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type code for the types of dwellings assessed for Indivisual Assistence
</xs:documentation>
</xs:annotation>
<xs:enumeration value="ManufacturedHome">
<xs:annotation>
<xs:documentation>
Manufactured Home
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MultiFamily">
<xs:annotation>
<xs:documentation>
Multi-Family
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SingleFamily">
<xs:annotation>
<xs:documentation>
Single Family
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>