Changes Element

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

In this article
Attributes
Child Elements
Parent Elements
Occurrences

Serves as the top-level element of a ChangeXML string and contains the collection of projects to change with a status update.

<Changes>
</Changes>

Attributes

Attribute

Description

None

Child Elements

Proj Element

Parent Elements

None

Occurrences

Minimum: 1

Maximum: 1

Example

The following example uses the Changes element to update two projects.

<Changes>
  <Proj ID="2d52effd-84f9-4ba8-ab8a-989dd92b2c20">
    …
  </Proj>
  <Proj ID="5f31abf4-73a9-1ae4-c38d-234ea7242ab0">
    …
  </Proj>
</Changes>