<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>
|