mmucc:CommercialVehicleConfigurationCodeSimpleType
simpleType CommercialVehicleConfigurationCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.1/
Definition
A data type for a general configuration of a motor vehicle.
Diagram
Enumerations
Value | Definition |
0 | Not Applicable |
1 | Single-Unit Truck (2- axle and GVWR more than 10,000 lbs) |
10 | Vehicle 10,000 pounds or less placarded for hazardous materials |
19 | Truck More Than 10,000 lbs, Cannot Classify |
2 | Single-Unit Truck (3 or more axles) |
20 | Bus/Large Van (seats for 9-15 occupants, including driver) |
21 | Bus (seats for more than 15 occupants, including driver) |
4 | Truck Pulling Trailer(s) |
5 | Truck Tractor (Bobtail) |
6 | Truck Tractor/Semi-Trailer |
7 | Truck Tractor/Double |
8 | Truck Tractor/Triple |
99 | Unknown |
XML Schema
<xs:simpleType name="CommercialVehicleConfigurationCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a general configuration of a motor vehicle.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
Not Applicable</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Single-Unit Truck (2- axle and GVWR more than 10,000 lbs)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="10">
<xs:annotation>
<xs:documentation>
Vehicle 10,000 pounds or less placarded for hazardous materials</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="19">
<xs:annotation>
<xs:documentation>
Truck More Than 10,000 lbs, Cannot Classify</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Single-Unit Truck (3 or more axles)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="20">
<xs:annotation>
<xs:documentation>
Bus/Large Van (seats for 9-15 occupants, including driver)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="21">
<xs:annotation>
<xs:documentation>
Bus (seats for more than 15 occupants, including driver)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
Truck Pulling Trailer(s)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="5">
<xs:annotation>
<xs:documentation>
Truck Tractor (Bobtail)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="6">
<xs:annotation>
<xs:documentation>
Truck Tractor/Semi-Trailer</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="7">
<xs:annotation>
<xs:documentation>
Truck Tractor/Double</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="8">
<xs:annotation>
<xs:documentation>
Truck Tractor/Triple</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="99">
<xs:annotation>
<xs:documentation>
Unknown</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>