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
Value | Definition |
COMMERCIAL_BUSINESS | Commercial_Business (store, restaurant, office building, etc.) |
INDUSTRIAL_MANUFACTURING | Industrial_Manufacturing (factory, plant, assembly line, etc.) |
OTHER_STRUCTURE | Other_Structure (Any structure not fitting the other Structure definitions, e.g., building under construction, monument, etc) |
PUBLIC_COMMUNITY | Public_Community (college, passenger terminal, court house, fire dept, religious structure, arena, meeting hall, etc.) |
RESIDENTIAL_NONSINGLE OCCUPANCY | 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) |
RESIDENTIAL_SINGLE OCCUPANCY | Residential_Single Occupancy (house, townhouse, mobile home, or other private dwellings occupied by a single person, family, housemates, or other group) |
STORAGE | Storage (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:restriction base="xs:token">
<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>