<xsd:complexType name="ResourceDeploymentType">
<xsd:sequence>
<xsd:element ref="DeploymentOrganization" minOccurs="0" />
<xsd:element ref="StaffingJob" minOccurs="0" />
<xsd:element ref="StaffingPosition" minOccurs="0" />
<xsd:element ref="WorkLevelCode" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">A code classifying the position or engagement as full-time or part-time. Such
determination typically would be made under rules set by the employer or applicable collective bargaining agreement.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="Schedule" minOccurs="0" />
<xsd:element ref="Shift" minOccurs="0" />
<xsd:element ref="WageHourLawCoverageCode" minOccurs="0" />
<xsd:element ref="LaborBargainingUnit" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="JPStaffingRequisition" minOccurs="0" />
<xsd:element ref="Instructions" minOccurs="0" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
|