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

Documentation

Provides information about available shift types. A shift is a block of work that is assigned to an employee on a single day (some shifts may continue until after midnight).

Properties
This component is not nillable.

Model
<Shifts>
(ShiftTypes ; ShiftGroups? ; GlobalShiftConstraints? ; AllowBorderShifts? ; TimeSlotLength?)
</Shifts>


Nested Element Summary
xs:booleanAllowBorderShifts
          If true, shifts can be scheduled on the last day that end outside the planning horizon, noncyclic schedules only, default: false  
 GlobalShiftConstraints
          Constraints that have to be evaluated over all assigned shifts in the solution.  
 ShiftGroups
          Similar shifts can be grouped together to be easily referenced in other constraints.  
 ShiftTypes
          A list of available shift types, where each scheduled working period must match one of the listed types.  
TimeSpanTimeSlotLength
          Length of a single time slot for shifts, must be a multiple of the general time slot length, default is the general time slot length; use this e.g if you want tasks or breaks with 10 min granularity, but shifts should always start and end at full hours.  
Source
<xs:element name="Shifts">
<xs:complexType>
<xs:all>
<xs:element ref="ShiftTypes">
</xs:element>
<xs:element minOccurs="0" ref="ShiftGroups">
</xs:element>
<xs:element minOccurs="0" ref="GlobalShiftConstraints">
</xs:element>
<xs:element minOccurs="0" name="AllowBorderShifts" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="TimeSlotLength" type="TimeSpan">
</xs:element>
</xs:all>
</xs:complexType>
</xs:element>


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