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

Documentation

Weekend shifts can be specified precisely, e.g to specify all shifts ending later than 22:00 on Friday already as weekend.

Properties
This component is not nillable.

Model
<Precise>
(StartDay ; StartTime ; StartCompleteOnly ; EndDay ; EndTime ; EndCompleteOnly)
</Precise>


Nested Element Summary
xs:booleanEndCompleteOnly
          If true, only shifts ending within the weekend interval are regarded weekend shifts, otherwise shifts starting in, but ending after the weekend are regarded weekend shifts as well, e.g to specify whether Sunday nightshift is considered a weekend shift, default: true.  
WeekDayEndDay
          Weekend ending day.  
TimePointEndTime
          Time point for the weekend end.  
xs:booleanStartCompleteOnly
          If true, only shifts starting within the weekend interval are regarded weekend shifts, otherwise shifts starting before, but ending within the weekend are regarded weekend shifts as well, e.g to specify whether Friday nightshift is considered a weekend shift, default: true.  
WeekDayStartDay
          Weekend starting day.  
TimePointStartTime
          Time point for the weekend start.  
Source
<xs:element name="Precise">
<xs:complexType>
<xs:all>
<xs:element name="StartDay" type="WeekDay">
</xs:element>
<xs:element name="StartTime" type="TimePoint">
</xs:element>
<xs:element default="true" name="StartCompleteOnly" type="xs:boolean">
</xs:element>
<xs:element name="EndDay" type="WeekDay">
</xs:element>
<xs:element name="EndTime" type="TimePoint">
</xs:element>
<xs:element default="true" name="EndCompleteOnly" type="xs:boolean">
</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.