Definition Type: ComplexType
Name: HumanResourceType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: HumanResource.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema userarea_xsd Drilldown into SocialInsurance in schema humanresource_xsd Drilldown into HumanResourceComments in schema humanresource_xsd Drilldown into Preferences in schema humanresource_xsd Drilldown into ResourceScreening in schema resourcescreening_xsd Drilldown into Profile in schema humanresource_xsd Drilldown into Rates in schema rates_xsd Drilldown into ResourceInformation in schema humanresource_xsd Drilldown into ReferenceInformation in schema humanresource_xsd Drilldown into HumanResourceStatus in schema humanresource_xsd Drilldown into HumanResourceId in schema humanresource_xsd Drilldown into lang in schema xml_xsdXSD Diagram of HumanResourceType in schema humanresource_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
HumanResourceId hr:HumanResourceId (1) unbounded
HumanResourceStatus hr:HumanResourceStatus (1) (1)
ReferenceInformation hr:ReferenceInformation (1) (1)
ResourceInformation hr:ResourceInformation (1) (1)
Rates hr:Rates 0 unbounded
Profile hr:Profile (1) (1)
ResourceScreening hr:ResourceScreening 0 unbounded
Preferences hr:Preferences (1) (1)
HumanResourceComments hr:HumanResourceComments 0 (1)
SocialInsurance hr:SocialInsurance 0 unbounded
UserArea hr:UserArea 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
lang nsA:lang (Optional)
Collapse Derivation Tree:
Collapse References:
hr:HumanResource