j:TelephoneCallAssociationType

complexType TelephoneCallAssociationType in namespace http://release.niem.gov/niem/domains/jxdm/6.1/

Definition

A data type for a relationship between an originating number, person, and/or organization and a receiving number, person, and/or organization.

Diagram

XML Schema

<xs:complexType name="TelephoneCallAssociationType">
<xs:annotation>
<xs:documentation>
A data type for a relationship between an originating number, person, and/or organization and a receiving number, person, and/or organization.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:CallDuration" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:OriginatorOrganization" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:OriginatorPerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:OriginatorTelephoneNumber" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ReceiverOrganization" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ReceiverPerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ReceiverTelephoneNumber" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:TelephoneCallAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>