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

Properties
This component is not nillable.

Model
<EmployeePairings>
(Pair | NotPair)+
</EmployeePairings>


Nested Element Summary
EmployeePairNotPair
          Sets of two or more employees that should not work together in the same shift on the same day (or optionally on an offset day).  
EmployeePairPair
          Sets of two or more employees that should work together in the same shift on the same day (or optionally on an offset day).  
Source
<xs:element name="EmployeePairings">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element name="Pair" type="EmployeePair">
</xs:element>
<xs:element name="NotPair" type="EmployeePair">
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>


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