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

Documentation

A time period during which the employee must not have any work assigned.

Properties
This component is not nillable.

Model
<NoShift>
(StartDay?, EndDay? ) (StartTime?, EndTime? )
</NoShift>


Nested Element Summary
DateOrDayEndDay
          The end day of the range, inclusive. 
TimePointEndTime
          The end time of the time period during which the employee must not have any task assignments.  
DateOrDayStartDay
          The start day of the range, inclusive. 
TimePointStartTime
          The start time of the time period during which the employee must not have any task assignments.  
Source
<xs:element name="NoShift">
<xs:complexType>
<xs:complexContent>
<xs:extension base="DayRange">
<xs:sequence>
<xs:element minOccurs="0" name="StartTime" type="TimePoint">
</xs:element>
<xs:element minOccurs="0" name="EndTime" type="TimePoint">
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>


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