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

Documentation

Minimum and maximum amount of time the employee can work consecutively on the same type of task, optionally restricted to certain task types or days.

Properties
This component is not nillable.

Model
<TaskLengths>
(TaskTypes?, (Day | WeekDay | Days)? , (Min | Max)* )
</TaskLengths>


Nested Element Summary
DateOrDayDay
          Any date or day in the planning period. 
DayCollectionDays
          A arbitrary collection of days within the planning period. 
WeightedTimeSpanMax
          The maximum length of a consecutive sequence of task assignments of the same type.  
WeightedTimeSpanMin
          The minimum length of a consecutive sequence of task assignments of the same type.  
IDTaskTypes
          The ID of the task or task group that this constraint applies to. 
WeekDayWeekDay
          Any week day in the planning period. 
Source
<xs:element minOccurs="0" name="TaskLengths">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="TaskTypes" type="ID">
</xs:element>
<xs:group minOccurs="0" ref="DayOptions"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element name="Min" type="WeightedTimeSpan">
</xs:element>
<xs:element name="Max" type="WeightedTimeSpan">
</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.