LevelingDelay Element

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

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.

<LevelingDelay>
  IntegerValue
</LevelingDelay>

Parent Elements

TaskAssignment

Occurrences

Minimum: 0

Maximum: 1

Remarks

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

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

See Also

Reference

LevelingDelayFormat Element

Concepts

Task Elements and XML Structure

XML Schema for the Tasks Element

Assignment Elements and XML Structure

XML Schema for the Assignments Element