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

Documentation

Defines break types with their properties and constraints. BreakTypes defined here can be used in BreakConfigurations to define their placement within shifts.

Properties
This component is not nillable.

Model
<BreakTypes>
BreakType+
</BreakTypes>


Nested Element Summary
 BreakType
          A break type with its properties and constraints.  
Source
<xs:element name="BreakTypes">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<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>
</xs:choice>
</xs:complexType>
</xs:element>


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