lexsdigest:PawnItemReclaimAssociation
A relationship involving a pawn shop, pawned item(s) being reclaimed, and a person reclaiming the pawned item(s).
Element information
Namespace: http://lexs.gov/digest/4.0
Schema document: lexs.gov/lexs-digest/4.0/lexs-digest.xsd
Type: lexsdigest:PawnAssociationType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:AssociationBeginDate [0..1]A date an association begins.
- nc:AssociationEndDate [0..1]A date an association ends.
- lexsdigest:PawnShopReference [0..1]A pawn shop.
- lexsdigest:PawnerPersonReference [0..1]A person who pawns an item.
- nc:ItemReference [0..*]An article or thing.
- lexsdigest:TransactionDescriptionText [0..1]A description of a transaction.
from type nc:AssociationType
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
- Type lexsdigest:EntityAssociationsType (Element lexsdigest:Associations)
Sample instance
<lexsdigest:PawnItemReclaimAssociation> <nc:AssociationBeginDate> <nc:Date>1968-11-03</nc:Date> </nc:AssociationBeginDate> <nc:AssociationEndDate> <nc:Date>1969-12-02</nc:Date> </nc:AssociationEndDate> <lexsdigest:PawnShopReference s:ref="Org2"/> <lexsdigest:PawnerPersonReference s:ref="Person1"/> <nc:ItemReference s:ref="Item1"/> <lexsdigest:TransactionDescriptionText>Tried to reclaim item, but not enough money</lexsdigest:TransactionDescriptionText> </lexsdigest:PawnItemReclaimAssociation>