<xsd:element name="OtherScreeningResult" minOccurs="0" maxOccurs="unbounded">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="EffectiveDate" type="EffectiveDateType" minOccurs="0" />
<xsd:element name="Organization" type="ReferralType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Identifies the organization that the search(s) were performed upon.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ApplicantInformation" type="ScreeningPersonalDataType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Personal information relating to the screening subject as contained in the repositories records.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="OtherScreeningDetail" type="OtherItemDetailType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="qualifier" type="xsd:string" />
</xsd:complexType>
</xsd:element>
|