name Attribute (importSource Element)
From Microsoft Office InfoPath
name Attribute (importSource Element)
Identifies the name of the source form as defined in the processing instruction of that form’s underlying XML document.
Type
xsd:string
Remarks
The name attribute is a required attribute of the importSource element.
Example
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>