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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

lexsdigest:EmailExchangeParticipant

An email exchange participant.

Element information

Namespace: http://lexs.gov/digest/4.0

Schema document: lexs.gov/lexs-digest/4.0/lexs-digest.xsd

Type: lexsdigest:EmailExchangeParticipantType

Properties: Global, Qualified, Nillable

Content

  • Sequence [1..1]
    1. nc:Entity [0..1]A person, organization, or thing capable of bearing legal rights and responsibilities.
    2. lexsdigest:EmailAddressReference [1..*]An email address by which a person or organization may be contacted.

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:EmailExchangeParticipant>
   <nc:Entity>
      <nc:EntityPersonReference s:ref="Person1"/>
   </nc:Entity>
   <lexsdigest:EmailAddressReference s:ref="Email2"/>
</lexsdigest:EmailExchangeParticipant>