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
Value | Definition |
Commercial | 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.) |
Industrial | Industrial (The characterization of a location_area where goods are created or assembled using mechanical equipment, e.g., factory, plant, mine, assembly line.) |
Open Area | 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.) |
Public_Non Residential | 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.) |
Residential | Residential (The characterization of a location_area where persons or groups of persons reside, e.g., house, townhouse, mobile home, etc.) |
Unknown | Unknown |
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:restriction base="xs:token">
<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>