Share via


fieldsExtension Element

Contains fieldExtension elements.

Usage

  
<fieldsExtension />

Element Information

Element type xsd:complexType
Namespace xsf2

Elements and Attributes

Parent Elements

Element Description
listPropertiesExtension Specifies the extended information for the corresponding listProperties element in the manifest.xsf.

Child Elements

Element Description
fieldExtension Specifies the extended information for the corresponding field element in the manifest.xsf.

Attributes

None.

Definition

  
<xsd:element name="fieldsExtension">
   <xsd:complexType>
      <xsd:sequence>
         <xsd:element ref="xsf2:fieldExtension" maxOccurs="unbounded" minOccurs="1" />
      </xsd:sequence>
    </xsd:complexType>
</xsd:element>

Remarks

Note   This element or attribute is optional in the form definition file (.xsf) of a form template deployed as a browser-compatible form to a server running InfoPath Forms Services.