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

Documentation

Minimum and maximum number of task switches or skill assignments per shift. Should only be used if >AllowWorkSwitchesPerShift< is set to true (or omitted).

Properties
This component is not nillable.

Model
<WorkSwitchLimitPerShift>
(Min | Max)*
</WorkSwitchLimitPerShift>


Nested Element Summary
WeightedIntegerMax
          
WeightedIntegerMin
          
Source
<xs:element minOccurs="0" name="WorkSwitchLimitPerShift">
<xs:complexType>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element name="Min" type="WeightedInteger"/>
<xs:element name="Max" type="WeightedInteger"/>
</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.