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

Super Types
{http://dbai.tuwien.ac.at/proj/arte/GES/solution} (restriction)

Documentation

A task assignment within the shift describing one continuous block of work on the task. For split tasks use one task assignment for each part.

Properties
This component is not nillable.

Model
<Task
  ID = ID>
(StartTime, EndTime )
</Task>


Nested Element Summary
TimePointEndTime
           The end time of the task (or task part in case of a split task).  
TimePointStartTime
           The starting time of the task (or task part in case of a split task).  

Attribute Summary
 IDID
          The ID of the task. 

Attribute Detail

ID

The ID of the task.

Type:
ID
Use:
required
Form:
unqualified

Source
<xs:element name="Task">
<xs:complexType>
<xs:sequence>
<xs:element name="StartTime" type="TimePoint">
</xs:element>
<xs:element name="EndTime" type="TimePoint">
</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.