Share via


FixedCost Element (Baseline)

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.

The fixed cost of the task when the baseline was saved.

<FixedCost>
  FloatValue
</FixedCost>

Parent Elements

Baseline

Occurrences

Minimum: 0

Maximum: 1

Text Value

A text value of type float is required.

Remarks

Fixed costs are costs for a task that remain constant regardless of the task duration, the amount of work performed by the resource, and the number of assignment units.

Example

The following example uses the FixedCost element to indicate that the task has no fixed cost.

<Task>
  …
  <FixedCost>0</FixedCost>
  …
</Task>

See Also

Concepts

Task Elements and XML Structure

XML Schema for the Tasks Element