2.2.1.2.30 folderURL

The folderURL element specifies the URL of a WebDAV server or protocol server to which the form file MUST be submitted.

Parent Elements

davAdapter

Attributes:

value: This attribute specifies the server URL. The specified value MUST be either an absolute URL that begins with "http://" or "https://" or a server-relative URL, or relative to the form template’s location.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

 <xsd:element name="folderURL">
   <xsd:complexType>
     <xsd:attribute name="value" type="xsd:string" use="required"/>
   </xsd:complexType>
 </xsd:element>