<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>
|