Identifies the name of the source form as defined in the processing instruction of that form’s underlying XML document.
xsd:stringThe name attribute is a required attribute of the importSource element.
The following is an example of the name attribute as it used in the importSource element:
<xsf:importParameters
   enabled="yes"
   <xsf:importSource
      name="My Form"
      schema="MySchema.xsd"
      transform="schematransform.xslt"/>
</xsf:importParameters>