http://dbai.tuwien.ac.at/proj/arte/GES/solution
complexType Employee

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://dbai.tuwien.ac.at/proj/arte/GES/solution}Employee (restriction)

Documentation

The schedule for an employee.

Properties
This component is not nillable.

Model
<...
  ID = ID>
Shift
</...>


Nested Element Summary
 Shift
          A shift assignment. 

Attribute Summary
 IDID
          The ID of the employee. 

Attribute Detail

ID

The ID of the employee.

Type:
ID
Use:
required
Form:
unqualified

Source
<xs:complexType name="Employee">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="Shift">
<xs:complexType>
<xs:sequence>
<xs:element name="Day" type="DateOrDay">
</xs:element>
<xs:element minOccurs="0" name="StartTime" type="TimePoint">
</xs:element>
<xs:element minOccurs="0" name="EndTime" type="TimePoint">
</xs:element>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element name="Task">
<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="ID" type="ID" use="required">
</xs:attribute>
</xs:complexType>
</xs:element>
<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>
</xs:choice>
</xs:sequence>
<xs:attribute name="type" type="ID" use="required">
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="ID" type="ID" use="required">
</xs:attribute>
</xs:complexType>


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