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

Documentation

This constraint is used to specify earliest (minimum) and latest (maximum) shift start times for employees working under this contract, optionally restricted to certain shift types or days.

Properties
This component is not nillable.

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


Nested Element Summary
DateOrDayDay
          Any date or day in the planning period. 
DayCollectionDays
          A arbitrary collection of days within the planning period. 
WeightedTimePointMax
          The latest a shift can start.  
WeightedTimePointMin
          The earliest a shift can start.  
IDShiftTypes
          The ID of the shift type or group that this constraint applies to. 
WeekDayWeekDay
          Any week day in the planning period. 
Source
<xs:element minOccurs="0" name="ShiftStartTimes">
<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="WeightedTimePoint">
</xs:element>
<xs:element name="Max" type="WeightedTimePoint">
</xs:element>
</xs:choice>
</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.