<xsd:element name="Screening" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Root element to provide additional screening related information specific to individual search types.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="ReferenceId" type="EntityIdType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Reference Number associated with this screening.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="QuestionSetId" type="EntityIdType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The question set identifier associated with this screening.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="CountryCode" type="CountryCodeType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>ISO 3166 2 character country code identifying the country that the screeing applies to.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Region" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Represents the state, province, territory, etc. where the screening is to be performed.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ServiceLevel" type="ServiceLevelTypes" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Service level of the screening. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PermissiblePurpose" type="PermissiblePurposeQualifiers" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies the purpose on the screening.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="EndUser" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation> It specifies the name of the company that has requested the screening.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Vendor" type="VendorType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies the source of the screening information. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Duration" type="xsd:duration" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Specifies the duration of the screening.</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="Comments" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="AdditionalItems" type="FlexibleDetailType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="SupportingDocumentation" type="DocumentationType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Root element to provide additional screening related information regarding the specified search.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element ref="SearchCriminal" minOccurs="0" />
<xsd:element ref="SearchDrugs" minOccurs="0" />
<xsd:element ref="SearchEducation" minOccurs="0" />
<xsd:element ref="SearchEmployment" minOccurs="0" />
<xsd:element ref="SearchLicense" minOccurs="0" />
<xsd:element ref="SearchMilitary" minOccurs="0" />
<xsd:element ref="SearchOther" minOccurs="0" />
<xsd:element ref="SearchReference" minOccurs="0" />
</xsd:choice>
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="type" type="SearchTypes" />
<xsd:attribute name="qualifier" type="SearchQualifierType" />
<xsd:attribute ref="xml:lang" use="optional" />
</xsd:complexType>
</xsd:element>
|