productVersion Attribute
Identifies the version number of Microsoft Office InfoPath 2003 form template with which the form was created or for which a particular form is intended.
Type
xsd:string
Remarks
The productVersion attribute is an optional attribute of the xDocumentClass element.
Its format is ####.####.#### (major.minor.build).
Example
The following is an example of the productVersion attribute as it is used in the xDocumentClass element:
<xsf:xDocumentClass
xmlns:xsf="http://schemas.microsoft.com/office/infopath/2003/solutionDefinition"
name="urn:microsoft-com:myTravelReport"
author="AuthorName"
description="Travel Report form for entering travel reports, issues, expenses, etc."
dataFormSolution="yes"
solutionVersion = "1.0.0.1"
productVersion="11.0.5106"
solutionFormatVersion="1.0.0.0">
...
</xsf:xDocumentClass>
Parent Objects | xDocumentClass Element