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

Documentation

This constraint is used to specify minimum and maximum shift lengths for employees working under this contract, optionally restricted to certain shift types or days.

Properties
This component is not nillable.

Model
<ShiftLengths>
(ShiftTypes?, (Day | WeekDay | Days)? , (Min | Max)* , Unit? )
</ShiftLengths>


Nested Element Summary
DateOrDayDay
          Any date or day in the planning period. 
DayCollectionDays
          A arbitrary collection of days within the planning period. 
WeightedTimeSpanMax
          The maximum shift length.  
WeightedTimeSpanMin
          The minimum shift length.  
IDShiftTypes
          The ID of the shift type or group that this constraint applies to. 
WorkUnitUnit
          Can have the value "ShiftLength" (count all time including breaks), or "WorkTime" (count only actual working time). 
WeekDayWeekDay
          Any week day in the planning period. 
Source
<xs:element minOccurs="0" name="ShiftLengths">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="ShiftTypes" type="ID">
</xs:element>
<xs:group minOccurs="0" ref="DayOptions"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element name="Min" type="WeightedTimeSpan">
</xs:element>
<xs:element name="Max" type="WeightedTimeSpan">
</xs:element>
</xs:choice>
<xs:element minOccurs="0" name="Unit" type="WorkUnit">
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>


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