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

Documentation

If this element is used, the schedule is cyclic and the last day of the schedule is again followed by the first day. The meaning of the possible values is as follows:

Cyclic: The schedule of each employee repeats itself after the end of the planning period.

Rotating: After the end of the planning period, each employee is assigned the schedule of the employee below, e.g. Employee 1 is assigned the schedule of Employee 2 and so on.
For a rotating schedule, all employees must have the same contracts and preferences.

Properties
This component is not nillable.

Model
<CyclicSchedule>

</CyclicSchedule>

Source
<xs:element minOccurs="0" name="CyclicSchedule">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Cyclic"/>
<xs:enumeration value="Rotating"/>
</xs:restriction>
</xs:simpleType>
</xs:element>


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