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

Documentation

Specifies the limits for a given range in the planning period.

Properties
This component is not nillable.

Model
<EmployeeLimit>
(StartDay?, EndDay? ) (Min | Max)*
</EmployeeLimit>


Nested Element Summary
DateOrDayEndDay
          The end day of the range, inclusive. 
WeightedIntegerMax
          The maximum number of employee assignments to this shifttype.  
WeightedIntegerMin
          The minimum number of employee assignments to this shifttype.  
DateOrDayStartDay
          The start day of the range, inclusive. 
Source
<xs:element name="EmployeeLimit">
<xs:complexType>
<xs:complexContent>
<xs:extension base="DayRange">
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element name="Min" type="WeightedInteger">
</xs:element>
<xs:element name="Max" type="WeightedInteger">
</xs:element>
</xs:choice>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>


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