SaveVersion Element

The version of Microsoft Office Project that saved the XML file.

<SaveVersion>
  IntegerValue
</SaveVersion>

Parent Elements

Project

Occurrences

Minimum: 1

Maximum: 1

Text Value

A text value of type integer is required.

  • Value

  • Description

  • 12

  • Microsoft Office Project 2007

Remarks

The SaveVersion element is new in Project 2007. Future releases of Project will have additional values of SaveVersion.

Example

The following example uses the SaveVersion element to indicate that Project 2007 saved the XML file.

<Project xmlns="http://schemas.microsoft.com/project">
  …
  <SaveVersion>12</SaveVersion>
  …
</Project>

See Also

Concepts

Project Elements and XML Structure

XML Schema for the Project Element