<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>
|