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

Documentation

Defines a special task for each employee working in the shift (e.g tidying up the workplace). Such a task is defined by its length and its position within the shift, specified as an offset either from the start or the end of the shift.

Properties
This component is not nillable.

Model
<FixedShiftTask
  ID = ID>
((AfterShiftStart | BeforeShiftEnd) , Length )
</FixedShiftTask>


Nested Element Summary
TimeSpanAfterShiftStart
          The start time of the FixedShiftTask relative to the start of the shift.  
TimeSpanBeforeShiftEnd
          The start time of the FixedShiftTask relative to the end of the shift.  
TimeSpanLength
          The length of the FixedShiftTask.  

Attribute Summary
 IDID
          The ID of the task to perform 

Attribute Detail

ID

The ID of the task to perform

Type:
ID
Use:
required
Form:
unqualified

Source
<xs:element name="FixedShiftTask">
<xs:complexType>
<xs:sequence>
<xs:choice>
<xs:element name="AfterShiftStart" type="TimeSpan">
</xs:element>
<xs:element name="BeforeShiftEnd" type="TimeSpan">
</xs:element>
</xs:choice>
<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.