Share via


extension Element

Contains open content model information.

Type

  xsd:complexType

Structure

Name Description
name (Required attribute) A unique name identifying the extension being specified.

Remarks

The extension element is an optional element of the extensions element.

Bb265046.vs_note(en-us,office.12).gif  Note
Use of the extension element is reserved. Microsoft Office InfoPath 2007 ignores any content within the extension element.

Example

The following is an example of the extension element:

  <xsf:extensions>
   <xsf:extension 
      name="someValue" 
      anyAttributesHere="someValue">
         ...open content model here...
   </xsf:extension>
<xsf:extensions>