<xsd:simpleType name="DriverLicenseWithdrawalEligibilityCodeSimpleType">
<xsd:annotation>
<xsd:documentation>A data type for when a driver may be eligible to apply for reinstatement of driving privileges that have been withdrawn.</xsd:documentation>
<xsd:appinfo>
<i:Base i:namespace="http://niem.gov/niem/structures/2.0" i:name="Object" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Date">
<xsd:annotation>
<xsd:documentation>A person will become eligible to apply for reinstatement of those driving privileges withdrawn on a given date.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Indefinite">
<xsd:annotation>
<xsd:documentation>It has not yet been determined when or if a person will be eligible to apply for reinstatement of those driving privileges withdrawn.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Permanent">
<xsd:annotation>
<xsd:documentation>A person will never be eligible to apply for reinstatement of those driving privileges withdrawn.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|