Definition Type: Element
Name: Screening
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: BackgroundReports.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Provides container for the basic screening summary information.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema userarea_xsd Drilldown into WorkersCompensationReport in schema backgroundreports_xsd Drilldown into ReferenceReport in schema backgroundreports_xsd Drilldown into ProfessionalLicenseReport in schema backgroundreports_xsd Drilldown into SSNReport in schema backgroundreports_xsd Drilldown into SkillsAssessmentReport in schema backgroundreports_xsd Drilldown into SanctionReport in schema backgroundreports_xsd Drilldown into OtherReport in schema backgroundreports_xsd Drilldown into MVRReport in schema backgroundreports_xsd Drilldown into MilitaryVerificationReport in schema backgroundreports_xsd Drilldown into EmploymentVerificationReport in schema backgroundreports_xsd Drilldown into EducationVerificationReport in schema backgroundreports_xsd Drilldown into DrugAbuseReport in schema backgroundreports_xsd Drilldown into CriminalReport in schema backgroundreports_xsd Drilldown into CreditReport in schema backgroundreports_xsd Drilldown into ScreeningCost in schema backgroundreports_xsd Drilldown into ScreeningResults in schema backgroundreports_xsd Drilldown into ResultDetails in schema backgroundreports_xsd Drilldown into SupportingDocumentation in schema backgroundreports_xsd Drilldown into LegalText in schema backgroundreports_xsd Drilldown into ScreeningHistory in schema backgroundreports_xsd Drilldown into ClientReferences in schema backgroundreports_xsd Drilldown into ProviderContact in schema backgroundreports_xsd Drilldown into Comments in schema backgroundreports_xsd Drilldown into CourtJurisdiction in schema backgroundreports_xsd Drilldown into CourtType in schema backgroundreports_xsd Drilldown into CourtName in schema backgroundreports_xsd Drilldown into Vendor in schema backgroundreports_xsd Drilldown into Database in schema backgroundreports_xsd Drilldown into RecordsSearched in schema backgroundreports_xsd Drilldown into PostalCode in schema backgroundreports_xsd Drilldown into Municipality in schema backgroundreports_xsd Drilldown into County in schema backgroundreports_xsd Drilldown into Region in schema backgroundreports_xsd Drilldown into CountryCode in schema backgroundreports_xsd Drilldown into ScreeningStatus in schema backgroundreports_xsd Drilldown into ClientReferenceId in schema backgroundreports_xsd Drilldown into ProviderReferenceId in schema backgroundreports_xsd Drilldown into lang in schema xml_xsd Drilldown into qualifier in schema backgroundreports_xsd Drilldown into type in schema backgroundreports_xsdXSD Diagram of Screening in schema backgroundreports_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="Screening" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>Provides container for the basic screening summary information.  </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="ProviderReferenceId" type="EntityIdType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Reference Number for this screening as assigned by the  company providing the screening service.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ClientReferenceId" type="EntityIdType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Reference Number as provided by the requestor of this screening.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ScreeningStatus" type="ScreeningStatusType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Intended usage of this status  is to indicate the status of the individual screening.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="CountryCode" type="CountryCodeType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Requested Country Code where search is to be performed.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Region" type="xsd:string" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Requested Region where search is to be performed.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="County" type="xsd:string" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Requested County where search is to be performed.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Municipality" type="xsd:string" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Requested Municipality where search is to be performed.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="PostalCode" type="xsd:string" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Requested Postal Code where search is to be performed.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="RecordsSearched" type="xsd:string" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Requested Court or other Records to search.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Database" type="xsd:string" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Requested database to  search .</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Vendor" type="xsd:string" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Requested vendor to obtain search details from.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="CourtName" type="xsd:string" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Requested name of court to be searched. </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="CourtType" type="CourtTypeType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Requested jurisdiction of court to be searched.  i.e. Felony, Misdemeanor, Both. Add more for Civil etc.  </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="CourtJurisdiction" type="CourtJurisdictionType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Requested jurisdiction of court to be searched.  i.e. City, State, Province, etc. </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Comments" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>Comments related to this screening.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ProviderContact" type="xsd:string" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Contact point for inquires regarding this 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="ScreeningHistory" type="ScreeningHistoryType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="LegalText" type="LegalTextType" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>Container for legal item's such as disclaimers that apply to a specific screening.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="SupportingDocumentation" type="DocumentationType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Provides additional screening related information specific to the search i.e. Link to FAX image.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ResultDetails" type="GeneralSearchDetailType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Additional details pertaining to the screening results.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ScreeningResults" type="ResultsTextType" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>Contains Text Results of the Screening.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ScreeningCost" type="ScreeningCostType" minOccurs="0" />
            <xsd:choice minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>Parsed Screening Results</xsd:documentation>
                </xsd:annotation>
                <xsd:element name="CreditReport" type="CreditReportType" minOccurs="0" />
                <xsd:element name="CriminalReport" type="CriminalReportType" minOccurs="0" />
                <xsd:element name="DrugAbuseReport" type="DrugAbuseReportType" minOccurs="0" />
                <xsd:element name="EducationVerificationReport" type="EducationVerificationReportType" minOccurs="0" />
                <xsd:element name="EmploymentVerificationReport" type="EmploymentVerificationReportType" minOccurs="0" />
                <xsd:element name="MilitaryVerificationReport" type="MilitaryVerificationReportType" minOccurs="0" />
                <xsd:element name="MVRReport" type="MVRReportType" minOccurs="0" />
                <xsd:element name="OtherReport" type="OtherReportType" minOccurs="0" />
                <xsd:element name="SanctionReport" type="SanctionReportType" minOccurs="0" />
                <xsd:element name="SkillsAssessmentReport" type="SkillsReportType" minOccurs="0" />
                <xsd:element name="SSNReport" type="SSNReportType" minOccurs="0" />
                <xsd:element name="ProfessionalLicenseReport" type="ProfessionalLicenseReportType" minOccurs="0" />
                <xsd:element name="ReferenceReport" type="ReferenceReportType" minOccurs="0" />
                <xsd:element name="WorkersCompensationReport" type="WorkCompReportType" 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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ProviderReferenceId hr:ProviderReferenceId 0 (1)
