j:VisitorAssociationType

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

Definition

A data type for a relationship between a visitor and a person they visited.

Diagram

XML Schema

<xs:complexType name="VisitorAssociationType">
<xs:annotation>
<xs:documentation>
A data type for a relationship between a visitor and a person they visited.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:VisitDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:VisitedOrganization" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:VisitedPerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:VisitorOrganization" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:VisitorPerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:VisitorAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>