<xsd:complexType name="PositionMatchingType">
<xsd:sequence>
<xsd:element name="Company" type="EntityReferenceType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="CompanyScale" type="ScaleType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="IndustryCode" type="IndustryCodeType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="PhysicalLocation" type="SEPPhysicalLocationType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="JobCategory" type="OccupationalCategoryType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="PositionTitle" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="PositionClassification" type="StaffingPositionClassificationType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="PositionSchedule" minOccurs="0" maxOccurs="unbounded">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="PositionScheduleType">
<xsd:attribute name="percentage" type="xsd:float" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="Shift" type="WorkShiftScheduleType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="Competency" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="RemunerationPackage" type="PrehireRemunerationPackageType" minOccurs="0" />
<xsd:element name="WorkStyle" type="WorkStyleType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="DressCode" type="DressCodeType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Travel" type="StaffingTravelType" minOccurs="0" />
<xsd:element name="Relocation" type="StaffingRelocationType" minOccurs="0" />
<xsd:element name="PreferredLanguage" type="LanguageCodeType" minOccurs="0" />
<xsd:element name="UserArea" type="UserAreaType" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|