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

Documentation

Defines special tasks that have to be done by any employee who is working in this shift. This can be used e.g. for preparatory or post processing jobs. Employees working on these tasks are not available for covering any kind of demand (except shift based demand).

Properties
This component is not nillable.

Model
<FixedShiftTasks>
FixedShiftTask+
</FixedShiftTasks>


Nested Element Summary
 FixedShiftTask
          Defines a special task for each employee working in the shift (e.g tidying up the workplace). 
Source
<xs:element minOccurs="0" name="FixedShiftTasks">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element name="FixedShiftTask">
<xs:complexType>
<xs:sequence>
<xs:choice>
<xs:element name="AfterShiftStart" type="TimeSpan">
</xs:element>
<xs:element name="BeforeShiftEnd" type="TimeSpan">
</xs:element>
</xs:choice>
<xs:element name="Length" type="TimeSpan">
</xs:element>
</xs:sequence>
<xs:attribute name="ID" type="ID" use="required">
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>


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