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

Documentation

This optional module can be used to define different types of breaks that should be assigned by the solver during the scheduled working time of the employees.

Properties
This component is not nillable.

Model
<Breaks>
(BreakTypes ; BreakConfigurations)
</Breaks>


Nested Element Summary
 BreakConfigurations
          Patterns of breaks that have to be scheduled in shifts matching the filter criteria.  
 BreakTypes
          A list of different break types that can be used in break pattern definitions.  
Source
<xs:element name="Breaks">
<xs:complexType>
<xs:all>
<xs:element ref="BreakTypes">
</xs:element>
<xs:element ref="BreakConfigurations">
</xs:element>
</xs:all>
</xs:complexType>
</xs:element>


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