<xsd:complexType abstract="true" name="EmployeeBaseType">
<xsd:complexContent>
<xsd:extension base="PersonABIEType">
<xsd:sequence>
<xsd:group ref="EmployeeGroup" />
<xsd:element minOccurs="0" ref="Status">
<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>
|