wss Element

Specifies the settings that were last used to publish this form template to a Microsoft Office SharePoint site.

Usage

  
<wss
	path="xsd:string"
	name="xsd:string"
	description="xsd:string"
	browserEnable="xsf:xdYesNo"
/>

Element Information

Element type xsd:complexType
Namespace xsf2

Elements and Attributes

Parent Elements

Element Description
solutionPropertiesExtension Specifies the extended information for the solutionProperties 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
path xsd:string Required Specifies the document library location that was last used when the form template was published to a SharePoint document library.

Note   If this element or attribute is in the form definition file (.xsf), InfoPath Forms Services will ignore this setting when the form template is deployed to the server as a browser-compatible form.
String
name xsd:string Required Specifies the name that was last used when the form template was published to a SharePoint document library.

Note   If this element or attribute is in the form definition file (.xsf), InfoPath Forms Services will ignore this setting when the form template is deployed to the server as a browser-compatible form.
String
description xsd:string Required Specifies the description that was last used when the form template was published to a SharePoint document library.

Note   If this element or attribute is in the form definition file (.xsf), InfoPath Forms Services will ignore this setting when the form template is deployed to the server as a browser-compatible form. 
String
browserEnable xdYesNo Optional Specifies whether the form template is browser enabled.

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.
  • Yes
  • No

Definition

  
<xsd:element name="wss">
   <xsd:complexType>
      <xsd:sequence />
      <xsd:attribute name="path" type="xsd:string" use="required" />
      <xsd:attribute name="name" type="xsd:string" use="required" />
      <xsd:attribute name="description" type="xsd:string" use="required" />
      <xsd:attribute name="browserEnable" type="xsf:xdYesNo" use="optional" />
      <xsd:anyAttribute  processContents="skip" />
   </xsd:complexType>
</xsd:element>

Remarks

Note   If this element or attribute is in the form definition file (.xsf), InfoPath Forms Services will ignore this setting when the form template is deployed to the server as a browser-compatible form.