Defines the source scripting file containing all the data-level script content referenced in the form.
xsd:complexType| Name | Description | 
|---|---|
| src | (Required attribute) Provides a relative URL within the form template to the specified script source file. | 
The script element is an optional element of the scripts element.
The following is an example of the script element:
<xsf:scripts language="jscript">
   <xsf:script src="myscripts.js"/>
</xsf:scripts>