Skip to content

Latest commit

 

History

History
85 lines (62 loc) · 1.81 KB

File metadata and controls

85 lines (62 loc) · 1.81 KB
title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date mtps_version f1_keywords dev_langs monikerRange ms.localizationpriority
LevelingDelay Element
LevelingDelay Element
02a5a3be-5569-4f08-97b0-c23dceb35861
13188090
03/14/2018
v=office.12
LevelingDelay element
xml
>= project-client-2007 || project-client-odc
medium

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.

<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