j:PersonContactAssociationType

complexType PersonContactAssociationType in namespace http://release.niem.gov/niem/domains/jxdm/6.2/

Definition

A data type for a relationship between a person and a contact person.

Diagram

XML Schema

<xs:complexType name="PersonContactAssociationType">
<xs:annotation>
<xs:documentation>
A data type for a relationship between a person and a contact person.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:ContactPerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ContactPersonEmailID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ContactPersonLanguage" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ContactPersonLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ContactPersonRelationshipText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ContactPersonTelephoneNumber" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Person" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PersonContactAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>