RequestFormScheduleElement Data Type

Form Schedule Element

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
scheduleTypes list of string element 0/unbounded The possible Schedule types from ScheduleTypes.java Used when creating / updating SavedForms. Used at request time to see what options are available.
specificTime string element 0/1 The Specified time that the request should run at. Must be in the format 'yyyy/MM/dd HH:mm'
Properties inherited from RequestFormElement
formType FormElementType element 0/1 Gets the form type.
label string element 0/1 Gets the label.
mandatory string element 0/1 Checks if is mandatory.
value string element 0/1 Gets the value.
Properties inherited from supportTemplating
xsitype string attribute 0/1  

Example

<RequestFormScheduleElement xsitype="...">
  <scheduleTypes>...</scheduleTypes>
  <specificTime>...</specificTime>
  <label>...</label>
  <mandatory>...</mandatory>
  <formType>...</formType>
  <value>...</value>
</RequestFormScheduleElement>