Definition Type: ComplexType
Name: NewHireDeploymentType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
The details surrounding where and how the new hire will be deployed within the employer.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into EmploymentTermCode in schema fields_xsd Drilldown into WorkLevelCode in schema fields_xsd Drilldown into AssignmentEntryReasonCode in schema fields_xsd Drilldown into NewHirePosition in schema components_xsd Drilldown into Job in schema components_xsd Drilldown into WorkLocation in schema components_xsd Drilldown into DeploymentOrganization in schema components_xsd Drilldown into validTo in schema fields_xsd Drilldown into validFrom in schema fields_xsd Drilldown into EffectiveDateAttributeGroup in schema fields_xsdXSD Diagram of NewHireDeploymentType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DeploymentOrganization nsA:DeploymentOrganization 0 (1)
WorkLocation nsA:WorkLocation 0 (1)
Job nsA:Job 0 (1)
NewHirePosition nsA:NewHirePosition 0 (1)
AssignmentEntryReasonCode nsA:AssignmentEntryReasonCode 0 (1)
WorkLevelCode nsA:WorkLevelCode 0 (1)
EmploymentTermCode nsA:EmploymentTermCode 0 (1)
UserArea nsA:UserArea 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
validFrom nsA:validFrom Optional
validTo nsA:validTo Optional
Collapse Derivation Tree:
Collapse References:
nsA:NewHireDeployment