home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2000 August / DPPCPRO0800.ISO / August / Simply / _SETUP.1 / PerDemo.mdb / StandardCourse_CourseAction.json < prev    next >
Encoding:
JavaScript Object Notation  |  2000-04-17  |  746 b 

  1. {
  2.     "schema": {
  3.         "StandardCourseActionID": "Long Integer",
  4.         "CourseCode": "Text (25)",
  5.         "CourseAction": "Text (50)",
  6.         "Days": "Long Integer",
  7.         "EventType": "Text (15)"
  8.     },
  9.     "data": [
  10.         {
  11.             "StandardCourseActionID": 1,
  12.             "CourseCode": "PRE2",
  13.             "CourseAction": "Book Training Room",
  14.             "Days": -15,
  15.             "EventType": "ADD"
  16.         },
  17.         {
  18.             "StandardCourseActionID": 2,
  19.             "CourseCode": "PRE2",
  20.             "CourseAction": "Organise Refreshments",
  21.             "Days": -10,
  22.             "EventType": "ADD"
  23.         },
  24.         {
  25.             "StandardCourseActionID": 3,
  26.             "CourseCode": "PRE2",
  27.             "CourseAction": "Produce Course Materials",
  28.             "Days": -3,
  29.             "EventType": "ADD"
  30.         },
  31.         {
  32.             "StandardCourseActionID": 4,
  33.             "CourseCode": "MSPMAN",
  34.             "CourseAction": "Book Training Room",
  35.             "Days": -12,
  36.             "EventType": "ADD"
  37.         },
  38.         {
  39.             "StandardCourseActionID": 5,
  40.             "CourseCode": "MSPMAN",
  41.             "CourseAction": "Produce Course Materials",
  42.             "Days": -6,
  43.             "EventType": "ADD"
  44.         }
  45.     ]
  46. }