nc:LienHolder
An entity that has a security interest on a property item.
Element information
Namespace: http://niem.gov/niem/niem-core/2.0
Schema document: niem-core/2.0/niem-core.xsd
Type: nc:LienHolderType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:Lien [0..*] A legal encumbrance placed on a property item.
- nc:RoleOfOrganizationReference [0..*] An organization of whom the role object is a function.
- nc:RoleOfPersonReference [0..*] A person of whom the role object is a function.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Sample instance
<nc:LienHolder> <nc:Lien> <nc:LienAmount>1.0</nc:LienAmount> <nc:LienDate> <nc:Date>2000-01-01</nc:Date> </nc:LienDate> <nc:LienReleaseDate> <nc:Date>2000-01-01</nc:Date> </nc:LienReleaseDate> <nc:LienReleaseReasonCode>01</nc:LienReleaseReasonCode> </nc:Lien> <nc:RoleOfOrganizationReference/> <nc:RoleOfPersonReference/> </nc:LienHolder>