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>
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp