aamva_d20:LienReleaseReasonCodeSimpleType
simpleType LienReleaseReasonCodeSimpleType in namespace http://release.niem.gov/niem/codes/aamva_d20/4.0/
Definition
A data type for reasons a legal encumbrance may be removed from a property.
Diagram
Enumerations
Value | Definition |
01 | Lien paid off. |
02 | Vehicle repossessed. |
03 | Lien perfected in error (lienholder has no interest in the vehicle). |
04 | Paper title requested. |
05 | Lien 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:restriction base="xs:token">
<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>