TimephasedData 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.

 TimephasedData is information about a task, resource, or assignment that is distrubuted over time. Timephased data can also be associated with the baseline of a task or assignment.

<TimephasedData>
  <UID>IntegerValue</UID>
  . . .
</TimephasedData>

Parent Elements

TaskResourceAssignmentBaseline

Child Elements

Element

Required/Optional

Description

Type

Optional

One of the 76 types of timephased data.

UID

Required

Unique ID for the timephased data record.

Start

Optional

Start date for the timephased data record.

Finish

Optional

Finish date for the timephased data record.

Unit

Optional

Time unit for the timephased data record.

Value

Optional

Value for each unit in the timephased data record.

Occurrences

Minimum: 0

Maximum: Unbounded

Example

The following example shows that the timephased data for a task is for % complete (Type = 11), the unit of time is days (Unit = 2), and the task is 50% complete. Work on the task started at 8 a.m. on 9 November, 2007, and ended at 5 p.m. on the same day.

<Task>
   . . .
   <TimephasedData>
      <Type>11</Type>
      <UID>2</UID>
      <Start>2007-11-09T08:00:00</Start>
      <Finish>2007-11-09T17:00:00</Finish>
      <Unit>2</Unit>
      <Value>50</Value>
   </TimephasedData>
   . . .
</Task>

See Also

Concepts

Task Elements and XML Structure

XML Schema for the Tasks Element

Resource Elements and XML Structure

XML Schema for the Resources Element

Assignment Elements and XML Structure

XML Schema for the Assignments Element

TimephasedDataType Elements and XML Structure

XML Schema for the TimephasedDataType Complex Type