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

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.

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>

Parent Objects | xDocumentClass Element

Child Objects | extension Element