Definition Type: SimpleType
Name: DriverLicenseWithdrawalEligibilityCodeSimpleType
Namespace: http://niem.gov/niem/ansi_d20/2.0
Containing Schema: ansi_d20.xsd
Documentation:
A data type for when a driver may be eligible to apply for reinstatement of driving privileges that have been withdrawn.
Collapse XSD Schema Diagram:
XSD Diagram of DriverLicenseWithdrawalEligibilityCodeSimpleType in schema ansi_d20_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration Date
Enumeration Indefinite
Enumeration Permanent
Collapse Derivation Tree:
Collapse References:
ansi_d20:DriverLicenseWithdrawalEligibilityCodeType