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

Documentation

Specifies limits on the number of overall employee assignments for the shift type inside a given time period.

Properties
This component is not nillable.

Model
<EmployeeLimits>
EmployeeLimit+
</EmployeeLimits>


Nested Element Summary
 EmployeeLimit
          Specifies the limits for a given range in the planning period.  
Source
<xs:element minOccurs="0" name="EmployeeLimits">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<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>
</xs:choice>
</xs:complexType>
</xs:element>


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