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

Documentation
A TimeCover entry indicates that the given number of employees has to be working during that time period, optionally grouped by skill. If the given interval (Start to End) spans more than one time slot, the cover requirements have to be fulfilled in each time slot within the interval. For intervals ending on a different day, use the day prefix of the TimePoint type to denote the end, e.g. for 6AM on the next day, give the end date as 1.06:00.
Note: to model floating requirements, i.e. a total number of time slots that have to be assigned within a given interval, use a Task-based formulation instead.
Properties
This component is not nillable.

Model
<TimeCover
  ID = ID>
((Day | WeekDay | Days) , StartTime, EndTime, Requirements )
</TimeCover>


Nested Element Summary
DateOrDayDay
          Any date or day in the planning period. 
DayCollectionDays
          A arbitrary collection of days within the planning period. 
TimePointEndTime
          The end of the time period. 
CoverRequirementsRequirements
          Minimum and maximum number of employees assigned to work during the given time interval.  
TimePointStartTime
          The start of the time period. 
WeekDayWeekDay
          Any week day in the planning period. 

Attribute Summary
 IDID
          A unique ID for this TimeCover.  

Attribute Detail

ID

A unique ID for this TimeCover.

Type:
ID
Use:
optional
Form:
unqualified

Source
<xs:element name="TimeCover">
<xs:complexType>
<xs:sequence>
<xs:group ref="DayOptions"/>
<xs:element name="StartTime" type="TimePoint">
</xs:element>
<xs:element name="EndTime" type="TimePoint">
</xs:element>
<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.