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

Documentation

Contains restrictions that have to be evaluated globally over all assigned shifts. Note that extension by various other types of global constraints would be possible here.

Properties
This component is not nillable.

Model
<GlobalShiftConstraints>
(AverageShiftLength | ShiftInstances)*
</GlobalShiftConstraints>


Nested Element Summary
 AverageShiftLength
          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).  
 ShiftInstances
          Specifies limits on the number of different instances of shifts (i.e with differing start or end times), optionally grouped by shift type. 
Source
<xs:element name="GlobalShiftConstraints">
<xs:complexType>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<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>
<xs:element minOccurs="0" name="ShiftInstances">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="ShiftTypes" type="ID">
</xs:element>
<xs:choice maxOccurs="unbounded">
<xs:element name="Min" type="WeightedInteger">
</xs:element>
<xs:element name="Max" type="WeightedInteger">
</xs:element>
</xs:choice>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.