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

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

Documentation

An IdenticalSequence is a sequence of days that must be assigned the same shift type for an 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)? , (Max | Min)+ )
</...>


Nested Element Summary
DateOrDayDay
          Any date or day in the planning period. 
DayCollectionDays
          A arbitrary collection of days within the planning period. 
WeightedIntegerMax
          The maximum number of days with the identical shift type.  
WeightedIntegerMin
          The minimum number of days with the identical shift type.  
WeekDayWeekDay
          Any week day in the planning period. 
Source
<xs:complexType name="IdenticalSequence">
<xs:sequence>
<xs:group minOccurs="0" ref="DayOptions"/>
<xs:choice maxOccurs="unbounded" minOccurs="1">
<xs:element name="Max" type="WeightedInteger">
</xs:element>
<xs:element name="Min" type="WeightedInteger">
</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.