nc:ReferralType

complexType ReferralType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for a recommendation of a person to an activity, program, or product.

Diagram

XML Schema

<xs:complexType name="ReferralType">
<xs:annotation>
<xs:documentation>
A data type for a recommendation of a person to an activity, program, or product.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:ReferralActivity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ReferralIssuer" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ReferralMandatoryIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ReferralSupervisor" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ReferralItem" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ReferralEntity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ReferralPerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:ReferralAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>