ndex:StructureOccupiedCodeSimpleType

simpleType StructureOccupiedCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.2/

Definition

A data type for a code that characterizes structural occupancy.

Diagram

Enumerations

ValueDefinition
ABANDONEDAbandoned
INHABITEDInhabited
NOT NORMALLY USEDNot normally used
OCCUPIEDOccupied
UNINHABITEDUninhabited
VACANTVacant

XML Schema

<xs:simpleType name="StructureOccupiedCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that characterizes structural occupancy.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="ABANDONED">
<xs:annotation>
<xs:documentation>
Abandoned
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="INHABITED">
<xs:annotation>
<xs:documentation>
Inhabited
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NOT NORMALLY USED">
<xs:annotation>
<xs:documentation>
Not normally used
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OCCUPIED">
<xs:annotation>
<xs:documentation>
Occupied
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UNINHABITED">
<xs:annotation>
<xs:documentation>
Uninhabited
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="VACANT">
<xs:annotation>
<xs:documentation>
Vacant
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>