Share via


listPropertiesExtension Element

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

Usage

  
<listPropertiesExtension />

Element Information

Element type xsd:complexType
Namespace xsf2

Elements and Attributes

Parent Elements

Element Description
solutionDefinition Root element for the elements defined in the xsf2 namespace. Specifies new properties and features that have been added to Microsoft Office InfoPath 2007 form templates.

Child Elements

Element Description
fieldsExtension Specifies the extended information for the fields element in the manifest.xsf whose name attribute matches the ref attribute of this element.

Attributes

None

Definition

  
<xsd:element name="listPropertiesExtension">
   <xsd:complexType>
      <xsd:sequence>
         <xsd:element ref="xsd:fieldsExtension" minOccurs="0" type="fieldsExtensionType"></xsd:element>
      </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.