ClientReferenceId hr:ClientReferenceId 0 (1)
ScreeningStatus hr:ScreeningStatus 0 (1)
CountryCode hr:CountryCode 0 (1)
Region hr:Region 0 (1)
County hr:County 0 (1)
Municipality hr:Municipality 0 (1)
PostalCode hr:PostalCode 0 (1)
RecordsSearched hr:RecordsSearched 0 (1)
Database hr:Database 0 (1)
Vendor hr:Vendor 0 (1)
CourtName hr:CourtName 0 (1)
CourtType hr:CourtType 0 (1)
CourtJurisdiction hr:CourtJurisdiction 0 (1)
Comments hr:Comments 0 unbounded
ProviderContact hr:ProviderContact 0 (1)
ClientReferences hr:ClientReferences 0 unbounded
ScreeningHistory hr:ScreeningHistory 0 unbounded
LegalText hr:LegalText 0 unbounded
SupportingDocumentation hr:SupportingDocumentation 0 (1)
ResultDetails hr:ResultDetails 0 (1)
ScreeningResults hr:ScreeningResults 0 unbounded
ScreeningCost hr:ScreeningCost 0 (1)
CreditReport hr:CreditReport 0 (1)
CriminalReport hr:CriminalReport 0 (1)
DrugAbuseReport hr:DrugAbuseReport 0 (1)
EducationVerificationReport hr:EducationVerificationReport 0 (1)
EmploymentVerificationReport hr:EmploymentVerificationReport 0 (1)
MilitaryVerificationReport hr:MilitaryVerificationReport 0 (1)
MVRReport hr:MVRReport 0 (1)
OtherReport hr:OtherReport 0 (1)
SanctionReport hr:SanctionReport 0 (1)
SkillsAssessmentReport hr:SkillsAssessmentReport 0 (1)
SSNReport hr:SSNReport 0 (1)
ProfessionalLicenseReport hr:ProfessionalLicenseReport 0 (1)
ReferenceReport hr:ReferenceReport 0 (1)
WorkersCompensationReport hr:WorkersCompensationReport 0 (1)
UserArea hr:UserArea 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
type hr:type (Optional)
qualifier hr:qualifier (Optional)
lang nsA:lang Optional