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

Specifies the identity of the project to change with a status update.

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

Attributes

Attribute

Description

ID

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

Child Elements

Assn, Task

Parent Elements

Changes

Occurrences

Minimum: 1

Maximum: Unbounded

Example

The following example uses the Proj element to specify the identity of the project to update. The Proj element can contain updates for multiple assignments and tasks.

<Changes>
  <Proj ID="2d52effd-84f9-4ba8-ab8a-989dd92b2c20">
    <Assn ID="5f04e9f2-93c4-4b2e-9406-809dbe4ff590">
      …
    </Assn>
    <Assn ID="3a0f23f6-6a33-c12a-cabb-903abf539da2">
      …
    </Assn>
    <Task ID="6cf34fdd-51f2-4034-bd93-480f55ba3337">
      …
    </Task>
    <Task ID="2a358b22-5edf-11db-8373-b622a1ef5492">
      …
    </Task>
  </Proj>
</Changes>