lexsdigest:EntityNetworkAddressAssociation
A relationship between a person/organization/other object and a network address, for example to indicate that a person has or uses a particular network address.
Element information
Namespace: http://lexs.gov/digest/4.0
Schema document: lexs.gov/lexs-digest/4.0/lexs-digest.xsd
Type: lexsdigest:EntityNetworkAddressAssociationType
Properties: Global, Qualified
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:NetworkAddressReference [1..*]A network address.
- 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:EntityNetworkAddressAssociation> <nc:AssociationBeginDate> <nc:Date>1967-08-13</nc:Date> </nc:AssociationBeginDate> <nc:AssociationEndDate> <nc:Date>1968-08-13</nc:Date> </nc:AssociationEndDate> <nc:Entity> <nc:EntityOrganizationReference s:ref="Org1"/> </nc:Entity> <lexsdigest:NetworkAddressReference s:ref="NetworkAddress1"/> <lexsdigest:SubscriberIndicator>true</lexsdigest:SubscriberIndicator> <lexsdigest:UserIndicator>true</lexsdigest:UserIndicator> </lexsdigest:EntityNetworkAddressAssociation>