Definition Type: ComplexType
Name: NewHireScreeningReportType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Contains a collection of information about screenings undertaken during the recruitment and hiring process. These may include tax credit screenings, background checks, verification of work eligibility.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into WorkEligibility in schema components_xsd Drilldown into TaxCredit in schema components_xsd Drilldown into AssessmentResult in schema components_xsd Drilldown into NewHireScreeningResult in schema components_xsd Drilldown into validTo in schema fields_xsd Drilldown into validFrom in schema fields_xsd Drilldown into EffectiveDateAttributeGroup in schema fields_xsdXSD Diagram of NewHireScreeningReportType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="NewHireScreeningReportType">
    <xsd:annotation>
        <xsd:documentation>Contains a collection of information about screenings undertaken during the recruitment and hiring process. These may include tax credit screenings, background checks, verification of work eligibility. </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="NewHireScreeningResult" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="AssessmentResult" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="TaxCredit" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="WorkEligibility" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
    <xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
NewHireScreeningResult nsA:NewHireScreeningResult 0 unbounded
AssessmentResult nsA:AssessmentResult 0 unbounded
TaxCredit nsA:TaxCredit 0 unbounded
WorkEligibility nsA:WorkEligibility 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
validFrom nsA:validFrom Optional
validTo nsA:validTo Optional
Collapse Derivation Tree:
Collapse References:
nsA:NewHireScreeningReport