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

Specifies the identity of the project to change with an assignment work data update.

<Proj
    ID = "Text">
</Proj>

Attributes

Attribute

Description

ID

Required Text. Specifies the globally unique identifier (GUID) of the assignment. Values must be in the form "FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF" where "F" represents a hexadecimal digit between "'0" and "F".

Child Elements

Assn

Parent Elements

Changes

Occurrences

Minimum: 1

Maximum: Unbounded

Remarks

A single Proj element can contain updates to multiple assignments.

Example

The following example uses the Proj element to contain updates to two assignments.

<Changes>
  <Proj ID="a47faeab-0f72-455a-b629-d62faf5fece6">
    <Assn ID="6c9888a8-a782-47ac-a905-e84ad1fe0fb2">
    …
    </Assn>
    <Assn ID="5f31abf4-73a9-1ae4-c38d-234ea7242ab0">
    …
    </Assn>
  </Proj>
</Changes>