Share via


2.2.67 importParameters

The importParameters element specifies whether the form file can merge another form file. The merge feature MUST be enabled through this element.

Parent Elements

xDocumentClass

Child Elements

importSource

Attributes:

enabled: This attribute specifies whether form merging is enabled.

useScriptHandler: This attribute MUST be set to "no".

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

 <xsd:element name="importParameters">
   <xsd:complexType>
     <xsd:sequence>
       <xsd:element ref="xsf:importSource" minOccurs="0" maxOccurs="unbounded"/>
     </xsd:sequence>
     <xsd:attribute name="enabled" type="xsf:xdYesNo" use="required"/>
     <xsd:attribute name="useScriptHandler" type="xsf:xdYesNo" use="optional"/>
   </xsd:complexType>
 </xsd:element>