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

Documentation

If this element is present, this task can be split into multiple parts (start of the first and end of the last part will be used to determine deviations from given time windows). The minimum length of each part is given by minLength. If breaksOnly is true, only breaks can be scheduled between parts.

Properties
This component is not nillable.

Model
<AllowSplit
  breaksOnly = xs:boolean
  minLength = TimeSpan>

</AllowSplit>


Attribute Summary
 xs:booleanbreaksOnly
          If breaksOnly is true, only breaks can be scheduled between the task parts.  
 TimeSpanminLength
          The minimum length that each task part must have.  

Attribute Detail

breaksOnly

If breaksOnly is true, only breaks can be scheduled between the task parts.

Type:
xs:boolean
Use:
optional
Form:
unqualified

minLength

The minimum length that each task part must have.

Type:
TimeSpan
Use:
optional
Form:
unqualified

Source
<xs:element minOccurs="0" name="AllowSplit">
<xs:complexType>
<xs:attribute name="minLength" type="TimeSpan" use="optional">
</xs:attribute>
<xs:attribute name="breaksOnly" type="xs:boolean" use="optional">
</xs:attribute>
</xs:complexType>
</xs:element>


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