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. A field element may contain only one value element if it is defined in the content-type resource as having the type collection.

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.

If the field is an collection, then the value element represents the selected value

Syntax
<value>
    (text|<field>...</field>*|<schedule:schedule>...</schedule:schedule>|<origin/>?<value>...</value>?<section-ref/>?)
  </value>

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