lexsdigest:PhysicalMailAssociation
A relationship between a sender and recipient of one or more pieces of physical mail (not email).
Element information
Namespace: http://lexs.gov/digest/4.0
Schema document: lexs.gov/lexs-digest/4.0/lexs-digest.xsd
Type: lexsdigest:PhysicalMailAssociationType
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:RecipientEntity [0..2]A recipient person, organization, or thing.
- lexsdigest:RecipientLocationReference [0..1]A location of the recipient.
- lexsdigest:SenderEntity [0..2]A sender person, organization, or thing.
- lexsdigest:SenderLocationReference [0..1]A location of the sender.
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:PhysicalMailAssociation> <nc:AssociationBeginDate> <nc:YearMonth>1962-06</nc:YearMonth> </nc:AssociationBeginDate> <nc:AssociationEndDate> <nc:Date>1973-11-01</nc:Date> </nc:AssociationEndDate> <lexsdigest:RecipientEntity> <nc:EntityPersonReference s:ref="Person3"/> </lexsdigest:RecipientEntity> <lexsdigest:RecipientLocationReference s:ref="Location1"/> <lexsdigest:SenderEntity> <nc:EntityPersonReference s:ref="Person1"/> </lexsdigest:SenderEntity> <lexsdigest:SenderEntity> <nc:EntityOrganizationReference s:ref="Org2"/> </lexsdigest:SenderEntity> <lexsdigest:SenderLocationReference s:ref="Location2"/> </lexsdigest:PhysicalMailAssociation>