ndex:VSTCategoryCodeSimpleType

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

Definition

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

Diagram

Enumerations

ValueDefinition
AUTOMOBILEMotor vehicles that serve the primary purpose of transporting people , e.g., sedans, coupes, station wagons, convertibles, taxicabs, etc. (excludes buses)
BUSMotor vehicles that are specifically designed, but not necessarily used, to transport groups of people.
FARM EQUIPMENTEquipment used to support agricultural production, e.g., tractors, combines, etc.
HEAVY EQUIPMENTIndustrial equipment, e.g., cranes, bulldozers, steamrollers, oil-drilling rigs, etc.
OTHER MOTOR VEHICLEMotor vehicles that do not fit other category definitions, e.g., motor cycles, snowmobiles, golf carts, motorized toys, motorized wheelchairs, etc.
RECREATIONALMotor vehicles that are specifically designed, but not necessarily used, to transport people and also provide them temporary lodging for recreational purposes, e.g., motor home.
TRAILERA vehicle attached to another vehicle, used especially in hauling freight.
TRUCKMotor vehicles which are specifically designed, but not necessarily used, to transport cargo, e.g., pickup, tanker, fire truck, ambulance, etc.

XML Schema

<xs:simpleType name="VSTCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies the general style of vehicle.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="AUTOMOBILE">
<xs:annotation>
<xs:documentation>
Motor vehicles that serve the primary purpose of transporting people , e.g., sedans, coupes, station wagons, convertibles, taxicabs, etc. (excludes buses)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BUS">
<xs:annotation>
<xs:documentation>
Motor vehicles that are specifically designed, but not necessarily used, to transport groups of people.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FARM EQUIPMENT">
<xs:annotation>
<xs:documentation>
Equipment used to support agricultural production, e.g., tractors, combines, etc.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HEAVY EQUIPMENT">
<xs:annotation>
<xs:documentation>
Industrial equipment, e.g., cranes, bulldozers, steamrollers, oil-drilling rigs, etc.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OTHER MOTOR VEHICLE">
<xs:annotation>
<xs:documentation>
Motor vehicles that do not fit other category definitions, e.g., motor cycles, snowmobiles, golf carts, motorized toys, motorized wheelchairs, etc.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RECREATIONAL">
<xs:annotation>
<xs:documentation>
Motor vehicles that are specifically designed, but not necessarily used, to transport people and also provide them temporary lodging for recreational purposes, e.g., motor home.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TRAILER">
<xs:annotation>
<xs:documentation>
A vehicle attached to another vehicle, used especially in hauling freight.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TRUCK">
<xs:annotation>
<xs:documentation>
Motor vehicles which are specifically designed, but not necessarily used, to transport cargo, e.g., pickup, tanker, fire truck, ambulance, etc.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>