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

Properties
This component is not nillable.

Model
<Schedule>
(Specification?, Employee* )
</Schedule>


Nested Element Summary
EmployeeEmployee
          
xs:stringSpecification
           The file containing the problem specification, either as an absolute or relative path.  
Source
<xs:element name="Schedule">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="Specification" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="Employee" type="Employee"/>
</xs:sequence>
</xs:complexType>
</xs:element>


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