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

Documentation

References task executions by task cover ID that have to be completed before this task execution can be scheduled.

Properties
This component is not nillable.

Model
<Prerequisites>
Task+
</Prerequisites>


Nested Element Summary
IDTask
           A task execution that has to be completed before the enclosing task cover 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.