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

Documentation

These constraints can be used to ensure fairness between all employees that are working under this contract. Note that extension by various other types of fairness constraints would be possible here.

Properties
This component is not nillable.

Model
<FairnessConstraints>
LargestWorkloadGap+
</FairnessConstraints>


Nested Element Summary
WeightedTimeSpanLargestWorkloadGap
           This type of fairness constraint places a limit on the gap between the highest workload and the lowest workload that has been assigned to any employee working under this contract.  
Source
<xs:element minOccurs="0" name="FairnessConstraints">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element name="LargestWorkloadGap" type="WeightedTimeSpan">
</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.