<xsd:complexType name="Section2DocumentationType">
<xsd:annotation>
<xsd:documentation>Contains the US I-9 Form Employer Review and Verification to be completed by the employer.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<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="IssuingAuthorityName" minOccurs="0" />
<xsd:element ref="EligibilityDocumentID" minOccurs="0" />
<xsd:element ref="ExpirationDate" minOccurs="0" />
<xsd:element ref="Attachment" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|