2.2.3.2.2 baseUrl

The baseUrl element specifies the location of the form template.

Parent Elements

solutionDefinition

Attributes:

queryServerInfo: This attribute MUST be ignored.

relativeUrlBase: This attribute specifies the location where the form template is published. It MUST be an absolute URL that points either to the form template or to the folder where the form template is hosted.

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

 <xsd:element name="baseUrl">
   <xsd:complexType>
     <xsd:attribute name="relativeUrlBase" type="xsd:anyURI" use="optional"/>
     <xsd:attribute name="queryServerInfo" type="xsf:xdYesNo" use="optional"/>
     <xsd:anyAttribute processContents="skip"/>
   </xsd:complexType>
 </xsd:element>