well-formed

If set to true then the content of this field must be well-formed XML. This means that:

  • There must only be one root node.

  • All start tags must be matched by corresponding end tags.

  • All elements must be perfectly nested, with no overlapping.

Syntax
<well-formed>
  (true|false)
</well-formed>