2.2.1.1.10 xdSolutionVersion

The xdSolutionVersion simple type specifies restrictions for specifying the version of the form template.

Referenced By

solutionProperties.xsfschema@lastVersionNeedingTransform

useTransform.xsfschema@maxVersionToUpgrade

useTransform.xsfschema@minVersionToUpgrade

xDocumentClass.xsfschema@solutionFormatVersion

xDocumentClass.xsfschema@solutionVersion

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this simple type.

 <xsd:simpleType name="xdSolutionVersion">
   <xsd:restriction base="xsd:string">
     <xsd:pattern value="(([0-9]{1,4}.){3}[0-9]{1,4})"/>
   </xsd:restriction>
 </xsd:simpleType>