A unique name identifying the extension being specified.
xsd:NMTOKEN
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.
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>