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

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

Documentation

A common type for counter constraints representing either total or consecutive occurrences of working days, days off or assignments of certain shift types.

Properties
This component is not nillable.

Model
<...>
(StartDay?, EndDay? ) (Label?, (NoShift | AnyShift | AnyOrNoShift | ShiftTypes) , (Min | Max)+ )
</...>


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. 
DateOrDayEndDay
          The end day of the range, inclusive. 
xs:stringLabel
          A label for the constraint, the label is only used in visualizations.  
WeightedIntegerMax
          The maximum length or count.  
WeightedIntegerMin
          The minimum length or count.  
NoShiftNoShift
          Represents a day without any shift (a free day). 
IDShiftTypes
          Specifies any shift type or shift group. 
DateOrDayStartDay
          The start day of the range, inclusive. 
Source
<xs:complexType name="SequenceCount">
<xs:complexContent>
<xs:extension base="DayRange">
<xs:sequence>
<xs:element minOccurs="0" name="Label" type="xs:string">
</xs:element>
<xs:group ref="AllShiftOptions"/>
<xs:choice maxOccurs="unbounded">
<xs:element name="Min" type="WeightedInteger">
</xs:element>
<xs:element name="Max" type="WeightedInteger">
</xs:element>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>


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