ndex:VSTCategoryCodeSimpleType
simpleType VSTCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.2/
Definition
A data type for a kind of general style of a vehicle.
Diagram
Enumerations
Value | Definition |
AUTOMOBILE | Motor vehicles that serve the primary purpose of transporting people , e.g., sedans, coupes, station wagons, convertibles, taxicabs, etc. (excludes buses) |
BUS | Motor vehicles that are specifically designed, but not necessarily used, to transport groups of people. |
FARM_EQUIPMENT | Equipment used to support agricultural production, e.g., tractors, combines, etc. |
HEAVY_EQUIPMENT | Industrial equipment, e.g., cranes, bulldozers, steamrollers, oil-drilling rigs, etc. |
OTHER_MOTOR_VEHICLE | Motor vehicles that do not fit other category definitions, e.g., motor cycles, snowmobiles, golf carts, motorized toys, motorized wheelchairs, etc. |
RECREATIONAL | 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. |
TRAILER | A vehicle attached to another vehicle, used especially in hauling freight. |
TRUCK | Motor 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 kind of general style of a vehicle.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<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>