<xsd:complexType name="NewHireDeploymentType">
<xsd:annotation>
<xsd:documentation>The details surrounding where and how the new hire will be deployed within the employer.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="DeploymentOrganization" minOccurs="0" />
<xsd:element ref="WorkLocation" minOccurs="0" />
<xsd:element ref="Job" minOccurs="0" />
<xsd:element ref="NewHirePosition" minOccurs="0" />
<xsd:element ref="AssignmentEntryReasonCode" minOccurs="0" />
<xsd:element ref="WorkLevelCode" minOccurs="0" />
<xsd:element ref="EmploymentTermCode" minOccurs="0" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
|