<xsd:element name="EmploymentResult" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Contains information as reported by the screening subject relating to the position.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="ApplicantInformation" type="ScreeningPersonalDataType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Personal information relating to the screening subject as contained in the employer or institutions records.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="EmploymentHistory" type="EmploymentHistoryType" minOccurs="0" />
<xsd:element name="AdditionalItems" type="FlexibleDetailType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|