<fileVersion>
(File Version)
This element defines properties that track which version of the application accessed the data and source code contained in the file.
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies the application name. When saving, applications can write their appName value and optionally write The possible values for this attribute are defined by the XML Schema string datatype. |
|
Specifies the GUID that identifies the code project that is associated with the workbook. Note:
The possible values for this attribute are defined by the ST_Guid simple type (§3.18.41). |
|
Specifies the version of the application that last saved the workbook. This attribute is application-dependent. The possible values for this attribute are defined by the XML Schema string datatype. |
|
Specifies the earliest version of the application that saved the workbook. This value is reset any time an application that can read all data in the file saves the file. This attribute is application-dependent. The possible values for this attribute are defined by the XML Schema string datatype. |
|
Specifies the incremental public release of the application. For example, betas, service packs, and versions. The possible values for this attribute are defined by the XML Schema string datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_FileVersion">
<attribute name="appName" type="xsd:string" use="optional"/>
<attribute name="lastEdited" type="xsd:string" use="optional"/>
<attribute name="lowestEdited" type="xsd:string" use="optional"/>
<attribute name="rupBuild" type="xsd:string" use="optional"/>
<attribute name="codeName" type="ST_Guid" use="optional"/>
</complexType>