ndex:StructureResidentialSingleOccupancyCategoryCodeSimpleType
simpleType StructureResidentialSingleOccupancyCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.2/
Definition
A data type for a code that identifies a private structure of residence by a single person, family, or other group (housemates).
Diagram
Enumerations
Value | Definition |
AIRPLANE_AFFIXED | Airplane_Affixed (No longer designed to transport people) |
BOAT_AFFIXED | Boat_Affixed (No longer designed to transport people) |
DUPLEX | Duplex |
HOUSE | House |
MOBILE HOME | Mobile Home |
RV_AFFIXED | RV_Affixed (No longer designed to transport people) |
TOWNHOUSE | Townhouse |
VAN_AFFIXED | Van_Affixed (No longer designed to transport people) |
XML Schema
<xs:simpleType name="StructureResidentialSingleOccupancyCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies a private structure of residence by a single person, family, or other group (housemates).</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="AIRPLANE_AFFIXED">
<xs:annotation>
<xs:documentation>
Airplane_Affixed (No longer designed to transport people)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BOAT_AFFIXED">
<xs:annotation>
<xs:documentation>
Boat_Affixed (No longer designed to transport people)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DUPLEX">
<xs:annotation>
<xs:documentation>
Duplex</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HOUSE">
<xs:annotation>
<xs:documentation>
House</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MOBILE HOME">
<xs:annotation>
<xs:documentation>
Mobile Home</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RV_AFFIXED">
<xs:annotation>
<xs:documentation>
RV_Affixed (No longer designed to transport people)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TOWNHOUSE">
<xs:annotation>
<xs:documentation>
Townhouse</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="VAN_AFFIXED">
<xs:annotation>
<xs:documentation>
Van_Affixed (No longer designed to transport people)</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>