<xsd:complexType name="ReferralType">
<xsd:sequence>
<xsd:element name="OrganizationName" type="xsd:string" />
<xsd:element name="OrganizationId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="TaxId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="LegalId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="InternetDomainName" type="InternetDomainNameType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="ContactMethod" type="ContactMethodType" minOccurs="0" />
<xsd:element name="AdditionalItems" type="FlexibleDetailType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attribute name="type" type="ReferralTypeType" use="optional" />
</xsd:complexType>
|