lexsdigest:TelephoneCallAssociation
A relationship between a telephone call originating entity and a telephone call receiving entity.
Element information
Namespace: http://lexs.gov/digest/4.0
Schema document: lexs.gov/lexs-digest/4.0/lexs-digest.xsd
Type: lexsdigest:TelephoneCallAssociationType
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.
- lexsdigest:OriginatorEntity [0..2]An originator person, organization, or thing.
- lexsdigest:OriginatorTelephoneNumberReference [0..1]An originator telephone number.
- lexsdigest:ReceiverEntity [0..*]A receiver person, organization, or thing.
- lexsdigest:ReceiverTelephoneNumberReference [0..*]A receiver telephone number.
- lexsdigest:CallDuration [0..1]A duration of a call.
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:TelephoneCallAssociation> <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> <lexsdigest:OriginatorEntity> <nc:EntityPersonReference s:ref="Person1"/> </lexsdigest:OriginatorEntity> <lexsdigest:OriginatorEntity> <nc:EntityOrganizationReference s:ref="Org2"/> </lexsdigest:OriginatorEntity> <lexsdigest:OriginatorTelephoneNumberReference s:ref="TelNum1"/> <lexsdigest:ReceiverEntity> <nc:EntityPersonReference s:ref="Person2"/> </lexsdigest:ReceiverEntity> <lexsdigest:ReceiverEntity> <nc:EntityOrganizationReference s:ref="Org2"/> </lexsdigest:ReceiverEntity> <lexsdigest:ReceiverTelephoneNumberReference s:ref="TelNum2"/> <lexsdigest:CallDuration>P1Y2M3DT10H30M0S</lexsdigest:CallDuration> </lexsdigest:TelephoneCallAssociation>