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

Documentation

Provides information about available task types. A task is a unit of work that has to be scheduled within a certain time window and requires at least one employee. If multiple employees are required to complete a task, it is assumed that they have to work on it at the same time. Similarly, it is not possible to split work on a task across multiple employees (e.g. employee A works the first 30 minutes of a 1 hour task and employee B the second 30 minutes). Employees assigned to a task have to be present for the whole length of the task (if it is split into multiple parts, the same employees have to work on each part).

Properties
This component is not nillable.

Model
<Tasks>
(TaskTypes ; TaskGroups?)
</Tasks>


Nested Element Summary
 TaskGroups
          Similar tasks can be grouped together to be easily referenced in other constraints.  
 TaskTypes
          A list of available task types, where each scheduled task must match one of the listed types.  
Source
<xs:element name="Tasks">
<xs:complexType>
<xs:all>
<xs:element ref="TaskTypes">
</xs:element>
<xs:element minOccurs="0" ref="TaskGroups">
</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.