name Attribute (extension Element)
A unique name identifying the extension being specified.
Type
xsd:NMTOKEN
Remarks
The name attribute is a required attribute of the extension element.
Note Use of the extension element is reserved. Microsoft Office InfoPath 2003 ignores any content within the extension element.
Example
The following is an example of the name attribute as it is used in the extension element:
<xsf:extensions>
<xsf:extension
name="someValue"
anyAttributesHere="someValue">
...open content model here...
</xsf:extension>
<xsf:extensions>