<xs:complexType name="EmployeeAssignment">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis" />
</xs:annotation>
<xs:sequence>
<xs:element name="GLEntity" type="GLEntity" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">This identifies the GLEntity to which the employee belongs</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CostCenter" type="CostCenter" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">The CostCenter to which the employee belongs</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Division" type="Division" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">The Division of the organization to which the person belongs</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Department" type="Department" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">The Department of the organization to which the employee belongs</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="WorkCenter" type="WorkCenter" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">This identifies an area consisting of one or more resources where production takes place. It is used to identify a specific Work Center on a Shop Floor or other manufacturing facility</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="Site" minOccurs="0" />
<xs:element name="HROrganization" type="OrganizationalUnit" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">This is the organization level that personnel are assigned</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ShiftId" type="Id" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">This describes the regular or standard authorized work time for the employee: SAT - Should this be an Id?</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ScheduleType" type="Type" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">This is a code or identifier that describes the specific schedule and can be used in a variety of contexts. When used in the context of employee, this refers to the specific schedule for the employee or worker</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="UserArea" minOccurs="0" />
</xs:sequence>
</xs:complexType>
|