value

A single value within a field. A field element may contain a series of value elements if it is defined in the content-type resource as having the type array or enumeration.

If the field is an array, then each value element represents an element of the array and can either contain a simple text value or a field element if it is a complex array.

If the field is an enumeration, then each value element represents one of the possible values to which the field can be set and must contain a simple text value.

Syntax
<value>
    (text|<field>...</field>*|<schedule:schedule>...</schedule:schedule>)
  </value>

Only one form of the field element may be used: Standard field.