XML Element: web-document

The root element of an online form. Contains all the other elements.

Number of occurrences

Once per document

Parent elements

None

Child elements

group

Format

<wd:web-document
  title="Title of the Online Form"
   xmlns:wd="urn:sopheon-com:sgm:webdoc:1"
   xmlns="urn:sopheon-com:sgm:webdoc:1"
</wd:web-document>

Attributes

Attribute Editable Description

title

Yes

The source for the title of the online form. Can contain substitution tokens to display Accolade data.

namespace

No

Written as a declaration, "xmlns=" or "xmlns:wd=" followed by the namespace.

Example

The following example is of an online form that contains an empty group:

<wd:web-document
   title="A Simple Online Form"
   xmlns:wd="urn:sopheon-com:sgm:webdoc:1"
  xmlns=”urn:sopheon-com:sgm:webdoc:1”>
      <wd:group
          title="This Grid is Empty">
      </wd:group>
</wd:web-document>