Uploaded image for project: 'JS - JobScheduler'
  1. JS - JobScheduler
  2. JS-121 Additional Features for run times
  3. JS-124

abbreviations for identical repeatable Elements

    XMLWordPrintable

Details

    Description

      Allow lists in certain run time attributes. These lists are separated by whitespace.
      The run time
      <run_time>
      <month month="2">
      <monthdays>
      <weekday day="monday">
      <period single_start="10:10" />
      </weekday>
      <weekday day="tuesday">
      <period single_start="10:10" />
      </weekday>
      </monthdays>
      </month>
      </run_time>

      may then be written as
      <run_time>
      <month month="2">
      <monthdays>
      <weekday day="monday tuesday">
      <period single_start="10:10" />
      </weekday>
      </monthdays>
      </month>
      </run_time>

      These list should be enabled for these attributes:
      Element <day> attribute "day"
      Element <month> attribute "month"

      Attachments

        Activity

          People

            jz Joacim Zschimmer
            al Andreas Liebert (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: