lexsdigest:EntityTelephoneNumberAssociation
A relationship between a person/organization/other object and a telephone number, for example to indicate that a person has or uses a particular phone number.
Element information
Namespace: http://lexs.gov/digest/4.0
Schema document: lexs.gov/lexs-digest/4.0/lexs-digest.xsd
Type: lexsdigest:EntityTelephoneNumberAssociationType
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.
- nc:TelephoneNumberReference [1..*]A telephone number for a telecommunication device.
- lexsdigest:TelephoneNumberPrimaryIndicator [0..1]True if the number is a primary contact number; false otherwise.
- lexsdigest:TelephoneNumberHomeIndicator [0..1]True if the number is a home number; false otherwise.
- lexsdigest:TelephoneNumberWorkIndicator [0..1]True if the number is a work number; false otherwise.
- lexsdigest:TelephoneNumberEmergencyIndicator [0..1]True if the number is for use in an emergency; false otherwise.
- lexsdigest:TelephoneNumberDayIndicator [0..1]True if the number is for daytime use; false otherwise.
- lexsdigest:TelephoneNumberEveningIndicator [0..1]True if the number is for evening use; false otherwise.
- lexsdigest:TelephoneNumberNightIndicator [0..1]True if the number is for nighttime use; false otherwise.
- lexsdigest:TelephoneNumberUnspecifiedIndicator [0..1]True if the use of the number is not specified; false otherwise.
- 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:EntityTelephoneNumberAssociation> <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> <nc:TelephoneNumberReference s:ref="TelNum1"/> <lexsdigest:TelephoneNumberPrimaryIndicator>true</lexsdigest:TelephoneNumberPrimaryIndicator> <lexsdigest:TelephoneNumberHomeIndicator>true</lexsdigest:TelephoneNumberHomeIndicator> <lexsdigest:TelephoneNumberWorkIndicator>false</lexsdigest:TelephoneNumberWorkIndicator> <lexsdigest:TelephoneNumberEmergencyIndicator>true</lexsdigest:TelephoneNumberEmergencyIndicator> <lexsdigest:TelephoneNumberDayIndicator>true</lexsdigest:TelephoneNumberDayIndicator> <lexsdigest:TelephoneNumberEveningIndicator>true</lexsdigest:TelephoneNumberEveningIndicator> <lexsdigest:TelephoneNumberNightIndicator>false</lexsdigest:TelephoneNumberNightIndicator> <lexsdigest:TelephoneNumberUnspecifiedIndicator>false</lexsdigest:TelephoneNumberUnspecifiedIndicator> <lexsdigest:SubscriberIndicator>false</lexsdigest:SubscriberIndicator> <lexsdigest:UserIndicator>true</lexsdigest:UserIndicator> </lexsdigest:EntityTelephoneNumberAssociation>