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

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

Documentation

An employee-to-shift assignment that will count as a match for this pairing.

Properties
This component is not nillable.

Model
<Assignment>
(Employee, (NoShift | AnyShift | AnyOrNoShift | ShiftTypes) + )
</Assignment>


Nested Element Summary
AnyOrNoShiftAnyOrNoShift
          Represents a day with any shift or no shift at all. 
AnyShiftAnyShift
          Represents a day with any shift, but not a free day. 
IDEmployee
          The ID of the employee, this cannot be a VariableEmployee.  
NoShiftNoShift
          Represents a day without any shift (a free day). 
IDShiftTypes
          Specifies any shift type or shift group. 
Source
<xs:element name="Assignment">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="1" name="Employee" type="ID">
</xs:element>
<xs:choice maxOccurs="unbounded" minOccurs="1">
<xs:group ref="AllShiftOptions"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
</xs:element>


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