Definition Type: Element
Name: EmployeeStatus
Namespace: http://www.openapplications.org/oagis
Type: oa:Status
Containing Schema: Components.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
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
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema meta_xsd Drilldown into Change in schema components_xsd Drilldown into Description in schema components_xsd Drilldown into Code in schema components_xsd Drilldown into Status in schema components_xsdXSD Diagram of EmployeeStatus in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:element name="EmployeeStatus" type="Status" minOccurs="0">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">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</xs:documentation>
    </xs:annotation>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Code oa:Code 0 (1)
Description oa:Description 0 unbounded
Change oa:Change 0 unbounded
UserArea oa:UserArea 0 (1)
Collapse Derivation Tree: