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

Documentation

If this element is present, the time counted as weekend can be specified, default: shifts starting on Saturday and Sunday.

Properties
This component is not nillable.

Model
<WeekendDefinition>
(Days | Precise)
</WeekendDefinition>


Nested Element Summary
 Days
          Shifts starting on one of the given days are counted as weekend shifts.  
 Precise
          Weekend shifts can be specified precisely, e.g to specify all shifts ending later than 22:00 on Friday already as weekend.  
Source
<xs:element minOccurs="0" name="WeekendDefinition">
<xs:complexType>
<xs:choice>
<xs:element name="Days">
<xs:simpleType>
<xs:list itemType="WeekDay"/>
</xs:simpleType>
</xs:element>
<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>
</xs:choice>
</xs:complexType>
</xs:element>


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