mmucc:VehicleGrossAndCombinationWeightRatingCodeSimpleType
simpleType VehicleGrossAndCombinationWeightRatingCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.1/
Definition
A data type for the amount recommended by the manufacturer as the upper limit to the operational weight for a motor vehicle and any cargo (human or other) to be carried and the sum of all GVWRs for each unit in a combination unit motor vehicle.
Diagram
Enumerations
Value | Definition |
0 | Not Applicable |
1 | 10,000 lbs. or less |
2 | 10,001 lbs - 26,000 lbs |
3 | 26,001 lbs. or more |
8 | Not Reported |
9 | Unknown |
XML Schema
<xs:simpleType name="VehicleGrossAndCombinationWeightRatingCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the amount recommended by the manufacturer as the upper limit to the operational weight for a motor vehicle and any cargo (human or other) to be carried and the sum of all GVWRs for each unit in a combination unit 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>
10,000 lbs. or less</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
10,001 lbs - 26,000 lbs</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
26,001 lbs. or more</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="8">
<xs:annotation>
<xs:documentation>
Not Reported</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="9">
<xs:annotation>
<xs:documentation>
Unknown</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>