Show AllShow All

extensions Element

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

Type

xsd:complexType

Structure

NameDescription
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.

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 extensions 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