http://dbai.tuwien.ac.at/proj/arte/GES
element Employee

Documentation

An individual employee in the roster.

Properties
This component is not nillable.

Model
<Employee
  ID = ID>
(Contracts, Preferences, PreAssignments? ) Name?
</Employee>


Nested Element Summary
 Contracts
          The contracts that will be assigned to this employee (or each employee of this type in case of VariableEmployees). 
xs:tokenName
          A name for the employee when displaying the solution.  
 PreAssignments
          A list of preassigned Shifts (or Tasks) that must be in the final solution.  
 Preferences
          Employees can request not to do certain tasks (PenalizedTask) and request (not) to work on given days or to cover only specific shifts (ShiftOn-/ShiftOffRequest). 

Attribute Summary
 IDID
          

Attribute Detail

ID

Type:
ID
Use:
required
Form:
unqualified

Source
<xs:element name="Employee">
<xs:complexType>
<xs:complexContent>
<xs:extension base="AbstractEmployeeType">
<xs:sequence>
<xs:element minOccurs="0" name="Name" type="xs:token">
</xs:element>
</xs:sequence>
<xs:attribute name="ID" type="ID" use="required">
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.