Schema Central  >  LEXS 4.0  >  lexs-digest.xsd  >  lexsdigest:EntityTelephoneNumberAssociation
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

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

Attributes

NameOccTypeDescriptionNotes
s:id [0..1]xsd:IDfrom type s:ComplexObjectType
s:metadata [0..1]xsd:IDREFSfrom type s:ComplexObjectType
s:linkMetadata [0..1]xsd:IDREFSfrom type s:ComplexObjectType

Used in

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>