mmucc:VehicleBodyCategoryCodeSimpleType

simpleType VehicleBodyCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.1/

Definition

A data type for a category indicating the general configuration or shape of a motor vehicle distinguished by characteristics such as number of doors, rows of seats, windows, or roof line.

Diagram

Enumerations

ValueDefinition
1Passenger Car
14(Sport) Utility Vehicle
20Passenger Van
21Cargo Van (10,000 lbs GVWR or less)
30Pickup
45Other Light Trucks (10,000 lbs GVWR or less)
50School Bus
52Transit Bus
58Other Bus
65Motorcoach
73Motor Home
78Medium/Heavy Trucks (more than 10,000 lbs GVWR)
80Motorcycle
81Moped
90All Terrain Vehicle (ATV)
91Snowmobile
94Low Speed Vehicle
95Golf Cart
97Other

XML Schema

<xs:simpleType name="VehicleBodyCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a category indicating the general configuration or shape of a motor vehicle distinguished by characteristics such as number of doors, rows of seats, windows, or roof line.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Passenger Car
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="14">
<xs:annotation>
<xs:documentation>
(Sport) Utility Vehicle
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="20">
<xs:annotation>
<xs:documentation>
Passenger Van
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="21">
<xs:annotation>
<xs:documentation>
Cargo Van (10,000 lbs GVWR or less)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="30">
<xs:annotation>
<xs:documentation>
Pickup
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="45">
<xs:annotation>
<xs:documentation>
Other Light Trucks (10,000 lbs GVWR or less)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="50">
<xs:annotation>
<xs:documentation>
School Bus
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="52">
<xs:annotation>
<xs:documentation>
Transit Bus
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="58">
<xs:annotation>
<xs:documentation>
Other Bus
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="65">
<xs:annotation>
<xs:documentation>
Motorcoach
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="73">
<xs:annotation>
<xs:documentation>
Motor Home
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="78">
<xs:annotation>
<xs:documentation>
Medium/Heavy Trucks (more than 10,000 lbs GVWR)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="80">
<xs:annotation>
<xs:documentation>
Motorcycle
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="81">
<xs:annotation>
<xs:documentation>
Moped
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="90">
<xs:annotation>
<xs:documentation>
All Terrain Vehicle (ATV)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="91">
<xs:annotation>
<xs:documentation>
Snowmobile
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="94">
<xs:annotation>
<xs:documentation>
Low Speed Vehicle
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="95">
<xs:annotation>
<xs:documentation>
Golf Cart
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="97">
<xs:annotation>
<xs:documentation>
Other
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>