Schedule field

Defines a schedule field. A schedule field contains a schedule start and end date, an event start and end time and an optional set of recurrence rules.

Syntax
<field
    name="NCName"
    type="schedule"
  >
    <array/>?
    <constraints>...</constraints>?
    ANY-FOREIGN-ELEMENT*
    <parameter/>*
    <options>...</options>?
  </field>

Only one form of the constraints element may be used: Boolean constraints.

Attributes
name="NCName"

The name of the field element. Note that no two fields belonging to the same panel may have the same name.

type="schedule"

Defines the type of the field.