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

Documentation

The break that should be scheduled in this fixed shift assignment. This may include breaks not allowed by break types and configurations without making a solution infeasible.

Properties
This component is not nillable.

Model
<Break
  ID = ID>
(Start, Length )
</Break>


Nested Element Summary
TimeSpanLength
          The length of the break to schedule.  
TimePointStart
          The starting time of the break to schedule.  

Attribute Summary
 IDID
          The ID of the break to schedule.  

Attribute Detail

ID

The ID of the break to schedule.

Type:
ID
Use:
required
Form:
unqualified

Source
<xs:element name="Break">
<xs:complexType>
<xs:sequence>
<xs:element name="Start" type="TimePoint">
</xs:element>
<xs:element name="Length" type="TimeSpan">
</xs:element>
</xs:sequence>
<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.