Proj Element

Applies to: Office 2010 | Project 2010 | Project Server 2010 | SharePoint Server 2010

In this article
Attributes
Child Elements
Parent Elements
Occurrences

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 "HHHHHHHH-HHHH-HHHH-HHHH-HHHHHHHHHHHH" where "H" 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, where changes are not tracked. 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>