aamva_d20:LienReleaseReasonCodeSimpleType

simpleType LienReleaseReasonCodeSimpleType in namespace http://release.niem.gov/niem/codes/aamva_d20/5.0/

Definition

A data type for reasons a legal encumbrance may be removed from a property.

Diagram

Enumerations

ValueDefinition
01Lien paid off.
02Vehicle repossessed.
03Lien perfected in error (lienholder has no interest in the vehicle).
04Paper title requested.
05Lien paid off with no title printed.

XML Schema

<xs:simpleType name="LienReleaseReasonCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for reasons a legal encumbrance may be removed from a property.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="01">
<xs:annotation>
<xs:documentation>
Lien paid off.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="02">
<xs:annotation>
<xs:documentation>
Vehicle repossessed.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="03">
<xs:annotation>
<xs:documentation>
Lien perfected in error (lienholder has no interest in the vehicle).
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="04">
<xs:annotation>
<xs:documentation>
Paper title requested.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="05">
<xs:annotation>
<xs:documentation>
Lien paid off with no title printed.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>