importParameters Element
Contains all the parameters that define how the import (merge) forms feature works for the form.
Type
xsd:complexType
Structure
| Name | Description |
|---|---|
| enabled | (Required attribute) Specifies whether form merging is enabled for the form. |
| importSource | (Optional element) Specifies all parameters to be used when merging a form of a specific XML Schema into a destination form. |
| useScriptHandler | (Optional attribute) Specifies whether to use the event handler defined for the OnMergeRequest event when importing (merging) forms. |
Remarks
The importParameters element is an optional element of the xDocumentClass element.
Example
The following is an example of the importParameters element:
<xsf:importParameters
enabled="yes"
useScriptHandler="yes">
<xsf:importSource
name="MySource"
schema="MySchema.xsd"
transform="schematransform.xslt"/>
</xsf:importParameters>