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

Documentation

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

Properties
This component is not nillable.

Model

(NoShift | AnyShift | AnyOrNoShift | ShiftTypes)


Nested Element Summary
AnyOrNoShiftAnyOrNoShift
          Represents a day with any shift or no shift at all. 
AnyShiftAnyShift
          Represents a day with any shift, but not a free day. 
NoShiftNoShift
          Represents a day without any shift (a free day). 
IDShiftTypes
          Specifies any shift type or shift group. 
Source
<xs:group name="AllShiftOptions">
<xs:choice>
<xs:element name="NoShift" type="NoShift">
</xs:element>
<xs:element name="AnyShift" type="AnyShift">
</xs:element>
<xs:element name="AnyOrNoShift" type="AnyOrNoShift">
</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.