Share via


<LevelingDelay> Element

For a <Task>, <LevelingDelay> is the amount of time that a task is to be delayed from its early start date as a result of resource leveling.

For an <Assignment>, it is the total amount of work scheduled to be performed by a resource on a task.

Element Properties

Property Value
Data Type Integer
Minimum Occurrences 0
Maximum Occurrences 1
Default Value N/A
Abstract False
Nillable False
Element Constraints N/A

Parent Elements

Task
Assignment

See Also

XML Schema for the <Task> Element
XML Structure for the <Task> Element

XML Schema for the <Assignment> Element
XML Structure for the <Assignment> Element

<LevelingDelayFormat> Element

Remarks

A <LevelingDelay> requires the <LevelingDelayFormat> to be specified. For example, a leveling delay of 3 days in a task would be expressed as follows:

<Task>
     ...
   <LevelingDelay>3</LevelingDelay>
   <LevelingDelayFormat>7</LevelingDelayFormat>
     ...
</Task>