aamva_d20:DriverLicenseMedicalSelfCertificationCodeSimpleType
simpleType DriverLicenseMedicalSelfCertificationCodeSimpleType in namespace http://release.niem.gov/niem/codes/aamva_d20/4.0/
Definition
A data type for a driver's self certification of the commercial driver's status regarding 49 CFR 390.3 and the type of driving.
Diagram
Enumerations
Value | Definition |
EA | Excepted Intrastate |
EI | Excepted Interstate |
NA | Non-excepted Intrastate |
NI | Non-excepted Interstate |
XML Schema
<xs:simpleType name="DriverLicenseMedicalSelfCertificationCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a driver's self certification of the commercial driver's status regarding 49 CFR 390.3 and the type of driving.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="EA">
<xs:annotation>
<xs:documentation>
Excepted Intrastate</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="EI">
<xs:annotation>
<xs:documentation>
Excepted Interstate</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NA">
<xs:annotation>
<xs:documentation>
Non-excepted Intrastate</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NI">
<xs:annotation>
<xs:documentation>
Non-excepted Interstate</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>