lexsdigest:EntityEmailAssociation
A relationship between a person/organization/other object and an email address, for example to indicate that a person has or uses a particular email address.
Element information
Namespace: http://lexs.gov/digest/4.0
Schema document: lexs.gov/lexs-digest/4.0/lexs-digest.xsd
Type: lexsdigest:EntityEmailAssociationType
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.
- nc:Entity [1..2]A person, organization, or thing capable of bearing legal rights and responsibilities.
- lexsdigest:EmailAddressReference [1..*]An email address by which a person or organization may be contacted.
- lexsdigest:SubscriberIndicator [0..1]True if a person or an organization is a subscriber; false otherwise.
- lexsdigest:UserIndicator [0..1]True if a person or an organization is a user; false otherwise.
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:EntityEmailAssociation> <nc:AssociationBeginDate> <nc:DateTime>1967-08-13T14:20:00.0Z</nc:DateTime> </nc:AssociationBeginDate> <nc:AssociationEndDate> <nc:DateTime>1968-08-13T14:20:00.0Z</nc:DateTime> </nc:AssociationEndDate> <nc:Entity> <nc:EntityPersonReference s:ref="Person1"/> </nc:Entity> <nc:Entity> <nc:EntityOrganizationReference s:ref="Org2"/> </nc:Entity> <lexsdigest:EmailAddressReference s:ref="Email1"/> <lexsdigest:SubscriberIndicator>false</lexsdigest:SubscriberIndicator> <lexsdigest:UserIndicator>true</lexsdigest:UserIndicator> </lexsdigest:EntityEmailAssociation>