Definition Type: ComplexType
Name: EmployeeAssignment
Namespace: http://www.openapplications.org/oagis
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema meta_xsd Drilldown into ScheduleType in schema components_xsd Drilldown into ShiftId in schema components_xsd Drilldown into HROrganization in schema components_xsd Drilldown into Site in schema components_xsd Drilldown into WorkCenter in schema components_xsd Drilldown into Department in schema components_xsd Drilldown into Division in schema components_xsd Drilldown into CostCenter in schema components_xsd Drilldown into GLEntity in schema components_xsdXSD Diagram of EmployeeAssignment in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
GLEntity oa:GLEntity 0 (1)
CostCenter oa:CostCenter 0 (1)
Division oa:Division 0 (1)
Department oa:Department 0 (1)
WorkCenter oa:WorkCenter 0 (1)
Site oa:Site 0 (1)
HROrganization oa:HROrganization 0 unbounded
ShiftId oa:ShiftId 0 (1)
ScheduleType oa:ScheduleType 0 (1)
UserArea oa:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:EmployeeAssignment