ndex:StructureCategoryCodeSimpleType

simpleType StructureCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.0/

Definition

A data type for a code that identifies a type of structure.

Diagram

Enumerations

ValueDefinition
COMMERCIAL_BUSINESSCommercial_Business (store, restaurant, office building, etc.)
INDUSTRIAL_MANUFACTURINGIndustrial_Manufacturing (factory, plant, assembly line, etc.)
OTHER_STRUCTUREOther_Structure (Any structure not fitting the other Structure definitions, e.g., building under construction, monument, etc)
PUBLIC_COMMUNITYPublic_Community (college, passenger terminal, court house, fire dept, religious structure, arena, meeting hall, etc.)
RESIDENTIAL_NONSINGLE OCCUPANCYResidential_Nonsingle Occupancy (A structure of residence that does not meet the description of Single Occupancy, e.g., apartment, tenements, flats, as well as temporary living quarters, e.g., hotels)
RESIDENTIAL_SINGLE OCCUPANCYResidential_Single Occupancy (house, townhouse, mobile home, or other private dwellings occupied by a single person, family, housemates, or other group)
STORAGEStorage (barns, garages, storehouses, warehouses, etc)

XML Schema

<xs:simpleType name="StructureCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies a type of structure.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="COMMERCIAL_BUSINESS">
<xs:annotation>
<xs:documentation>
Commercial_Business (store, restaurant, office building, etc.)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="INDUSTRIAL_MANUFACTURING">
<xs:annotation>
<xs:documentation>
Industrial_Manufacturing (factory, plant, assembly line, etc.)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OTHER_STRUCTURE">
<xs:annotation>
<xs:documentation>
Other_Structure (Any structure not fitting the other Structure definitions, e.g., building under construction, monument, etc)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PUBLIC_COMMUNITY">
<xs:annotation>
<xs:documentation>
Public_Community (college, passenger terminal, court house, fire dept, religious structure, arena, meeting hall, etc.)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RESIDENTIAL_NONSINGLE OCCUPANCY">
<xs:annotation>
<xs:documentation>
Residential_Nonsingle Occupancy (A structure of residence that does not meet the description of Single Occupancy, e.g., apartment, tenements, flats, as well as temporary living quarters, e.g., hotels)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RESIDENTIAL_SINGLE OCCUPANCY">
<xs:annotation>
<xs:documentation>
Residential_Single Occupancy (house, townhouse, mobile home, or other private dwellings occupied by a single person, family, housemates, or other group)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="STORAGE">
<xs:annotation>
<xs:documentation>
Storage (barns, garages, storehouses, warehouses, etc)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>