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

Documentation
This module contains information about the workforce requirements. There are three different ways to specify this, one of which must be chosen.
Properties
This component is not nillable.

Model
<Demands>
(ShiftCover+ | TimeCover+ | TaskCover+)
</Demands>


Nested Element Summary
 ShiftCover
          Specifies a number of cover requirements per shift type.  
 TaskCover
          Specifies a number of Task based cover requirements.  
 TimeCover
          Specifies a number of cover requirements per time period.  
Source
<xs:element name="Demands">
<xs:complexType>
<xs:choice>
<xs:element maxOccurs="unbounded" ref="ShiftCover">
</xs:element>
<xs:element maxOccurs="unbounded" ref="TimeCover">
</xs:element>
<xs:element maxOccurs="unbounded" ref="TaskCover">
</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.