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

Documentation

A ShiftCover entry indicates that the given number of employees has to be assigned this shift type, optionally grouped by skill. This variant should be used for instances, where the starting and ending time of shifts is either unknown or not relevant for covering the demand.

Properties
This component is not nillable.

Model
<ShiftCover
  ID = ID>
(Shift, (Day | WeekDay | Days) , Requirements )
</ShiftCover>


Nested Element Summary
DateOrDayDay
          Any date or day in the planning period. 
DayCollectionDays
          A arbitrary collection of days within the planning period. 
CoverRequirementsRequirements
          Minimum and maximum number of employees assigned to this shift type.  
IDShift
          The ID of the shift type for which the cover requirements will be defined.  
WeekDayWeekDay
          Any week day in the planning period. 

Attribute Summary
 IDID
          A unique ID for this ShiftCover.  

Attribute Detail

ID

A unique ID for this ShiftCover.

Type:
ID
Use:
optional
Form:
unqualified

Source
<xs:element name="ShiftCover">
<xs:complexType>
<xs:sequence>
<xs:element name="Shift" type="ID">
</xs:element>
<xs:group ref="DayOptions"/>
<xs:element name="Requirements" type="CoverRequirements">
</xs:element>
</xs:sequence>
<xs:attribute name="ID" type="ID" use="optional">
</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.