Definition Type: ComplexType
Name: NewHireDossierType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Collection of information relating to the new hire. This includes personal data as well as information relating to the new hire's employment and his or her new assignment (job, position, etc.) within the employer.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into Affiliation in schema components_xsd Drilldown into NewHireDeployment in schema components_xsd Drilldown into NewHireEmployment in schema components_xsd Drilldown into NewHireEmployee in schema components_xsd Drilldown into NewHireProfile in schema components_xsd Drilldown into NewHirePerson 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 NewHireDossierType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="NewHireDossierType">
    <xsd:annotation>
        <xsd:documentation>Collection of information relating to the new hire. This includes personal data as well as information relating to the new hire's employment and his or her new assignment (job, position, etc.) within the employer.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="NewHirePerson" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Note that NewHirePerson is unbounded not to represent details about muliple people, but because under certain data management approaches it may be necessary to represent the same person across different states.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="NewHireProfile" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="NewHireEmployee" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="NewHireEmployment" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="NewHireDeployment" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="Affiliation" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
    <xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
NewHirePerson nsA:NewHirePerson 0 (1)
NewHireProfile nsA:NewHireProfile 0 unbounded
NewHireEmployee nsA:NewHireEmployee 0 unbounded
NewHireEmployment nsA:NewHireEmployment 0 unbounded
NewHireDeployment nsA:NewHireDeployment 0 unbounded
Affiliation nsA:Affiliation 0 unbounded
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:NewHireDossier