j:DriverLicenseREALIDComplianceCodeSimpleType
simpleType DriverLicenseREALIDComplianceCodeSimpleType in namespace http://release.niem.gov/niem/domains/jxdm/6.2/
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
Value | Definition |
F | Fully Compliant |
M | Materially Compliant |
N | Non-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:restriction base="xs:token">
<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>