<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>
|