<xsd:complexType name="EmployeeBaseType">
<xsd:sequence>
<xsd:element ref="EmployeeID" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="PriorIncorrectEmployeeID" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="Communication" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="EmploymentTermCode" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">A code classifying whether employment is "regular" status (i.e., without a scheduled or known end date) or temporary (employment with a known or scheduled to end). Two optional attributes are available to further classify temporary status employments.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="LaborBargainingUnitMemberCode" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Values that classify an individual's membership status within a given collective bargaining unit (a sector of an employer workforce represented by a union.) Valid values
are Member and NonMember.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="VIPGroup" minOccurs="0" />
<xsd:group ref="ExecutiveGroup" minOccurs="0" />
<xsd:group ref="OfficerGroup" minOccurs="0" />
<xsd:element ref="HighlyCompensatedIndicator" minOccurs="0" />
<xsd:element ref="HighlyCompensatedTypeCode" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="StockOwnerIndicator" minOccurs="0" />
<xsd:element ref="StockOwnerPercentage" minOccurs="0" />
<xsd:element ref="RetireeIndicator" minOccurs="0" />
<xsd:element ref="Retirement" minOccurs="0" maxOccurs="unbounded" />
<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>
|