j:ActivityReferralAssociationType

complexType ActivityReferralAssociationType in namespace http://release.niem.gov/niem/domains/jxdm/7.0/

Definition

A data type for an association between an activity and a referral.

Diagram

XML Schema

<xs:complexType name="ActivityReferralAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association between an activity and a referral.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:Activity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Referral" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ActivityReferralAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>