2.2.1.2.109 documentVersionUpgrade

The documentVersionUpgrade element specifies the process by which forms created based on an older version of the form template are upgraded to the latest version of the form template.

Parent Elements

xDocumentClass

Child Elements

useScriptHandler

useTransform

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

 <xsd:element name="documentVersionUpgrade">
   <xsd:complexType>
     <xsd:choice>
       <xsd:element ref="xsf:useScriptHandler"/>
       <xsd:element ref="xsf:useTransform"/>
     </xsd:choice>
   </xsd:complexType>
 </xsd:element>