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

Documentation

References task types by ID that have to be completed before this task type can be scheduled. Note that this constraint is satisfied as long as the task type was scheduled anywhere previously in the planning period. For prerequisites aiming at specific executions of task types use the option in the task cover.

Properties
This component is not nillable.

Model
<Prerequisites>
Task+
</Prerequisites>


Nested Element Summary
IDTask
           A task that has to be completed before the enclosing task can be scheduled.  
Source
<xs:element minOccurs="0" name="Prerequisites">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element name="Task" type="ID">
</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.