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

Properties
This component is not nillable.

Model
<Employees>
(Skills? ; Contracts? ; EmployeeList ; EmployeePairings?)
</Employees>


Nested Element Summary
 Contracts
          A list of contracts that contain most of the constraints regarding the assignment of shifts to employees.  
 EmployeeList
          A list of available employees, either as individuals or homogeneous groups of variable size.  
 EmployeePairings
          This can be used to model constraints such as two or more employees having to work certain shifts at the same time or oppositely, two or more employees must not work certain shifts at the same time.  
 Skills
          A list of skills (qualifications) relevant for the schedule, employees may possess an arbitrary number of skills.  
Source
<xs:element name="Employees">
<xs:complexType>
<xs:all>
<xs:element minOccurs="0" ref="Skills">
</xs:element>
<xs:element minOccurs="0" ref="Contracts">
</xs:element>
<xs:element ref="EmployeeList">
</xs:element>
<xs:element minOccurs="0" ref="EmployeePairings">
</xs:element>
</xs:all>
</xs:complexType>
</xs:element>


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