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

Documentation

A variable that is defined as a pattern match. Similar matches are used to specify pattern constraints. The variable is assigned the value true, if and only if the equivalent pattern constraint would be satisfied by the solution, i.e. the number of occurrences of the specified pattern is within the given bounds.

Properties
This component is not nillable.

Model
<MatchVariable
  ID = ID>
(Max | Min | Pattern)+
</MatchVariable>


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.  

Attribute Summary
 IDID
          The ID of the MatchVariable.  

Attribute Detail

ID

The ID of the MatchVariable.

Type:
ID
Use:
required
Form:
unqualified

Source
<xs:element name="MatchVariable">
<xs:complexType>
<xs:complexContent>
<xs:extension base="Match">
<xs:attribute name="ID" type="ID" use="required">
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>


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