Definition Type: Element
Name: WorkEligibilityInfo
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: NewHire.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into Comments in schema newhire_xsd Drilldown into SupportingMaterials in schema supportingmaterials_xsd Drilldown into IsDocumentSignedByCandidate in schema newhire_xsd Drilldown into IssuingAuthority in schema newhire_xsd Drilldown into VerificationInfo in schema newhire_xsd Drilldown into DocumentName in schema newhire_xsd Drilldown into DocumentId in schema newhire_xsd Drilldown into FormId in schema newhire_xsdXSD Diagram of WorkEligibilityInfo in schema newhire_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="WorkEligibilityInfo" minOccurs="0" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="FormId" type="EntityIdType" minOccurs="0" />
            <xsd:element name="DocumentId" type="EntityIdType" minOccurs="0" />
            <xsd:element name="DocumentName" type="xsd:string" minOccurs="0" />
            <xsd:element name="VerificationInfo" minOccurs="0">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="OrganizationName" type="xsd:string" minOccurs="0" />
                        <xsd:element name="Status" type="xsd:string" minOccurs="0" />
                        <xsd:element name="Date" type="LocalDateType" minOccurs="0" />
                        <xsd:element ref="PersonName" minOccurs="0" />
                        <xsd:element name="PersonId" type="EntityIdType" minOccurs="0" />
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="IssuingAuthority" type="xsd:string" minOccurs="0" />
            <xsd:element name="IsDocumentSignedByCandidate" type="xsd:boolean" minOccurs="0" />
            <xsd:element ref="SupportingMaterials" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="Comments" type="xsd:string" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FormId hr:FormId 0 (1)
DocumentId hr:DocumentId 0 (1)
DocumentName hr:DocumentName 0 (1)
VerificationInfo hr:VerificationInfo 0 (1)
IssuingAuthority hr:IssuingAuthority 0 (1)
IsDocumentSignedByCandidate hr:IsDocumentSignedByCandidate 0 (1)
SupportingMaterials hr:SupportingMaterials 0 unbounded
Comments hr:Comments 0 (1)