http://dbai.tuwien.ac.at/proj/arte/GES
group ShiftOptions

Documentation

Provides a set of options to specify either any shift or a specific shift type or group.

Properties
This component is not nillable.

Model

(AnyShift | ShiftTypes)


Nested Element Summary
AnyShiftAnyShift
          Represents a day with any shift, but not a free day. 
IDShiftTypes
          Specifies any shift type or shift group. 
Source
<xs:group name="ShiftOptions">
<xs:choice>
<xs:element name="AnyShift" type="AnyShift">
</xs:element>
<xs:element name="ShiftTypes" type="ID">
</xs:element>
</xs:choice>
</xs:group>


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