mmucc:DriverLicenseClassCodeSimpleType

simpleType DriverLicenseClassCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/5.0/

Definition

A data type for a kind of License assigned by authorizing agent issuing a driver license to the individual.

Diagram

Enumerations

ValueDefinition
NNone
NANone/Not Applicable
NANot Applicable
RAny regular or standard driver's license issued for the operation of automobiles and light trucks by States that separate these vehicles from Class "C". Other class designation codes such as "D", "R" and others may be used by States to indicate a regular driver's license class.

XML Schema

<xs:simpleType name="DriverLicenseClassCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of License assigned by authorizing agent issuing a driver license to the individual.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="N">
<xs:annotation>
<xs:documentation>
None
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NA">
<xs:annotation>
<xs:documentation>
None/Not Applicable
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NA">
<xs:annotation>
<xs:documentation>
Not Applicable
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="R">
<xs:annotation>
<xs:documentation>
Any regular or standard driver's license issued for the operation of automobiles and light trucks by States that separate these vehicles from Class "C". Other class designation codes such as "D", "R" and others may be used by States to indicate a regular driver's license class.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>