Definition Type: ComplexType
Name: Employee
Namespace: http://www.openapplications.org/oagis
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema meta_xsd Drilldown into Attachments in schema components_xsd Drilldown into PayrollPeriod in schema components_xsd Drilldown into WageType in schema components_xsd Drilldown into WageGroup in schema components_xsd Drilldown into Qualification in schema components_xsd Drilldown into JobCode in schema components_xsd Drilldown into Category in schema components_xsd Drilldown into DocumentReferences in schema components_xsd Drilldown into Position in schema components_xsd Drilldown into EmployeeStatus in schema components_xsd Drilldown into Person in schema components_xsd Drilldown into EmployeeId in schema components_xsdXSD Diagram of Employee in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:complexType name="Employee">
    <xs:sequence>
        <xs:element name="EmployeeId" type="EmployeeId" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Company assiged EmployeeId.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element ref="Person" minOccurs="0" />
        <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>
        <xs:element name="Position" type="Position" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">This is similar to JobTitle - it is an employee's specific assignment, for example, Vice President of Engineering</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element ref="DocumentReferences" minOccurs="0" />
        <xs:element name="Category" type="EmployeeCategory" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Identifies the employees skill level and job description.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="JobCode" type="JobCode" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">The grouping of similar or equivalent job descriptions</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="Qualification" type="EmployeeQualification" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is a list of the employee's qualifications, titles and or certifications.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="WageGroup" type="WageGroup" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is used to classify an employee's wage.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="WageType" type="WageType" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is a code or identifier that describes the specific type a wage an employee or worker is paid.

Examples include:	Exempt from Overtime, Non-Exempt from Overtime</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="PayrollPeriod" type="TimePeriodAny" minOccurs="0" />
        <xs:element ref="Attachments" minOccurs="0" />
        <xs:element ref="UserArea" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EmployeeId oa:EmployeeId 0 (1)
Person oa:Person 0 (1)
EmployeeStatus oa:EmployeeStatus 0 (1)
Position oa:Position 0 (1)
DocumentReferences oa:DocumentReferences 0 (1)
Category oa:Category 0 (1)
JobCode oa:JobCode 0 unbounded
Qualification oa:Qualification 0 unbounded
WageGroup oa:WageGroup 0 (1)
WageType oa:WageType 0 (1)
PayrollPeriod oa:PayrollPeriod 0 (1)
Attachments oa:Attachments 0 (1)
UserArea oa:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:Employee, oa:Labor