nc:Lien
A legal encumbrance placed 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:LienType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:LienAmount [0..*] A monetary amount representing a legal encumbrance placed on a property.
- nc:LienDate [0..*] A date a lien was placed on a property item.
- nc:LienReleaseDate [0..*] A date a legal encumbrance is removed from a property item.
- Choice [0..*]
- nc:LienReleaseReasonCode A reason a legal encumbrance is removed from a property item.
- nc:LienReleaseReasonText A reason a legal encumbrance is removed from a property item.
from subst. group nc:LienReleaseReason
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 |
Used in
- NIEM reference target from nc:LienReference
- Type nc:LienHolderType (Element nc:LienHolder)
- Type nc:ItemTitleType (Elements j:JurisdictionTitle, j:PersonIssuedPropertyRegistrationTitle, j:PersonIssuedPropertyTitle, nc:ItemTitle, nc:Title, nc:VehicleTitle)
Sample instance
<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>