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

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

Documentation

A match contains a number of sequences of shifts (patterns) that might appear in a roster. The total number of occurences of these patterns within a single employee's schedule should be within the defined bounds. Multiple Min and Max tags can be used to model e.g. preferred and absolute limits.

Properties
This component is not nillable.

Model
<...>
(Max | Min | Pattern)+
</...>


Nested Element Summary
WeightedIntegerMax
          The maximum number matches of the pattern(s).  
WeightedIntegerMin
          The minimum number of matches of the pattern(s).  
PatternPattern
          A regular expression for matching sequences of shift types and days off.  
Source
<xs:complexType name="Match">
<xs:sequence>
<xs:choice maxOccurs="unbounded" minOccurs="1">
<xs:element name="Max" type="WeightedInteger">
</xs:element>
<xs:element name="Min" type="WeightedInteger">
</xs:element>
<xs:element name="Pattern" type="Pattern">
</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.