<xsd:element name="ScreeningsSummary" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Provides Client supplied details of the search. Intended usage is primarily for confirmation of Search Subject details that the screening as based on.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Organization" type="ReferralType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Identifies the organization that the search(s) will be performed upon.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PersonalData" type="ScreeningPersonalDataType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Personal data related to the Search Subject that the search(s) was be performed upon. Intended usage is primarily for confirmation of Search Subject details.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ClientReferences" type="EntityIdType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Contains Client provided information pertinent to the search. i.e. Billing information.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="AdditionalItems" type="FlexibleDetailType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|