Definition Type: ComplexType
Name: EmploymentVerificationReportType
Namespace: http://www.hr-xml.org/3
Containing Schema: ScreeningReport.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdditionalItem in schema components_xsd Drilldown into EmploymentHistoryResult in schema components_xsd Drilldown into InputEmploymentHistory in schema components_xsd Drilldown into SearchEmploymentTypeCode in schema fields_xsd Drilldown into ScreeningSubjectID in schema fields_xsdXSD Diagram of EmploymentVerificationReportType in schema screeningreport_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="EmploymentVerificationReportType">
    <xsd:sequence>
        <xsd:element ref="ScreeningSubjectID" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="SearchEmploymentTypeCode" minOccurs="0" />
        <xsd:element ref="InputEmploymentHistory" minOccurs="0" />
        <xsd:element ref="EmploymentHistoryResult" minOccurs="0" />
        <xsd:element ref="AdditionalItem" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ScreeningSubjectID nsA:ScreeningSubjectID 0 unbounded
SearchEmploymentTypeCode nsA:SearchEmploymentTypeCode 0 (1)
InputEmploymentHistory nsA:InputEmploymentHistory 0 (1)
EmploymentHistoryResult nsA:EmploymentHistoryResult 0 (1)
AdditionalItem nsA:AdditionalItem 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:EmploymentVerificationReport