aamva_d20:DriverLicenseMedicalCertificationStatusCodeSimpleType
simpleType DriverLicenseMedicalCertificationStatusCodeSimpleType in namespace http://release.niem.gov/niem/codes/aamva_d20/4.0/
Definition
A data type for an indication of the status of a driver's medical certification.
Diagram
Enumerations
Value | Definition |
C | The driver is certified. |
N | The driver is not certified. |
XML Schema
<xs:simpleType name="DriverLicenseMedicalCertificationStatusCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for an indication of the status of a driver's medical certification.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="C">
<xs:annotation>
<xs:documentation>
The driver is certified.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="N">
<xs:annotation>
<xs:documentation>
The driver is not certified.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>