extension Element

Microsoft Office InfoPath

Show All Show All

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.

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 extension element:

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