SaveVersion 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.
The version of Microsoft Office Project that saved the XML file.
<SaveVersion>
IntegerValue
</SaveVersion>
Parent Elements
Occurrences
Minimum: 1 Maximum: 1 |
Text Value
A text value of type integer is required.
|
|
---|---|
|
|
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>