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>
| Attribute Summary |
ID | type The ID of the break type. |
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.