mmucc:MotorCarrierIdentificationCategoryCodeSimpleType

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

Definition

A data type motor carrier identification category

Diagram

Enumerations

ValueDefinition
1Interstate Carrier
2Intrastate Carrier
3Not in Commerce/Government
4Not in Commerce/Other Truck

XML Schema

<xs:simpleType name="MotorCarrierIdentificationCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type motor carrier identification category
</xs:documentation>
</xs:annotation>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Interstate Carrier
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Intrastate Carrier
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
Not in Commerce/Government
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
Not in Commerce/Other Truck
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>