j:LienHolderType

complexType LienHolderType in namespace http://release.niem.gov/niem/domains/jxdm/6.1/

Definition

A data type for an entity that has a security interest on a property item.

Diagram

XML Schema

<xs:complexType name="LienHolderType">
<xs:annotation>
<xs:documentation>
A data type for an entity that has a security interest on a property item.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:Lien" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:RoleOfOrganization" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:RoleOfPerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:LienHolderAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>