<xsd:complexType name="IndEmployeeInfoType">
<xsd:annotation>
<xsd:documentation>Localized content.</xsd:documentation>
<xsd:documentation>Localized content.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="EmployeeId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="PriorIncorrectEmployeeId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="ContactInfo" type="EffectiveDatedContactMethodWithPrecedenceType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="RemunerationBasis" type="RemunerationBasisEnumType" minOccurs="0" />
<xsd:element ref="FLSAStatus" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Localized content.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="EmploymentLevel" type="EmploymentLevelEnumType" minOccurs="0" />
<xsd:element name="ResourceRelationship" type="ResourceRelationshipEnumType" minOccurs="0" />
<xsd:element name="EmploymentTerm" type="EmploymentTermType" minOccurs="0" />
<xsd:element name="LaborBargainingUnitStatus" type="LaborBargainingUnitStatusEnumType" minOccurs="0" />
<xsd:element name="ForeignStatus" type="ForeignStatusEnumType" minOccurs="0" />
<xsd:element name="IsVIP" type="VIPType" minOccurs="0" />
<xsd:element name="IsExecutive" type="ExecutiveType" minOccurs="0" />
<xsd:element name="IsOfficer" type="OfficerType" minOccurs="0" />
<xsd:element ref="IsHighlyCompensated" minOccurs="0" />
<xsd:element name="IsPercentOwner" type="PercentOwnerType" minOccurs="0" />
<xsd:element name="IsRetiree" type="xsd:boolean" minOccurs="0" />
<xsd:element name="RetirementInfo" type="IndRetirementInfoType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="EmployeeGroup" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="UserArea" type="UserAreaType" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|