j:MotorCarrierCategoryCodeSimpleType

simpleType MotorCarrierCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/jxdm/6.2/

Definition

A data type for a code set that categorizes a USDOT Number holder.

Diagram

Enumerations

ValueDefinition
BBoth (Carrier and Shipper), meaning that the entity is both a carrier and a shipper
CCarrier, meaning that the entity is a carrier
RRegistrant, meaning that the entity is not carrier but has registered one or more vehicles in a PRISM State. (Generally, the entity or his vehicles are leased onto an authorized carrier).
SShipper, meaning that the entity is a shipper

XML Schema

<xs:simpleType name="MotorCarrierCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code set that categorizes a USDOT Number holder.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="B">
<xs:annotation>
<xs:documentation>
Both (Carrier and Shipper), meaning that the entity is both a carrier and a shipper
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="C">
<xs:annotation>
<xs:documentation>
Carrier, meaning that the entity is a carrier
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="R">
<xs:annotation>
<xs:documentation>
Registrant, meaning that the entity is not carrier but has registered one or more vehicles in a PRISM State. (Generally, the entity or his vehicles are leased onto an authorized carrier).
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="S">
<xs:annotation>
<xs:documentation>
Shipper, meaning that the entity is a shipper
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>