Specifies whether form merging is enabled for the form.
xsf:xdYesNo
The enabled attribute is a required attribute of the importParameters element.
Values include "yes" or "no". The default value is "yes".
The following is an example of the enabled attribute as it is used in the importParameters element:
<xsf:importParameters
enabled="yes"
<xsf:importSource
name=""
schema="MySchema.xsd"
transform="schematransform.xslt"/>
</xsf:importParameters>