dependencies Element (Tasks Schema)
Specifies a collection of tasks that must complete before the current task can start.
Schema Hierarchy
dependencies Element (Tasks Schema)
<dependencies>
<dependency>…</dependency>
</dependencies>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
Element |
Description |
---|---|
dependency |
Optional element. Specifies the ID of another task that this task depends on. The other task must complete before this task can start. |
Parent Elements
Element |
Description |
---|---|
task |
Required element. Specifies work that must occur to configure something specific to the process in a new team project. |
Remarks
dependencies is an optional child element of task.
minOccurs="0"
maxOccurs="1"
Element Information
Namespace |
Empty |
Schema Name |
Tasks Schema |
Validation File |
Tasks.xsd |
Element Type |
dependencies |
Can Be Empty |
Yes |
See Also
Reference
dependency Element (Tasks Schema)