SaveVersion Element
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>