<xsd:complexType name="ReferralType">
<xsd:annotation>
<xsd:documentation>A data type for a recommendation of a person to an activity, program, or product.</xsd:documentation>
<xsd:appinfo>
<i:Base i:name="ActivityType" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="nc:ActivityType">
<xsd:sequence>
<xsd:element ref="nc:ReferralActivity" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:ReferralIssuer" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:ReferralMandatoryIndicator" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:ReferralSupervisor" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:ReferralProperty" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:ReferralEntity" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:ReferralPerson" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|