extensions Element

Includes minor upgrades to the Microsoft Office InfoPath 2007 form definition (.xsf) file that can be used by specific future versions of InfoPath or by specific forms.

Type

  xsd:complexType

Structure

Name Description
extension (Optional element) Contains open content model information.

Remarks

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

The extensions element contains zero or more extension elements, each of which has an open content model.

Bb265047.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 extensions element:

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