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

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

Documentation

A shift assignment.

Properties
This component is not nillable.

Model
<Shift
  type = ID>
(Day, StartTime?, EndTime?, (Task | Break)* )
</Shift>


Nested Element Summary
 Break
          A break assignment within the shift. 
DateOrDayDay
          The day in the planning period the shift starts on. 
TimePointEndTime
          The time the shift ends. 
TimePointStartTime
          The time the shift starts. 
 Task
          A task assignment within the shift describing one continuous block of work on the task. 

Attribute Summary
 IDtype
          The ID of the shift type. 

Attribute Detail

type

The ID of the shift type.

Type:
ID
Use:
required
Form:
unqualified

Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="Shift">
<xs:complexType>
<xs:sequence>
<xs:element name="Day" type="DateOrDay">
</xs:element>
<xs:element minOccurs="0" name="StartTime" type="TimePoint">
</xs:element>
<xs:element minOccurs="0" name="EndTime" type="TimePoint">
</xs:element>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<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>
<xs:element name="Break">
<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="type" type="ID" use="required">
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:sequence>
<xs:attribute name="type" 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.