lexsdigest:NetworkAddressAssociation
A relationship between originator, receiver, and a network address. Originator and receiver can be a person or an organization, or a thing.
Element information
Namespace: http://lexs.gov/digest/4.0
Schema document: lexs.gov/lexs-digest/4.0/lexs-digest.xsd
Type: lexsdigest:NetworkAddressAssociationType
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.
- lexsdigest:OriginatorNetworkAddressReference [0..1]An originator network address.
- lexsdigest:OriginatorEntity [0..2]An originator person, organization, or thing.
- lexsdigest:ReceiverNetworkAddressReference [0..1]A receiver network address.
- lexsdigest:ReceiverEntity [0..2]A receiver person, organization, or thing.
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:NetworkAddressAssociation> <nc:AssociationBeginDate> <nc:Date>1967-08-13</nc:Date> </nc:AssociationBeginDate> <nc:AssociationEndDate> <nc:Date>1968-08-13</nc:Date> </nc:AssociationEndDate> <lexsdigest:OriginatorNetworkAddressReference s:ref="NetworkAddress1"/> <lexsdigest:OriginatorEntity> <nc:EntityPersonReference s:ref="Person1"/> </lexsdigest:OriginatorEntity> <lexsdigest:OriginatorEntity> <nc:EntityOrganizationReference s:ref="Org2"/> </lexsdigest:OriginatorEntity> <lexsdigest:ReceiverNetworkAddressReference s:ref="NetworkAddress2"/> <lexsdigest:ReceiverEntity> <nc:EntityPersonReference s:ref="Person2"/> </lexsdigest:ReceiverEntity> <lexsdigest:ReceiverEntity> <nc:EntityOrganizationReference s:ref="Org2"/> </lexsdigest:ReceiverEntity> </lexsdigest:NetworkAddressAssociation>