<xsd:complexType name="EmployeeBaseType" abstract="true">
<xsd:complexContent>
<xsd:extension base="PersonABIEType">
<xsd:sequence>
<xsd:group ref="EmployeeGroup" />
<xsd:element ref="Status" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">This is a code or identifier that describes the current work status of an employee. It indicates the condition of the employment of the employee. Also known as the employee category. Examples are: Active, Inactive, No longer employed, Part time, Full time, Temporary, Casual</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|