lexsdigest:EmailExchangeAssociation
A relationship reflecting an email exchange, which may include references to the people, organizations, and email addresses involved. The exchange may involve multiple email messages, or may be used to represent a single email message when it is not known who is the originator versus the receiver.
Element information
Namespace: http://lexs.gov/digest/4.0
Schema document: lexs.gov/lexs-digest/4.0/lexs-digest.xsd
Type: lexsdigest:EmailExchangeAssociationType
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:EmailExchangeParticipant [2..*]An email exchange participant.
- lexsdigest:ExchangeFrequencyText [0..1]A telephone call or an email exchange frequency.
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:EmailExchangeAssociation> <nc:AssociationBeginDate> <nc:Date>1967-08-13</nc:Date> </nc:AssociationBeginDate> <nc:AssociationEndDate> <nc:Date>1968-08-13</nc:Date> </nc:AssociationEndDate> <lexsdigest:EmailExchangeParticipant> <nc:Entity> <nc:EntityPersonReference s:ref="Person1"/> </nc:Entity> <lexsdigest:EmailAddressReference s:ref="Email2"/> </lexsdigest:EmailExchangeParticipant> <lexsdigest:EmailExchangeParticipant> <nc:Entity> <nc:EntityOrganizationReference s:ref="Org2"/> </nc:Entity> <lexsdigest:EmailAddressReference s:ref="Email1"/> </lexsdigest:EmailExchangeParticipant> <lexsdigest:ExchangeFrequencyText>Monthly</lexsdigest:ExchangeFrequencyText> </lexsdigest:EmailExchangeAssociation>