j:LienType

complexType LienType in namespace http://release.niem.gov/niem/domains/jxdm/7.0/

Definition

A data type for a legal encumbrance placed on a property item.

Diagram

XML Schema

<xs:complexType name="LienType">
<xs:annotation>
<xs:documentation>
A data type for a legal encumbrance placed on a property item.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:LienAmount" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:LienDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:LienReleaseDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:LienReleaseReasonAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:LienAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>