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

Documentation

The task which should be scheduled in this fixed shift assignment. The given Start and Length may lie outside the valid time windows for this task without making a solution infeasible.

Properties
This component is not nillable.

Model
<Task
  ID = ID>
(Start, Length )
</Task>


Nested Element Summary
TimeSpanLength
          The length of the task to be scheduled.  
TimePointStart
          The starting time of the task to be scheduled.  

Attribute Summary
 IDID
          The ID of the task to be scheduled.  

Attribute Detail

ID

The ID of the task to be scheduled.

Type:
ID
Use:
required
Form:
unqualified

Source
<xs:element name="Task">
<xs:complexType>
<xs:sequence>
<xs:element name="Start" type="TimePoint">
</xs:element>
<xs:element name="Length" type="TimeSpan">
</xs:element>
</xs:sequence>
<xs:attribute name="ID" type="ID" use="required">
</xs:attribute>
</xs:complexType>
</xs:element>


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