fieldExtension Element

Specifies the extended information for the field element in the manifest.xsf whose name attribute matches the ref attribute of this element.

Usage

  
<fieldExtension
	columnName="xsd:string"
	readWrite="xsf:xdYesNo"
	columnId="xsd:string"
/>

Element Information

Element type xsd:complexType
Namespace xsf2

Elements and Attributes

Parent Elements

Element Description
fieldsExtension Contains fieldExtension elements.

Child Elements

None.

Attributes

Attribute Type Required Description Possible Values
columnName xsd:string Required Specifies the name used for the column when the property is promoted to SharePoint.

Note   This element or attribute must be present and valid in the form definition file (.xsf), before InfoPath Forms Services will allow the form template to be deployed to the server as a browser-compatible form.
String
readWrite xdYesNo Optional Specifies whether the value of the promoted property can be edited on SharePoint.

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.
  • yes
  • no
columnId xsd:string Optional Specifies the ID of the SharePoint column to use when promoting this property to SharePoint.

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

Definition

  
<xsd:element name="fieldExtension">
    <xsd:complexType name="fieldExtensionType">
       <xsd:sequence>
       </xsd:sequence>
       <xsd:attribute name="columnName" type="xsd:string" use="required" />
       <xsd:attribute name="readWrite" type="xsf:xdYesNo" use="optional" default="no" />
       <xsd:attribute name="columnId" type="xsd:string" use="optional" />
       <xsd:anyAttribute processContents="skip" />
    </xsd:complexType>
 </xsd:element>

Remarks

Note   This element or attribute must be present and valid in the form definition file (.xsf), before InfoPath Forms Services will allow the form template to be deployed to the server as a browser-compatible form.