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

Documentation

A break type with its properties and constraints.

Properties
This component is not nillable.

Model
<BreakType
  ID = ID>
(MinLength | MaxLength | MinStart | MaxStart | MinStartShift | MaxStartShift | MinEnd | MaxEnd | MinEndShift | MaxEndShift | WorkLength | MinWorkBefore | MaxWorkBefore | MinWorkAfter | MaxWorkAfter)*
</BreakType>


Nested Element Summary
WeightedTimePointMaxEnd
          The maximum ending time for this break in absolute time of the day.  
WeightedTimeSpanMaxEndShift
          The maximum ending time for this break relative to the shift end.  
WeightedTimeSpanMaxLength
          The maximum length of this break.  
WeightedTimePointMaxStart
          The maximum starting time for this break in absolute time of the day.  
WeightedTimeSpanMaxStartShift
          The maximum starting time for this break relative to the shift start.  
TimeSpanMaxWorkAfter
          The maximum amount of work that may happen after the break.  
TimeSpanMaxWorkBefore
          The maximum amount of work that may happen before the break.  
WeightedTimePointMinEnd
          The minimum ending time for this break in absolute time of the day.  
WeightedTimeSpanMinEndShift
          The minimum ending time for this break relative to the shift end.  
WeightedTimeSpanMinLength
          The minimum length of this break.  
WeightedTimePointMinStart
          The minimum starting time for this break in absolute time of the day.  
WeightedTimeSpanMinStartShift
          The minimum starting time for this break relative to the shift start.  
TimeSpanMinWorkAfter
          The minimum amount of work that may happen after the break.  
TimeSpanMinWorkBefore
          The minimum amount of work that may happen before the break.  
nonNegativeDoubleWorkLength
          Should be a value between 0.0 and 1.0 and defines the fraction of the break that should be counted as paid work.  

Attribute Summary
 IDID
          A unique ID for this BreakType.  

Attribute Detail

ID

A unique ID for this BreakType.

Type:
ID
Use:
required
Form:
unqualified

Source
<xs:element name="BreakType">
<xs:complexType>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element name="MinLength" type="WeightedTimeSpan">
</xs:element>
<xs:element name="MaxLength" type="WeightedTimeSpan">
</xs:element>
<xs:element name="MinStart" type="WeightedTimePoint">
</xs:element>
<xs:element name="MaxStart" type="WeightedTimePoint">
</xs:element>
<xs:element name="MinStartShift" type="WeightedTimeSpan">
</xs:element>
<xs:element name="MaxStartShift" type="WeightedTimeSpan">
</xs:element>
<xs:element name="MinEnd" type="WeightedTimePoint">
</xs:element>
<xs:element name="MaxEnd" type="WeightedTimePoint">
</xs:element>
<xs:element name="MinEndShift" type="WeightedTimeSpan">
</xs:element>
<xs:element name="MaxEndShift" type="WeightedTimeSpan">
</xs:element>
<xs:element name="WorkLength" type="nonNegativeDouble">
</xs:element>
<xs:element name="MinWorkBefore" type="TimeSpan">
</xs:element>
<xs:element name="MaxWorkBefore" type="TimeSpan">
</xs:element>
<xs:element name="MinWorkAfter" type="TimeSpan">
</xs:element>
<xs:element name="MaxWorkAfter" type="TimeSpan">
</xs:element>
</xs:choice>
<xs:attribute name="ID" type="ID" use="required">
</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.