ndex:LocationGeneralCategoryCodeSimpleType

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

Definition

A data type for a code that identifies the general type of location.

Diagram

Enumerations

ValueDefinition
CommercialCommercial (The characterization of a location_area where goods or services are exchanged for profit, e.g., store, restaurant, office building, daycare, financial institution, hotel, etc.)
IndustrialIndustrial (The characterization of a location_area where goods are created or assembled using mechanical equipment, e.g., factory, plant, mine, assembly line.)
Open AreaOpen Area (The characterization of a location_area with little to no building structures, e.g., field, camp, woods, lake, right of way, cemetary, etc.)
Public_Non ResidentialPublic_Non Residential (The characterization of a location_area open to the public and_or maintained using tax dollars, e.g., school, medical center, terminal, government building, fire department, religious building, meeting hall.)
ResidentialResidential (The characterization of a location_area where persons or groups of persons reside, e.g., house, townhouse, mobile home, etc.)
UnknownUnknown

XML Schema

<xs:simpleType name="LocationGeneralCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies the general type of location.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Commercial">
<xs:annotation>
<xs:documentation>
Commercial (The characterization of a location_area where goods or services are exchanged for profit, e.g., store, restaurant, office building, daycare, financial institution, hotel, etc.)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Industrial">
<xs:annotation>
<xs:documentation>
Industrial (The characterization of a location_area where goods are created or assembled using mechanical equipment, e.g., factory, plant, mine, assembly line.)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Open Area">
<xs:annotation>
<xs:documentation>
Open Area (The characterization of a location_area with little to no building structures, e.g., field, camp, woods, lake, right of way, cemetary, etc.)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Public_Non Residential">
<xs:annotation>
<xs:documentation>
Public_Non Residential (The characterization of a location_area open to the public and_or maintained using tax dollars, e.g., school, medical center, terminal, government building, fire department, religious building, meeting hall.)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Residential">
<xs:annotation>
<xs:documentation>
Residential (The characterization of a location_area where persons or groups of persons reside, e.g., house, townhouse, mobile home, etc.)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unknown">
<xs:annotation>
<xs:documentation>
Unknown
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>