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

Super Types
{http://dbai.tuwien.ac.at/proj/arte/GES/solution} (restriction)

Documentation

A break assignment within the shift.

Properties
This component is not nillable.

Model
<Break
  type = ID>
(StartTime, EndTime )
</Break>


Nested Element Summary
TimePointEndTime
          The end time of the break. 
TimePointStartTime
          The starting time of the break. 

Attribute Summary
 IDtype
          The ID of the break type. 

Attribute Detail

type

The ID of the break type.

Type:
ID
Use:
required
Form:
unqualified

Source
<xs:element name="Break">
<xs:complexType>
<xs:sequence>
<xs:element name="StartTime" type="TimePoint">
</xs:element>
<xs:element name="EndTime" type="TimePoint">
</xs:element>
</xs:sequence>
<xs:attribute name="type" 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.