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

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

Documentation

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

Properties
This component is not nillable.

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


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="ShiftOffRequest">
<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.