<xsd:complexType name="Section3Type">
<xsd:annotation>
<xsd:documentation>Contains the US I-9 Form Information to update and reverify Eligibility to be completed by the employer.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="NewPersonFormattedName" minOccurs="0" />
<xsd:element ref="RehireDate" minOccurs="0" />
<xsd:choice>
<xsd:element ref="DocumentTitleListA" minOccurs="0" />
<xsd:element ref="DocumentTitleListB" minOccurs="0" />
<xsd:element ref="DocumentTitleListC" minOccurs="0" />
</xsd:choice>
<xsd:element ref="EligibilityDocumentID" minOccurs="0" />
<xsd:element ref="ExpirationDate" minOccurs="0" />
<xsd:element ref="Attachment" minOccurs="0" />
<xsd:element ref="ElectronicSignature" minOccurs="0" />
</xsd:sequence>
<xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
|