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

Documentation

A variable that is defined as a workload time unit. Similar time units are used to specify workload constraints. The variable is assigned the value true, if and only if the equivalent workload constraint would be satisfied by the solution, i.e. the workload for the employee is within the bounds specified during the given region.

Properties
This component is not nillable.

Model
<WorkloadVariable
  ID = ID>
(StartDay?, EndDay? ) (Min?, Max?, Unit? )
</WorkloadVariable>


Nested Element Summary
DateOrDayEndDay
          The end day of the range, inclusive. 
WeightedTimeSpanMax
          The minimum amount of time worked.  
WeightedTimeSpanMin
          The maximum amount of time worked.  
DateOrDayStartDay
          The start day of the range, inclusive. 
WorkUnitUnit
          Can have the value "ShiftLength" (count all time including breaks), or "WorkTime" (count only actual working time). 

Attribute Summary
 IDID
          The ID of the WorkloadVariable.  

Attribute Detail

ID

The ID of the WorkloadVariable.

Type:
ID
Use:
required
Form:
unqualified

Source
<xs:element maxOccurs="unbounded" minOccurs="1" name="WorkloadVariable">
<xs:complexType>
<xs:complexContent>
<xs:extension base="WorkloadType">
<xs:attribute name="ID" type="ID" use="required">
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>


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