schema

A container for a sequence of one or more VDF field definitions specifying the structure of:

  • Either the structure of a VDF payload document

  • Or the structure of the items in a list field within a payload document

All the fields defined in the schema must be present in the described payload document or sequence of list elements.

Syntax
<schema>
  <fielddef>...</fielddef>*
</schema>