Definition Type: ComplexType
Name: WorkEligibilityType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
This component may be used to capture information substantiating a person's eligibility to work within a given jurisdiction. Legal requirements vary by jurisdiction. The information presented here, together with information elsewhere available within the applicable HR-XML noun (for example, HireDateSet) may be useful in fulfilling related compliance duties. Note that images of source documents can be referenced or embedded as binary data within "Attachment".
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into Verification in schema components_xsd Drilldown into WorkEligibilityDocument in schema components_xsd Drilldown into GovernmentFormID in schema fields_xsd Drilldown into ID in schema fields_xsd Drilldown into validTo in schema fields_xsd Drilldown into validFrom in schema fields_xsd Drilldown into EffectiveDateAttributeGroup in schema fields_xsdXSD Diagram of WorkEligibilityType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="WorkEligibilityType">
    <xsd:annotation>
        <xsd:documentation>This component may be used to capture information
substantiating a person's eligibility to work within a given jurisdiction. Legal requirements
vary by jurisdiction. The information presented here, together with information
elsewhere available within the applicable HR-XML noun (for example, HireDateSet) 
may be useful in fulfilling related compliance duties. Note that images of
source documents can be referenced or 
embedded as binary data within "Attachment".</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="ID" minOccurs="0" />
        <xsd:element ref="GovernmentFormID" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>This would be an identifier for a government form associated 
			with the process to verify an individual's legal eligibility to work. In the United States, for instance, 
			the value might be "I-9" which is a form regulated by the U.S. Department of Homeland Security, 
			U.S. Citizenship and Immigration Services.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="WorkEligibilityDocument" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="Verification" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
    <xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID nsA:ID 0 (1)
GovernmentFormID nsA:GovernmentFormID 0 (1)
WorkEligibilityDocument nsA:WorkEligibilityDocument 0 unbounded
Verification nsA:Verification 0 (1)
UserArea nsA:UserArea 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
validFrom nsA:validFrom Optional
validTo nsA:validTo Optional
Collapse Derivation Tree:
Collapse References:
nsA:WorkEligibility