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

Documentation

A list of task types that can be used in the schedule.

Properties
This component is not nillable.

Model
<TaskTypes>
TaskType+
</TaskTypes>


Nested Element Summary
 TaskType
          A task type is a certain type of work that can be scheduled within certain time windows and requires at least one employee. 
Source
<xs:element name="TaskTypes">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element name="TaskType">
<xs:complexType>
<xs:all>
<xs:element minOccurs="0" name="Name" type="xs:token">
</xs:element>
<xs:element minOccurs="0" name="Prerequisites">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element name="Task" type="ID">
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element minOccurs="0" name="IsWork" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="ReAcquaintancePeriod" type="TimeSpan">
</xs:element>
</xs:all>
<xs:attribute name="ID" type="ID" use="required">
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>


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