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 a collection field, then the value element contains a value retrieved from the Atom entry with which the field is associated. In this case the presence of the value element is optional, since the value can always be retrieved from its original source (the associated Atom entry).

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.