ABCDEFGHIJKLMNOPQRSTUVWXYZAA
1
2
TitleSubtitleDescriptionVersionOfficial TypeFull Example
3
CourseInstanceSpecification describing the instance of a course. This specification can be used in tandem with a Course. A course is used to describe the broad, common aspects of a recurring training event - whereas a course instance is about the specific times and location of when that course is held.

<h4>Summary of Changes</h4>
Changes since previous draft 0.7 of the CourseInstance profile:
<ul>
<li>Removed CourseInstance->mentions</li>
<li>Inserted CourseInstance->courseWorkLoad (it was missing)</li>
<li>Inserted Event->eventAttendanceMode</li>
<li>Inserted Event->eventSchedule</li>
<li>doorTime - added Time in Expected Type column (it was missing)</li>
<li>location - added VirtualLocation in Expected Type column (it was missing)</li>
<li>offers - added "Demand or" in Expected Type column (it was missing)</li>
<li>offers - modified Description column (it was not the same as in schema.org)</li>
<li>instructor - added BSC Description</li>
<li>duration - changed the BSC Description (changed timeRequired by duration, which was changed also in Course)</li>
<li>name - changed the BSC Description (made the description more explicit)</li>
<li>offers - changed the BSC Description (corrected wording)</li>
<li>description - extended the example</li>
<li>workFeatured - changed the BSC Description (extended the description)</li>
<li>Adjusted Authors: Patricia Palagi to editor; Niall Beard no longer editor</li>
<li>Changes prepared by Patricia Palagi</li>
</ul>
0.8-draftCourseInstancehttps://github.com/BioSchemas/specifications/blob/master/CourseInstance/examples/08-DRAFT/courseInstance.json
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100