ndex:StructureResidentialNonSingleOccupancyCategoryCodeSimpleType
simpleType StructureResidentialNonSingleOccupancyCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.2/
Definition
A data type for a code that identifies a structure of residence that does not meet the definition of Single Occupancy.
Diagram
Enumerations
Value | Definition |
APARTMENT | Apartment |
BOARDING HOUSE | Boarding House |
CONDO | Condo |
CONVALESCENT_HOME | Convalescent_Home |
DORMITORY | Dormitory |
DUPLEX | Duplex |
FLAT | Flat |
HOTEL | Hotel |
INN | Inn |
MOTEL | Motel |
NURSING_HOME | Nursing_Home |
TENEMENT | Tenement |
TOWNHOUSE | Townhouse |
XML Schema
<xs:simpleType name="StructureResidentialNonSingleOccupancyCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies a structure of residence that does not meet the definition of Single Occupancy.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="APARTMENT">
<xs:annotation>
<xs:documentation>
Apartment</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BOARDING HOUSE">
<xs:annotation>
<xs:documentation>
Boarding House</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CONDO">
<xs:annotation>
<xs:documentation>
Condo</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CONVALESCENT_HOME">
<xs:annotation>
<xs:documentation>
Convalescent_Home</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DORMITORY">
<xs:annotation>
<xs:documentation>
Dormitory</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DUPLEX">
<xs:annotation>
<xs:documentation>
Duplex</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FLAT">
<xs:annotation>
<xs:documentation>
Flat</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HOTEL">
<xs:annotation>
<xs:documentation>
Hotel</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="INN">
<xs:annotation>
<xs:documentation>
Inn</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MOTEL">
<xs:annotation>
<xs:documentation>
Motel</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NURSING_HOME">
<xs:annotation>
<xs:documentation>
Nursing_Home</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TENEMENT">
<xs:annotation>
<xs:documentation>
Tenement</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TOWNHOUSE">
<xs:annotation>
<xs:documentation>
Townhouse</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>