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

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>