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

Documentation

Allows to specify how sequences on the border of the scheduling horizon are treated. Can not be used if CyclicSchedule is used.

Properties
This component is not nillable.

Model
<AllowSequenceCutoff>
(HorizonStart ; HorizonEnd)
</AllowSequenceCutoff>


Nested Element Summary
xs:booleanHorizonEnd
           true to allow cut-off sequences at the end of the horizon (e.g to allow completion in the next scheduling period), false to allow only complete sequences at the end; default: false  
xs:booleanHorizonStart
           true to allow cut-off sequences at the beginning of the horizon, false to allow only complete sequences at the beginning; should be set to false if a history of previous assignments is given (cut-off sequences of previous assignments that lie strictly before the scheduling horizon do not count as a violation); default: false.  
Source
<xs:element minOccurs="0" name="AllowSequenceCutoff">
<xs:complexType>
<xs:all>
<xs:element default="false" name="HorizonStart" type="xs:boolean">
</xs:element>
<xs:element default="false" name="HorizonEnd" type="xs:boolean">
</xs:element>
</xs:all>
</xs:complexType>
</xs:element>


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