<xsd:complexType name="HumanResourceType">
<xsd:sequence>
<xsd:element name="HumanResourceId" type="EntityIdType" maxOccurs="unbounded" />
<xsd:element name="HumanResourceStatus">
<xsd:complexType>
<xsd:attribute name="status" type="StatusType" use="required" />
<xsd:attribute name="statusChangeReason" type="xsd:string" use="optional" />
</xsd:complexType>
</xsd:element>
<xsd:element name="ReferenceInformation">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="StaffingSupplierId" type="EntityIdType" maxOccurs="unbounded" />
<xsd:element name="StaffingCustomerId" type="EntityIdType" maxOccurs="unbounded" />
<xsd:element name="IntermediaryId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="OrderId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="PositionId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="AssignmentId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="StaffingSupplierOrgUnitId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="StaffingCustomerOrgUnitId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="MasterOrderId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="TimeCardId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="InvoiceId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="BillToEntityId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="StaffingOrganizationId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="ResourceInformation">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="ResourceType" minOccurs="0">
<xsd:complexType>
<xsd:attribute name="independentContractor" type="xsd:boolean" use="required" />
<xsd:attribute name="payrolledEmployee" type="xsd:boolean" use="required" />
</xsd:complexType>
</xsd:element>
<xsd:element ref="PersonName" />
<xsd:element ref="EntityContactInfo" />
<xsd:element ref="PostalAddress" minOccurs="0" />
<xsd:element name="AvailabilityDate" minOccurs="0" maxOccurs="unbounded">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="AvailabilityStartDate" type="AnyDateTimeNkType" />
<xsd:element name="AvailabilityEndDate" type="AnyDateTimeNkType" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element ref="Rates" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Profile">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="Competency" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="Resume" minOccurs="0" />
<xsd:element name="PositionHeader" type="StaffingPositionHeaderType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element ref="ResourceScreening" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Preferences">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="DesiredShift" minOccurs="0">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="ShiftName" type="xsd:string" minOccurs="0" />
<xsd:element name="ShiftHours" type="xsd:decimal" minOccurs="0" />
<xsd:element name="ShiftStartTime" type="LocalTimeNkNaType" minOccurs="0" />
<xsd:element name="ShiftEndTime" type="LocalTimeNkNaType" minOccurs="0" />
<xsd:element name="ShiftComments" type="xsd:string" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="Travel" minOccurs="0">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="PercentageTravel" type="xsd:string" minOccurs="0" />
<xsd:element name="TravelConsiderations" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="willingToTravel" type="xsd:boolean" use="required" />
</xsd:complexType>
</xsd:element>
<xsd:element name="Commute" minOccurs="0">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="TimeMax" type="xsd:string" minOccurs="0" />
<xsd:element name="DistanceMax" type="xsd:string" minOccurs="0" />
<xsd:element name="CommuteComments" type="xsd:string" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="Relocation" minOccurs="0">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="RelocationComments" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="willingToRelocate" type="xsd:boolean" use="required" />
</xsd:complexType>
</xsd:element>
<xsd:element name="DistributionRestrictions" minOccurs="0">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="DoNotDistributeTo" type="xsd:string" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="DesiredCompensation" minOccurs="0">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="CompensationAmount">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="currency" use="required">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:pattern value="[A-Z][A-Z][A-Z]" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="amountPeriod" type="AmountPeriodType" use="optional" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="CompensationComments" type="xsd:string" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="HumanResourceComments" type="xsd:string" minOccurs="0" />
<xsd:element name="SocialInsurance" minOccurs="0" maxOccurs="unbounded">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Type" type="SocialInsuranceTypeType" />
<xsd:element name="IsParticipating" type="xsd:boolean" />
<xsd:element name="ReasonForNotParticipating" type="xsd:string" minOccurs="0" />
<xsd:element name="LegalDescription" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attribute ref="xml:lang" />
</xsd:complexType>
|