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

Super Types
{http://dbai.tuwien.ac.at/proj/arte/GES} (restriction)

Documentation

A request to be assigned a specific shift (or any shift at all) on the given day. Alternatively, the date can also be given as a range, in which case the penalty is incurred exactly once unless there is at least one shift of the given type scheduled within the range.

Properties
This component is not nillable.

Model
<ShiftOnRequest
  weight = nonNegativeDouble>
((Day | WeekDay | Days) , (AnyShift | ShiftTypes) )
</ShiftOnRequest>


Nested Element Summary
AnyShiftAnyShift
          Represents a day with any shift, but not a free day. 
DateOrDayDay
          Any date or day in the planning period. 
DayCollectionDays
          A arbitrary collection of days within the planning period. 
IDShiftTypes
          Specifies any shift type or shift group. 
WeekDayWeekDay
          Any week day in the planning period. 

Attribute Summary
 nonNegativeDoubleweight
          The weight that should be added in case of a violation.  

Attribute Detail

weight

The weight that should be added in case of a violation.

Type:
nonNegativeDouble
Use:
optional
Form:
unqualified

Source
<xs:element name="ShiftOnRequest">
<xs:complexType>
<xs:sequence>
<xs:group ref="DayOptions"/>
<xs:group ref="ShiftOptions"/>
</xs:sequence>
<xs:attribute name="weight" type="nonNegativeDouble">
</xs:attribute>
</xs:complexType>
</xs:element>


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