| |||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
Allows to specify how sequences on the border of the scheduling horizon are treated. Can not be used if CyclicSchedule is used.
Nested Element Summary | |
xs:boolean | HorizonEnd 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:boolean | HorizonStart 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. |
<xs:element minOccurs="0" name="AllowSequenceCutoff"><xs:complexType></xs:element><xs:all></xs:complexType><xs:element default="false" name="HorizonStart" type="xs:boolean">
</xs:element><xs:element default="false" name="HorizonEnd" type="xs:boolean"></xs:all>
</xs:element>
| |||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |