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

Documentation

This constraint can be used to set upper and lower limits to the average length of all shifts that are scheduled in the whole horizon (optionally filtered by shift type).

Properties
This component is not nillable.

Model
<AverageShiftLength>
(ShiftTypes?, (Min | Max)+ )
</AverageShiftLength>


Nested Element Summary
WeightedTimeSpanMax
          
WeightedTimeSpanMin
          
IDShiftTypes
          The ID of a Shift or ShiftGroup. 
Source
<xs:element name="AverageShiftLength">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="ShiftTypes" type="ID">
</xs:element>
<xs:choice maxOccurs="unbounded">
<xs:element name="Min" type="WeightedTimeSpan"/>
<xs:element name="Max" type="WeightedTimeSpan"/>
</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.