Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.78 KB | None | 0 0
  1. <schedulexml version="1.0-attr">
  2.     <task id="OK_schedule_no_ID">
  3.         <schedule
  4.             time="12:00"
  5.         />
  6.     </task>
  7.     <task id="OK_schedule_with_ID">
  8.         <schedule id="IDtest1"
  9.             time="12:30"
  10.         />
  11.     </task>
  12.     <task id="OK_schedule_time_formats">
  13.         <schedule
  14.             time="12:00, 1201"
  15.         />
  16.     </task>
  17.     <task id="OK_months_names">
  18.         <schedule
  19.             time="12:00"
  20.             month="Jan, Feb, Mar"
  21.         />
  22.     </task>
  23.     <task id="OK_months_numbers">
  24.         <schedule
  25.             time="12:00"
  26.             month="1, 2, 3"
  27.         />
  28.     </task>
  29.     <task id="OK_months_mixed_spec">
  30.         <schedule
  31.             time="12:00"
  32.             month="1, 2, Mar"
  33.         />
  34.     </task>
  35. </schedulexml>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement