<xsd:complexType name="ScreeningCatalogOrderScopeType">
<xsd:annotation>
<xsd:documentation>Contains a set of details about compliance requirements, prerequisites, or other similar conditions that apply to the particular screening.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="CustomerOrderScope" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The employer system requests from the CRA information regarding available a la carte screenings and packages to display to the employer.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="AlaCarteIndicator" type="oa:IndicatorType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Include available alacarte screenings available to the customer.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="CostIndicator" type="oa:IndicatorType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Include the base costs of the alacarte or package screenings. For the customer scope request, additional fees will not be included.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PackageIndicator" type="oa:IndicatorType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Include available package screenings available to the customer.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="UserDefinedRequirement" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="JurisdictionalOrderScope" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>The employer system requests from the CRA information pertinent to the specified jurisdiction.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="ScreeningSearchTypeCode" minOccurs="0" />
<xsd:element ref="ScreeningSearchTypeQualifierCode" minOccurs="0" />
<xsd:element ref="ApplicableRegion" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="AbuseRegistriesIndicator" type="oa:IndicatorType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Include criminal jurisdictions for abuse registries. For example, sex offender.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="CostIndicator" type="oa:IndicatorType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Include the costs including the additional fees associated with each jurisdiction.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="CriminalCivilIndicator" type="oa:IndicatorType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Include criminal jurisdictions for civil courts.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="CriminalCountyIndicator" type="oa:IndicatorType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Include criminal jurisdictions at the county seat level. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="CriminalLowerCourtIndicator" type="oa:IndicatorType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Include criminal jurisdictions for lower level courts. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="CriminalFederalIndicator" type="oa:IndicatorType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Include criminal jurisdictions for federal courts.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ReleaseIndicator" type="oa:IndicatorType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Include any required releases for the requested jurisdiction.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="RequirementsIndicator" type="oa:IndicatorType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Include all requirements related to requested jurisdiction. For example, the international criminal screening for the UK requires a full 5 year address history in addition to other unique information.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TurnAroundTimeIndicator" type="oa:IndicatorType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Include the expected turn around time to fulfill the screening.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ValidationIndicator" type="oa:IndicatorType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Include validation criteria. For example, regular expressions for driver license numbers.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="UserDefinedRequirement" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element ref="UserArea" minOccurs="0" maxOccurs="unbounded" />
</xsd:choice>
</xsd:complexType>
|