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

Documentation

Task types can be placed in groups to be easily referenced in other constraints.

Properties
This component is not nillable.

Model
<TaskGroups>
TaskGroup+
</TaskGroups>


Nested Element Summary
 TaskGroup
          A group of task types. 
Source
<xs:element name="TaskGroups">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element name="TaskGroup">
<xs:complexType>
<xs:choice maxOccurs="unbounded">
<xs:element name="Task" type="ID">
</xs:element>
</xs:choice>
<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.