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

Documentation

Specifies limits on the number of different instances of shifts (i.e with differing start or end times), optionally grouped by shift type. The total number of instances over all given types must be within the bounds.

Properties
This component is not nillable.

Model
<ShiftInstances>
(ShiftTypes?, (Min | Max)+ )
</ShiftInstances>


Nested Element Summary
WeightedIntegerMax
          The maximum number of instances for this shift type.  
WeightedIntegerMin
          The minimum number of instances for this shift type.  
IDShiftTypes
          The ID of a Shift or ShiftGroup. 
Source
<xs:element minOccurs="0" name="ShiftInstances">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="ShiftTypes" type="ID">
</xs:element>
<xs:choice maxOccurs="unbounded">
<xs:element name="Min" type="WeightedInteger">
</xs:element>
<xs:element name="Max" type="WeightedInteger">
</xs:element>
</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.