http://dbai.tuwien.ac.at/proj/arte/GES
complexType Pattern

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://dbai.tuwien.ac.at/proj/arte/GES}Pattern (restriction)

Documentation

A Pattern is a sequence of shifts that are assigned to a single employee starting at any of the given days in the planning period (or at any day if no days are specified).

Properties
This component is not nillable.

Model
<...>
((Day | WeekDay | Days)? , ((NoShift | AnyShift | AnyOrNoShift | ShiftTypes) | NotShiftTypes)+ )
</...>


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. 
DateOrDayDay
          Any date or day in the planning period. 
DayCollectionDays
          A arbitrary collection of days within the planning period. 
NoShiftNoShift
          Represents a day without any shift (a free day). 
IDNotShiftTypes
          Match anything but this shift type or shift group (including a day without a shift).  
IDShiftTypes
          Specifies any shift type or shift group. 
WeekDayWeekDay
          Any week day in the planning period. 
Source
<xs:complexType name="Pattern">
<xs:sequence>
<xs:group minOccurs="0" ref="DayOptions"/>
<xs:choice maxOccurs="unbounded">
<xs:group ref="AllShiftOptions"/>
<xs:element name="NotShiftTypes" type="ID">
</xs:element>
</xs:choice>
</xs:sequence>
</xs:complexType>


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