relativeQuery Element

Specifies a substring of the serviceUrl attribute of the webServiceAdapter element that can be replaced at run time by setting the dataConnectionBaseUrl property of an XmlFormView ASP.NET control hosting a Microsoft Office InfoPath form template.

Usage

  
<relativeQuery
	replace="xsd:string"
/>

Element Information

Element type xsd:complexType
Namespace xsf2

Elements and Attributes

Parent Elements

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

Child Elements

None.

Attributes

Attribute Type Required Description Possible Values
replace xsd:string Required Specifies a substring of the serviceUrl attribute of the webServiceAdapter element that can be replaced at run time for a form template hosted in an XmlFormView control in an ASPX page on a server running InfoPath Forms Services.

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="relativeQuery">
   <xsd:complexType>
      <xsd:sequence />
      <xsd:attribute name="replace" type="xsd:string" use="required" />
   </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.