j:DriverLicenseREALIDComplianceCodeSimpleType

simpleType DriverLicenseREALIDComplianceCodeSimpleType in namespace http://release.niem.gov/niem/domains/jxdm/6.0/

Definition

A data type for a code set that is an indication of the degree to which a driver license or ID Card is compliant with the REAL ID Act.

Diagram

Enumerations

ValueDefinition
FFully Compliant
MMaterially Compliant
NNon-compliant

XML Schema

<xs:simpleType name="DriverLicenseREALIDComplianceCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code set that is an indication of the degree to which a driver license or ID Card is compliant with the REAL ID Act.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="F">
<xs:annotation>
<xs:documentation>
Fully Compliant
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="M">
<xs:annotation>
<xs:documentation>
Materially Compliant
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="N">
<xs:annotation>
<xs:documentation>
Non-compliant
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>