http://dbai.tuwien.ac.at/proj/arte/GES
complexType CoverRequirements

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://dbai.tuwien.ac.at/proj/arte/GES}CoverRequirements (restriction)

Documentation

A list of required personnel numbers for this time period, shift or task, optionally grouped by necessary skill. Multiple Min and Max entries can be combined to model e.g. minimum and preferred staffing levels.

Properties
This component is not nillable.

Model
<...>
(Min | Max)*
</...>


Nested Element Summary
WeightedIntSkillMax
          Maximum number of employees required during the time period, shift or task.  
WeightedIntSkillMin
          Minimum number of employees required during the time period, shift or task.  
Source
<xs:complexType name="CoverRequirements">
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element name="Min" type="WeightedIntSkill">
</xs:element>
<xs:element name="Max" type="WeightedIntSkill">
</xs:element>
</xs:choice>
</xs:complexType>


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