Definition Type: ComplexType
Name: VerificationType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EmploymentHistory.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into QuestionAnswerPair in schema employmenthistory_xsd Drilldown into OverallPerformanceRating in schema employmenthistory_xsd Drilldown into AttendanceRating in schema employmenthistory_xsd Drilldown into EligibleForRehire in schema employmenthistory_xsd Drilldown into VerifyEmployment in schema employmenthistory_xsd Drilldown into PermissionToContact in schema employmenthistory_xsd Drilldown into ReasonForLeaving in schema employmenthistory_xsd Drilldown into ContactInfo in schema employmenthistory_xsdXSD Diagram of VerificationType in schema employmenthistory_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="VerificationType">
    <xsd:sequence>
        <xsd:element name="ContactInfo">
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element ref="PersonName" />
                    <xsd:element name="ContactMethod" type="ContactMethodType" minOccurs="0" maxOccurs="unbounded" />
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
        <xsd:element name="ReasonForLeaving" type="xsd:string" minOccurs="0" />
        <xsd:element name="PermissionToContact" type="xsd:boolean" minOccurs="0" />
        <xsd:element name="VerifyEmployment" type="xsd:boolean" minOccurs="0" />
        <xsd:element name="EligibleForRehire" type="xsd:boolean" minOccurs="0" />
        <xsd:element name="AttendanceRating" type="RatingType" minOccurs="0" />
        <xsd:element name="OverallPerformanceRating" type="RatingType" minOccurs="0" />
        <xsd:element name="QuestionAnswerPair" type="EmploymentQuestionAnswerPairType" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Usage is primarily for the results of a screening, but is not limited to that purpose.  </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ContactInfo hr:ContactInfo (1) (1)
ReasonForLeaving hr:ReasonForLeaving 0 (1)
PermissionToContact hr:PermissionToContact 0 (1)
VerifyEmployment hr:VerifyEmployment 0 (1)
EligibleForRehire hr:EligibleForRehire 0 (1)
AttendanceRating hr:AttendanceRating 0 (1)
OverallPerformanceRating hr:OverallPerformanceRating 0 (1)
QuestionAnswerPair hr:QuestionAnswerPair 0 unbounded
Collapse Derivation Tree:
Collapse References:
hr:Verification