<xsd:complexType name="ProposedHireType">
<xsd:annotation>
<xsd:documentation>Contains information about a proposed hire. Employers sometimes will pre-provision certain systems with information about an individual scheduled to start work, but who has not yet entered on duty.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="ExpectedDutyEntryDate" minOccurs="0" />
<xsd:element ref="CancelHireIndicator" minOccurs="0" />
<xsd:element ref="CancelHireDate" minOccurs="0" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|