Schema Central  >  LEXS 4.0  >  lexs-digest.xsd  >  lexsdigest:EmailExchangeAssociation
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

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

Attributes

NameOccTypeDescriptionNotes
s:id [0..1]xsd:IDfrom type s:ComplexObjectType
s:metadata [0..1]xsd:IDREFSfrom type s:ComplexObjectType
s:linkMetadata [0..1]xsd:IDREFSfrom type s:ComplexObjectType

Used in

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>