<xsd:complexType name="IndEmployeeType">
<xsd:sequence>
<xsd:element name="PersonInfo" type="IndPersonalInfoType" minOccurs="0" />
<xsd:element name="EmployeeInfo" type="IndEmployeeInfoType" minOccurs="0" />
<xsd:element name="EmploymentInfo" type="IndEmploymentInfoType" minOccurs="0" />
<xsd:element name="JobPositionInfo" type="IndJobPositionInfoType" minOccurs="0" />
<xsd:element name="OrganizationInfo" type="IndOrganizationalInfoType" minOccurs="0" />
<xsd:element name="RemunerationInfo" type="IndRemunerationInfoType" minOccurs="0" />
<xsd:element name="AffiliationInfo" type="IndAffiliationInfoType" minOccurs="0" />
<xsd:element name="UserArea" type="UserAreaType" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="changeType" type="IndChangeTypeEnumType" />
<xsd:attribute name="validFrom" type="LocalDateType" use="optional" />
<xsd:attribute name="validTo" type="LocalDateType" use="optional" />
</xsd:complexType>
|