PeriodChange Element (SetAssignmentWorkData)
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.
Contains elements that define a timephased assignment work data update.
<PeriodChange>
</PeriodChange>
Attributes
Attribute |
Description |
---|---|
None |
Child Elements
ActualWork, Comments, RemainingWork, OvertimeWork, Status, StatusGuid |
Parent Elements
Occurrences
Minimum: 1 Maximum: Unbounded |
Remarks
A single PeriodChange element can contain multiple timephased work data updates.
Example
The following example uses the PeriodChange element to contain a timephased work data update to the Actual Work field and the Remaining Work field.
<Changes>
<Proj ID="a47faeab-0f72-455a-b629-d62faf5fece6">
<Assn ID="352eb69a-a915-4849-b9f0-3d26d0d6e0a8">
<PeriodChange>
<ActualWork Start="2007-04-16T08:00:00" End="2007-04-20T16:00:00">19200000</ActualWork>
<RemainingWork>920000</RemainingWork>
</PeriodChange>
</Assn>
</Proj>
</Changes>