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

Documentation

A group of task types.

Properties
This component is not nillable.

Model
<TaskGroup
  ID = ID>
Task+
</TaskGroup>


Nested Element Summary
IDTask
          

Attribute Summary
 IDID
          A unique ID for this task group.  

Attribute Detail

ID

A unique ID for this task group.

Type:
ID
Use:
required
Form:
unqualified

Source
<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>


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