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

Super Types
{http://dbai.tuwien.ac.at/proj/arte/GES} (restriction)

Documentation

Each time this task is scheduled for the enclosing employee, the given penalty is added to the fitness function. Alternatively, also a task group can be given. In this case, the constraint applies to each task of this group. This constraint can also be used to denote that an employee is not well suited for a certain task (while still qualified to do it in principle).

Properties
This component is not nillable.

Model
<PenalizedTask
  weight = nonNegativeDouble>
ID
</PenalizedTask>


Attribute Summary
 nonNegativeDoubleweight
          The weight that should be added in case of a violation.  

Attribute Detail

weight

The weight that should be added in case of a violation.

Type:
nonNegativeDouble
Use:
optional
Form:
unqualified

Source
<xs:element name="PenalizedTask">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ID">
<xs:attribute name="weight" type="nonNegativeDouble">
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>


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