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

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

Documentation

A set of employee-to-shift assignments to be matched in an EmployeePairing constraint. A solution contains a pairing if all employees have at least one of the listed assignments on the given day (or days).

Properties
This component is not nillable.

Model
<...>
Assignment+
</...>


Nested Element Summary
 Assignment
          An employee-to-shift assignment that will count as a match for this pairing.  
Source
<xs:complexType name="PairingType">
<xs:choice maxOccurs="unbounded">
<xs:element name="Assignment">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="1" name="Employee" type="ID">
</xs:element>
<xs:choice maxOccurs="unbounded" minOccurs="1">
<xs:group ref="AllShiftOptions"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>


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