value

The value of a field. The value may in theory be a simple value, any valid XML content or a list element. In practice, however, the content of a value element is determined by the payload's model document.

value elements may also appear in VDF model documents. Depending on the context in which a value element appears in a model document, it may represent either a default value or a possible value in a set of alternatives.

Syntax
<value>
  (<list>...</list>|(ANYTHING|text))
</value>