<xsd:complexType name="NewHireEmployeeType">
<xsd:sequence>
<xsd:element ref="EmployeeID" minOccurs="0" />
<xsd:element ref="PriorEmployeeID" minOccurs="0" />
<xsd:element ref="EmployeeGroupCode" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
A repeatable element that allows further classification of the employee using employer or program-specific codes and controlled vocabularies.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
|