yanweiyuan3
2023-10-10 d901b1ab0ee0b690f5ac211b9cdb1db3a58bca86
1
2
3
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
ÿþQuintiq translations file
Translations
{
  id: 'Attribute::CalendarImportExport::ExportData.Name' value: 'ExportData'
  id: 'Attribute::CalendarImportExport::ExportID.Description' value: 'ID provided by the Client that triggered the export. Setting this attribute will trigger an action in the Client(s).\nOnly the Client that provided the ID should retrieve the ExportData.'
  id: 'Attribute::CalendarImportExport::ExportID.Name' value: 'ExportID'
  id: 'Attribute::CalendarRegistry::NrOfCalendars.Name' value: 'NrOfCalendars'
  id: 'Attribute::CalendarRegistry::PlanningTime.Description' value: 'Time of the planning-dataset. Is used to show a marker at the current planning time in the ganttcharts of the library.'
  id: 'Attribute::CalendarRegistry::PlanningTime.Name' value: 'PlanningTime'
  id: 'Attribute::CalendarRegistry::TimeZoneID.Description' value: 'ID of the timezone that will be used for the calendars when they are created.'
  id: 'Attribute::CalendarRegistry::TimeZoneID.Name' value: 'TimeZoneID'
  id: 'Attribute::LibCal_Calendar::Base.Name' value: 'Base'
  id: 'Attribute::LibCal_Calendar::CalendarDirty.Name' value: 'CalendarDirty'
  id: 'Attribute::LibCal_Calendar::CalendarID.Description' value: 'Recognizable ID of the calendar. Is used as identifier of the calendar in the UI.'
  id: 'Attribute::LibCal_Calendar::CalendarID.Name' value: 'CalendarID'
  id: 'Attribute::LibCal_Calendar::CalendarTime.Description' value: 'The reference time of the calendar, i.e. the time without taking History into account.\nThis is the last time that the calendar has been updated.'
  id: 'Attribute::LibCal_Calendar::CalendarTime.Name' value: 'CalendarTime'
  id: 'Attribute::LibCal_Calendar::CalendarType.Name' value: 'CalendarType'
  id: 'Attribute::LibCal_Calendar::End.Name' value: 'End'
  id: 'Attribute::LibCal_Calendar::EndDate.Description' value: 'Date of the last day of the CalendarWindow.\nWhen End is at midnight, the last day is the day before.'
  id: 'Attribute::LibCal_Calendar::EndDate.Name' value: 'EndDate'
  id: 'Attribute::LibCal_Calendar::ExportData.Name' value: 'ExportData'
  id: 'Attribute::LibCal_Calendar::ExportID.Description' value: 'ID provided by the Client that triggered the export of this one calendar. Setting this attribute will trigger an action in the Client(s).\nOnly the Client that provided the ID should retrieve the ExportData.'
  id: 'Attribute::LibCal_Calendar::ExportID.Name' value: 'ExportID'
  id: 'Attribute::LibCal_Calendar::HasChangedCapacity.Description' value: "Indicates if the available capacity of the Calendar has changed, i.e. if at least one of the Calendar's ExplicitTimeIntervals\n(i.e. an occurrence of one of the Calendar's Events) has changed.\nIs used to trigger method OnCapacityChanged() when applicable."
  id: 'Attribute::LibCal_Calendar::HasChangedCapacity.Name' value: 'HasChangedCapacity'
  id: 'Attribute::LibCal_Calendar::History.Name' value: 'History'
  id: 'Attribute::LibCal_Calendar::IsCreatedByImport.Name' value: 'IsCreatedByImport'
  id: 'Attribute::LibCal_Calendar::KnowledgeBaseID.Name' value: 'KnowledgeBaseID'
  id: 'Attribute::LibCal_Calendar::PreviousEndDate.Description' value: "Previous EndDate of the calendar. Is used to check if the new End that has been 'detected' by the notification is on a different date.\nIf that is the case, the timeintervals must be re-generated."
  id: 'Attribute::LibCal_Calendar::PreviousEndDate.Name' value: 'PreviousEndDate'
  id: 'Attribute::LibCal_Calendar::PreviousStartDate.Description' value: "Previous StartDate of the calendar. Is used to check if the new Start that has been 'detected' by the notification is on a different date.\nIf that is the case, the timeintervals must be re-generated."
  id: 'Attribute::LibCal_Calendar::PreviousStartDate.Name' value: 'PreviousStartDate'
  id: 'Attribute::LibCal_Calendar::Start.Name' value: 'Start'
  id: 'Attribute::LibCal_Calendar::StartDate.Description' value: 'Date of the first day of the CalendarWindow.'
  id: 'Attribute::LibCal_Calendar::StartDate.Name' value: 'StartDate'
  id: 'Attribute::LibCal_Calendar::TimeZone.Name' value: 'TimeZone'
  id: 'Attribute::LibCal_Calendar::UpdateInterval.Name' value: 'UpdateInterval'
  id: 'Attribute::LibCal_Calendar::UseDataSetTimeZone.Name' value: 'UseDataSetTimeZone'
  id: 'Attribute::LibCal_Calendar::Window.Name' value: 'Window'
  id: 'Attribute::LibCal_CalendarRegistry::NrOfCalendars.Name' value: 'NrOfCalendars'
  id: 'Attribute::LibCal_CalendarRegistry::PlanningTime.Description' value: 'Time of the planning-dataset. Is used to show a marker at the current planning time in the ganttcharts of the library.'
  id: 'Attribute::LibCal_CalendarRegistry::PlanningTime.Name' value: 'PlanningTime'
  id: 'Attribute::LibCal_CalendarRegistry::TimeZoneID.Description' value: 'ID of the timezone that will be used for the calendars when they are created.'
  id: 'Attribute::LibCal_CalendarRegistry::TimeZoneID.Name' value: 'TimeZoneID'
  id: 'Attribute::LibCal_CommonCalendar::Base.Name' value: 'Base'
  id: 'Attribute::LibCal_CommonCalendar::CalendarDirty.Name' value: 'CalendarDirty'
  id: 'Attribute::LibCal_CommonCalendar::CalendarID.Description' value: 'Recognizable ID of the calendar. Is used as identifier of the calendar in the UI.'
  id: 'Attribute::LibCal_CommonCalendar::CalendarID.Name' value: 'CalendarID'
  id: 'Attribute::LibCal_CommonCalendar::CalendarTime.Description' value: 'The reference time of the calendar, i.e. the time without taking History into account.\nThis is the last time that the calendar has been updated.'
  id: 'Attribute::LibCal_CommonCalendar::CalendarTime.Name' value: 'CalendarTime'
  id: 'Attribute::LibCal_CommonCalendar::CalendarType.Name' value: 'CalendarType'
  id: 'Attribute::LibCal_CommonCalendar::End.Name' value: 'End'
  id: 'Attribute::LibCal_CommonCalendar::EndDate.Description' value: 'Date of the last day of the CalendarWindow.\nWhen End is at midnight, the last day is the day before.'
  id: 'Attribute::LibCal_CommonCalendar::EndDate.Name' value: 'EndDate'
  id: 'Attribute::LibCal_CommonCalendar::ExportData.Name' value: 'ExportData'
  id: 'Attribute::LibCal_CommonCalendar::ExportID.Description' value: 'ID provided by the Client that triggered the export of this one calendar. Setting this attribute will trigger an action in the Client(s).\nOnly the Client that provided the ID should retrieve the ExportData.'
  id: 'Attribute::LibCal_CommonCalendar::ExportID.Name' value: 'ExportID'
  id: 'Attribute::LibCal_CommonCalendar::HasChangedCapacity.Description' value: "Indicates if the available capacity of the Calendar has changed, i.e. if at least one of the Calendar's ExplicitTimeIntervals\n(i.e. an occurrence of one of the Calendar's Events) has changed.\nIs used to trigger method OnCapacityChanged() when applicable."
  id: 'Attribute::LibCal_CommonCalendar::HasChangedCapacity.Name' value: 'HasChangedCapacity'
  id: 'Attribute::LibCal_CommonCalendar::History.Name' value: 'History'
  id: 'Attribute::LibCal_CommonCalendar::IsCreatedByImport.Name' value: 'IsCreatedByImport'
  id: 'Attribute::LibCal_CommonCalendar::KnowledgeBaseID.Name' value: 'KnowledgeBaseID'
  id: 'Attribute::LibCal_CommonCalendar::PreviousEndDate.Description' value: "Previous EndDate of the calendar. Is used to check if the new End that has been 'detected' by the notification is on a different date.\nIf that is the case, the timeintervals must be re-generated."
  id: 'Attribute::LibCal_CommonCalendar::PreviousEndDate.Name' value: 'PreviousEndDate'
  id: 'Attribute::LibCal_CommonCalendar::PreviousStartDate.Description' value: "Previous StartDate of the calendar. Is used to check if the new Start that has been 'detected' by the notification is on a different date.\nIf that is the case, the timeintervals must be re-generated."
  id: 'Attribute::LibCal_CommonCalendar::PreviousStartDate.Name' value: 'PreviousStartDate'
  id: 'Attribute::LibCal_CommonCalendar::Start.Name' value: 'Start'
  id: 'Attribute::LibCal_CommonCalendar::StartDate.Description' value: 'Date of the first day of the CalendarWindow.'
  id: 'Attribute::LibCal_CommonCalendar::StartDate.Name' value: 'StartDate'
  id: 'Attribute::LibCal_CommonCalendar::TimeZone.Name' value: 'TimeZone'
  id: 'Attribute::LibCal_CommonCalendar::UpdateInterval.Name' value: 'UpdateInterval'
  id: 'Attribute::LibCal_CommonCalendar::UseDataSetTimeZone.Name' value: 'UseDataSetTimeZone'
  id: 'Attribute::LibCal_CommonCalendar::Window.Name' value: 'Window'
  id: 'Attribute::LibCal_Event::Capacity.Description' value: "Capacity that will be used for the TimeIntervals that are generated.\nAvailable = 1.0, Unavailable = 0.0. Can also be 'partial', i.e. a value between 0.0 and 1.0."
  id: 'Attribute::LibCal_Event::Capacity.Name' value: 'Capacity'
  id: 'Attribute::LibCal_Event::Description.Description' value: 'Description of the purpose of the event.'
  id: 'Attribute::LibCal_Event::Description.Name' value: 'Description'
  id: 'Attribute::LibCal_Event::Duration.Description' value: "'Nett' duration of the event, regardless of timezone and Daylight Saving Time (DST)."
  id: 'Attribute::LibCal_Event::Duration.Name' value: 'Duration'
  id: 'Attribute::LibCal_Event::EarliestStart.Description' value: 'Earliest startdate of the event, based on the start of the calendar and the recurrence period of the leading EventParticipation (if applicable).'
  id: 'Attribute::LibCal_Event::EarliestStart.Name' value: 'EarliestStart'
  id: 'Attribute::LibCal_Event::EndTimeOfDay.Description' value: 'EndTime of the event, as duration since midnight. Is calculated based on StartTimeOfDay and Duration.'
  id: 'Attribute::LibCal_Event::EndTimeOfDay.Name' value: 'EndTimeOfDay'
  id: 'Attribute::LibCal_Event::EventID.Description' value: 'Technical ID of the event, used for import/export.'
  id: 'Attribute::LibCal_Event::EventID.Name' value: 'EventID'
  id: 'Attribute::LibCal_Event::HasPattern.Name' value: 'HasPattern'
  id: 'Attribute::LibCal_Event::Info.Description' value: 'Textual representation of the event.'
  id: 'Attribute::LibCal_Event::Info.Name' value: 'Info'
  id: 'Attribute::LibCal_Event::Initiator.Name' value: 'Initiator'
  id: 'Attribute::LibCal_Event::IsAllDay.Name' value: 'IsAllDay'
  id: 'Attribute::LibCal_Event::IsAlwaysAvailableEvent.Description' value: "Indicates if the event is the 'Always available' event that is automatically generated when the Common Calendar is created.\nOther calendar can subscribe to this event to 'open up' the calendar, i.e. to make all capacity available."
  id: 'Attribute::LibCal_Event::IsAlwaysAvailableEvent.Name' value: 'IsAlwaysAvailableEvent'
  id: 'Attribute::LibCal_Event::IsChanged.Description' value: 'Indicates if the TimeInterval must be re-genereated.'
  id: 'Attribute::LibCal_Event::IsChanged.Name' value: 'IsChanged'
  id: 'Attribute::LibCal_Event::IsCreatedByImport.Description' value: 'Indicates if the event has been created by importing data.'
  id: 'Attribute::LibCal_Event::IsCreatedByImport.Name' value: 'IsCreatedByImport'
  id: 'Attribute::LibCal_Event::IsDefault.Description' value: "If TRUE, new calendars will automatically subscribe to this event (if the event is part of the calendar's 'PotentialEventsToSubscribeTo')."
  id: 'Attribute::LibCal_Event::IsDefault.Name' value: 'IsDefault'
  id: 'Attribute::LibCal_Event::LatestEnd.Description' value: 'Latest enddate of all _own_ EventParticipations.'
  id: 'Attribute::LibCal_Event::LatestEnd.Name' value: 'LatestEnd'
  id: 'Attribute::LibCal_Event::NrOfOccurrences.Name' value: 'NrOfOccurrences'
  id: 'Attribute::LibCal_Event::NrOfSubscribers.Name' value: 'NrOfSubscribers'
  id: 'Attribute::LibCal_Event::NrOfSubscriptions.Name' value: 'NrOfSubscriptions'
  id: 'Attribute::LibCal_Event::PartialCapacity.Description' value: "Capacity between 0.0 and 1.0, to be used for the TimeIntervals that are generated when Type = 'Partial'."
  id: 'Attribute::LibCal_Event::PartialCapacity.Name' value: 'PartialCapacity'
  id: 'Attribute::LibCal_Event::StartTimeOfDay.Description' value: 'StartTime of the event, as duration since midnight.'
  id: 'Attribute::LibCal_Event::StartTimeOfDay.Name' value: 'StartTimeOfDay'
  id: 'Attribute::LibCal_Event::Subject.Description' value: "Subject of the event, is displayed in the UI as 'Name'."
  id: 'Attribute::LibCal_Event::Subject.Name' value: 'Subject'
  id: 'Attribute::LibCal_Event::Subscribers.Name' value: 'Subscribers'
  id: 'Attribute::LibCal_Event::Type.Description' value: "Type of event: 'Available', 'Unavailable' or 'Capacity'"
  id: 'Attribute::LibCal_Event::Type.Name' value: 'Type'
  id: 'Attribute::LibCal_EventCategory::Name.Name' value: 'Name'
  id: 'Attribute::LibCal_EventCategory::NrOfCommonEvents.Description' value: 'Number of common events in the category, i.e. the number of events that have been created in the Common Calendar.'
  id: 'Attribute::LibCal_EventCategory::NrOfCommonEvents.Name' value: 'NrOfCommonEvents'
  id: 'Attribute::LibCal_EventCategory::NrOfSpecificEvents.Description' value: 'Number of specific events in the category, i.e. the number of events that has been created for a specific calendar.'
  id: 'Attribute::LibCal_EventCategory::NrOfSpecificEvents.Name' value: 'NrOfSpecificEvents'
  id: 'Attribute::LibCal_EventCategory::TotalNrOfEvents.Description' value: 'Total number of events in the category.'
  id: 'Attribute::LibCal_EventCategory::TotalNrOfEvents.Name' value: 'TotalNrOfEvents'
  id: 'Attribute::LibCal_ExplicitTimeInterval::Capacity.Name' value: 'Capacity'
  id: 'Attribute::LibCal_ExplicitTimeInterval::Comment.Name' value: 'Comment'
  id: 'Attribute::LibCal_ExplicitTimeInterval::End.Name' value: 'End'
  id: 'Attribute::LibCal_ExplicitTimeInterval::HasDeviationImg.Description' value: 'Indicates if the occurrence has been modified'
  id: 'Attribute::LibCal_ExplicitTimeInterval::HasDeviationImg.Name' value: 'HasDeviationImg'
  id: 'Attribute::LibCal_ExplicitTimeInterval::IsDifferentFromLeadingETI.Description' value: 'Indicates if a SubscribingETI is different from the LeadingETI that it subscribes to.\nIf TRUE, then only this specific ETI was modified.'
  id: 'Attribute::LibCal_ExplicitTimeInterval::IsDifferentFromLeadingETI.Name' value: 'IsDifferentFromLeadingETI'
  id: 'Attribute::LibCal_ExplicitTimeInterval::IsModified.Description' value: 'Indicates if the Start and/or End is different from the definition of the Event.'
  id: 'Attribute::LibCal_ExplicitTimeInterval::IsModified.Name' value: 'IsModified'
  id: 'Attribute::LibCal_ExplicitTimeInterval::IsSoftDeleted.Name' value: 'IsSoftDeleted'
  id: 'Attribute::LibCal_ExplicitTimeInterval::Start.Name' value: 'Start'
  id: 'Attribute::LibCal_ImportExport::ExportData.Name' value: 'ExportData'
  id: 'Attribute::LibCal_ImportExport::ExportID.Description' value: 'ID provided by the Client that triggered the export. Setting this attribute will trigger an action in the Client(s).\nOnly the Client that provided the ID should retrieve the ExportData.'
  id: 'Attribute::LibCal_ImportExport::ExportID.Name' value: 'ExportID'
  id: 'Attribute::LibCal_ImportExportDataset::NrOfErrors.Description' value: 'Number of errors that have been encountered during the validation of the StagingObjects.'
  id: 'Attribute::LibCal_ImportExportDataset::NrOfErrors.Name' value: 'NrOfErrors'
  id: 'Attribute::LibCal_ImportExportDataset::NrOfWarnings.Description' value: 'Number of warnings that have been encountered during the validation of the StagingObjects.'
  id: 'Attribute::LibCal_ImportExportDataset::NrOfWarnings.Name' value: 'NrOfWarnings'
  id: 'Attribute::LibCal_LeadingParticipation::EndDate.Description' value: 'EndDate of the event.'
  id: 'Attribute::LibCal_LeadingParticipation::EndDate.Name' value: 'EndDate'
  id: 'Attribute::LibCal_LeadingParticipation::EndDateForUI.Description' value: 'Date of the last applicable day of the (subscription to the) event, capped at the end of the CalendarWindow.\nCan be used to show a node in a ganttchart in the UI.'
  id: 'Attribute::LibCal_LeadingParticipation::EndDateForUI.Name' value: 'EndDateForUI'
  id: 'Attribute::LibCal_LeadingParticipation::EndTime.Description' value: 'EndTime of the event. Is only relevant for non-recurring events.'
  id: 'Attribute::LibCal_LeadingParticipation::EndTime.Name' value: 'EndTime'
  id: 'Attribute::LibCal_LeadingParticipation::HasChangedRecurrencePeriod.Description' value: 'Indicates if something is changed in the recurrence period of the participation.'
  id: 'Attribute::LibCal_LeadingParticipation::HasChangedRecurrencePeriod.Name' value: 'HasChangedRecurrencePeriod'
  id: 'Attribute::LibCal_LeadingParticipation::Info.Description' value: "'Human readable' information about the participation."
  id: 'Attribute::LibCal_LeadingParticipation::Info.Name' value: 'Info'
  id: 'Attribute::LibCal_LeadingParticipation::IsChanged.Description' value: 'Indicates if the TimeIntervals must be re-genereated.'
  id: 'Attribute::LibCal_LeadingParticipation::IsChanged.Name' value: 'IsChanged'
  id: 'Attribute::LibCal_LeadingParticipation::IsCreatedByImport.Description' value: 'Indicates if the participation is created as result of an import action.'
  id: 'Attribute::LibCal_LeadingParticipation::IsCreatedByImport.Name' value: 'IsCreatedByImport'
  id: 'Attribute::LibCal_LeadingParticipation::IsLeading.Description' value: 'Indicates if the participation is the LeadingParticipation of an event.'
  id: 'Attribute::LibCal_LeadingParticipation::IsLeading.Name' value: 'IsLeading'
  id: 'Attribute::LibCal_LeadingParticipation::IsRecurring.Description' value: 'Indicates if the participation belongs to or is a subscription to a recurring event.'
  id: 'Attribute::LibCal_LeadingParticipation::IsRecurring.Name' value: 'IsRecurring'
  id: 'Attribute::LibCal_LeadingParticipation::IsSubscription.Description' value: 'Indicates if the participation is a Subscription to an event from another calendar.'
  id: 'Attribute::LibCal_LeadingParticipation::IsSubscription.Name' value: 'IsSubscription'
  id: 'Attribute::LibCal_LeadingParticipation::NrOfOccurrences.Name' value: 'NrOfOccurrences'
  id: 'Attribute::LibCal_LeadingParticipation::ParticipationID.Description' value: 'Technical ID of the participation, used for import/export.'
  id: 'Attribute::LibCal_LeadingParticipation::ParticipationID.Name' value: 'ParticipationID'
  id: 'Attribute::LibCal_LeadingParticipation::StartDate.Description' value: 'StartDate of the event.'
  id: 'Attribute::LibCal_LeadingParticipation::StartDate.Name' value: 'StartDate'
  id: 'Attribute::LibCal_LeadingParticipation::StartDateForUI.Description' value: 'Date of the first applicable day of the (subscription to the) event, capped at the start of the CalendarWindow.\nCan be used to show a node in a ganttchart in the UI.'
  id: 'Attribute::LibCal_LeadingParticipation::StartDateForUI.Name' value: 'StartDateForUI'
  id: 'Attribute::LibCal_LeadingParticipation::StartTime.Description' value: 'StartTime of the event. Is only relevant for non-recurring events.'
  id: 'Attribute::LibCal_LeadingParticipation::StartTime.Name' value: 'StartTime'
  id: 'Attribute::LibCal_Participation::EndDate.Description' value: 'EndDate of the event.'
  id: 'Attribute::LibCal_Participation::EndDate.Name' value: 'EndDate'
  id: 'Attribute::LibCal_Participation::EndDateForUI.Description' value: 'Date of the last applicable day of the (subscription to the) event, capped at the end of the CalendarWindow.\nCan be used to show a node in a ganttchart in the UI.'
  id: 'Attribute::LibCal_Participation::EndDateForUI.Name' value: 'EndDateForUI'
  id: 'Attribute::LibCal_Participation::EndTime.Description' value: 'EndTime of the event. Is only relevant for non-recurring events.'
  id: 'Attribute::LibCal_Participation::EndTime.Name' value: 'EndTime'
  id: 'Attribute::LibCal_Participation::HasChangedRecurrencePeriod.Description' value: 'Indicates if something is changed in the recurrence period of the participation.'
  id: 'Attribute::LibCal_Participation::HasChangedRecurrencePeriod.Name' value: 'HasChangedRecurrencePeriod'
  id: 'Attribute::LibCal_Participation::Info.Description' value: "'Human readable' information about the participation."
  id: 'Attribute::LibCal_Participation::Info.Name' value: 'Info'
  id: 'Attribute::LibCal_Participation::IsChanged.Description' value: 'Indicates if the TimeIntervals must be re-genereated.'
  id: 'Attribute::LibCal_Participation::IsChanged.Name' value: 'IsChanged'
  id: 'Attribute::LibCal_Participation::IsCreatedByImport.Description' value: 'Indicates if the participation is created as result of an import action.'
  id: 'Attribute::LibCal_Participation::IsCreatedByImport.Name' value: 'IsCreatedByImport'
  id: 'Attribute::LibCal_Participation::IsLeading.Description' value: 'Indicates if the participation is the LeadingParticipation of an event.'
  id: 'Attribute::LibCal_Participation::IsLeading.Name' value: 'IsLeading'
  id: 'Attribute::LibCal_Participation::IsRecurring.Description' value: 'Indicates if the participation belongs to or is a subscription to a recurring event.'
  id: 'Attribute::LibCal_Participation::IsRecurring.Name' value: 'IsRecurring'
  id: 'Attribute::LibCal_Participation::IsSubscription.Description' value: 'Indicates if the participation is a Subscription to an event from another calendar.'
  id: 'Attribute::LibCal_Participation::IsSubscription.Name' value: 'IsSubscription'
  id: 'Attribute::LibCal_Participation::NrOfOccurrences.Name' value: 'NrOfOccurrences'
  id: 'Attribute::LibCal_Participation::ParticipationID.Description' value: 'Technical ID of the participation, used for import/export.'
  id: 'Attribute::LibCal_Participation::ParticipationID.Name' value: 'ParticipationID'
  id: 'Attribute::LibCal_Participation::StartDate.Description' value: 'StartDate of the event.'
  id: 'Attribute::LibCal_Participation::StartDate.Name' value: 'StartDate'
  id: 'Attribute::LibCal_Participation::StartDateForUI.Description' value: 'Date of the first applicable day of the (subscription to the) event, capped at the start of the CalendarWindow.\nCan be used to show a node in a ganttchart in the UI.'
  id: 'Attribute::LibCal_Participation::StartDateForUI.Name' value: 'StartDateForUI'
  id: 'Attribute::LibCal_Participation::StartTime.Description' value: 'StartTime of the event. Is only relevant for non-recurring events.'
  id: 'Attribute::LibCal_Participation::StartTime.Name' value: 'StartTime'
  id: 'Attribute::LibCal_RecurrencePattern::Info.Description' value: 'Textual representation of the pattern.'
  id: 'Attribute::LibCal_RecurrencePattern::Info.Name' value: 'Info'
  id: 'Attribute::LibCal_RecurrencePattern::PatternType.Name' value: 'PatternType'
  id: 'Attribute::LibCal_RecurrencePattern::RecurrenceInterval.Description' value: 'Nr of weeks, months or years, depending on the type of RecurrencePattern.'
  id: 'Attribute::LibCal_RecurrencePattern::RecurrenceInterval.Name' value: 'RecurrenceInterval'
  id: 'Attribute::LibCal_RecurrencePatternDaily::Info.Description' value: 'Textual representation of the pattern.'
  id: 'Attribute::LibCal_RecurrencePatternDaily::Info.Name' value: 'Info'
  id: 'Attribute::LibCal_RecurrencePatternDaily::IsEveryWeekday.Name' value: 'IsEveryWeekday'
  id: 'Attribute::LibCal_RecurrencePatternDaily::PatternType.Name' value: 'PatternType'
  id: 'Attribute::LibCal_RecurrencePatternDaily::RecurrenceInterval.Description' value: 'Nr of weeks, months or years, depending on the type of RecurrencePattern.'
  id: 'Attribute::LibCal_RecurrencePatternDaily::RecurrenceInterval.Name' value: 'RecurrenceInterval'
  id: 'Attribute::LibCal_RecurrencePatternMonthly::Day.Name' value: 'Day'
  id: 'Attribute::LibCal_RecurrencePatternMonthly::Info.Description' value: 'Textual representation of the pattern.'
  id: 'Attribute::LibCal_RecurrencePatternMonthly::Info.Name' value: 'Info'
  id: 'Attribute::LibCal_RecurrencePatternMonthly::IsDay.Description' value: 'Indicates if the recurrence is simply on a specific day of the month, or based on a more complex pattern.'
  id: 'Attribute::LibCal_RecurrencePatternMonthly::IsDay.Name' value: 'IsDay'
  id: 'Attribute::LibCal_RecurrencePatternMonthly::PatternDayOfWeek.Name' value: 'PatternDayOfWeek'
  id: 'Attribute::LibCal_RecurrencePatternMonthly::PatternType.Name' value: 'PatternType'
  id: 'Attribute::LibCal_RecurrencePatternMonthly::PatternWeekOfMonth.Description' value: "'first', 'second', 'third', 'fourth' or 'last'."
  id: 'Attribute::LibCal_RecurrencePatternMonthly::PatternWeekOfMonth.Name' value: 'PatternWeekOfMonth'
  id: 'Attribute::LibCal_RecurrencePatternMonthly::RecurrenceInterval.Description' value: 'Nr of weeks, months or years, depending on the type of RecurrencePattern.'
  id: 'Attribute::LibCal_RecurrencePatternMonthly::RecurrenceInterval.Name' value: 'RecurrenceInterval'
  id: 'Attribute::LibCal_RecurrencePatternWeekly::Friday.Name' value: 'Friday'
  id: 'Attribute::LibCal_RecurrencePatternWeekly::Info.Description' value: 'Textual representation of the pattern.'
  id: 'Attribute::LibCal_RecurrencePatternWeekly::Info.Name' value: 'Info'
  id: 'Attribute::LibCal_RecurrencePatternWeekly::Monday.Name' value: 'Monday'
  id: 'Attribute::LibCal_RecurrencePatternWeekly::PatternType.Name' value: 'PatternType'
  id: 'Attribute::LibCal_RecurrencePatternWeekly::RecurrenceInterval.Description' value: 'Nr of weeks, months or years, depending on the type of RecurrencePattern.'
  id: 'Attribute::LibCal_RecurrencePatternWeekly::RecurrenceInterval.Name' value: 'RecurrenceInterval'
  id: 'Attribute::LibCal_RecurrencePatternWeekly::Saturday.Name' value: 'Saturday'
  id: 'Attribute::LibCal_RecurrencePatternWeekly::Sunday.Name' value: 'Sunday'
  id: 'Attribute::LibCal_RecurrencePatternWeekly::Thursday.Name' value: 'Thursday'
  id: 'Attribute::LibCal_RecurrencePatternWeekly::Tuesday.Name' value: 'Tuesday'
  id: 'Attribute::LibCal_RecurrencePatternWeekly::Wednesday.Name' value: 'Wednesday'
  id: 'Attribute::LibCal_RecurrencePatternYearly::Day.Name' value: 'Day'
  id: 'Attribute::LibCal_RecurrencePatternYearly::Info.Description' value: 'Textual representation of the pattern.'
  id: 'Attribute::LibCal_RecurrencePatternYearly::Info.Name' value: 'Info'
  id: 'Attribute::LibCal_RecurrencePatternYearly::IsDay.Description' value: 'Indicates if the recurrence is simply on a specific day of the year, or based on a more complex pattern.'
  id: 'Attribute::LibCal_RecurrencePatternYearly::IsDay.Name' value: 'IsDay'
  id: 'Attribute::LibCal_RecurrencePatternYearly::Month.Description' value: 'Is used for both pattern and specific date.'
  id: 'Attribute::LibCal_RecurrencePatternYearly::Month.Name' value: 'Month'
  id: 'Attribute::LibCal_RecurrencePatternYearly::PatternDayOfWeek.Name' value: 'PatternDayOfWeek'
  id: 'Attribute::LibCal_RecurrencePatternYearly::PatternType.Name' value: 'PatternType'
  id: 'Attribute::LibCal_RecurrencePatternYearly::PatternWeekOfMonth.Description' value: "'first', 'second', 'third', 'fourth' or 'last'."
  id: 'Attribute::LibCal_RecurrencePatternYearly::PatternWeekOfMonth.Name' value: 'PatternWeekOfMonth'
  id: 'Attribute::LibCal_RecurrencePatternYearly::RecurrenceInterval.Description' value: 'Nr of weeks, months or years, depending on the type of RecurrencePattern.'
  id: 'Attribute::LibCal_RecurrencePatternYearly::RecurrenceInterval.Name' value: 'RecurrenceInterval'
  id: 'Attribute::LibCal_RecurrencePeriod::EndDate.Name' value: 'EndDate'
  id: 'Attribute::LibCal_RecurrencePeriod::Info.Description' value: 'Textual representation of the period.'
  id: 'Attribute::LibCal_RecurrencePeriod::Info.Name' value: 'Info'
  id: 'Attribute::LibCal_RecurrencePeriod::PeriodType.Name' value: 'PeriodType'
  id: 'Attribute::LibCal_RecurrencePeriod::PreviousEndDate.Name' value: 'PreviousEndDate'
  id: 'Attribute::LibCal_RecurrencePeriod::PreviousStartDate.Name' value: 'PreviousStartDate'
  id: 'Attribute::LibCal_RecurrencePeriod::StartDate.Name' value: 'StartDate'
  id: 'Attribute::LibCal_RecurrencePeriodNrOfOccurrences::EndDate.Name' value: 'EndDate'
  id: 'Attribute::LibCal_RecurrencePeriodNrOfOccurrences::Info.Description' value: 'Textual representation of the period.'
  id: 'Attribute::LibCal_RecurrencePeriodNrOfOccurrences::Info.Name' value: 'Info'
  id: 'Attribute::LibCal_RecurrencePeriodNrOfOccurrences::NrOfOccurrences.Name' value: 'NrOfOccurrences'
  id: 'Attribute::LibCal_RecurrencePeriodNrOfOccurrences::PeriodType.Name' value: 'PeriodType'
  id: 'Attribute::LibCal_RecurrencePeriodNrOfOccurrences::PreviousEndDate.Name' value: 'PreviousEndDate'
  id: 'Attribute::LibCal_RecurrencePeriodNrOfOccurrences::PreviousStartDate.Name' value: 'PreviousStartDate'
  id: 'Attribute::LibCal_RecurrencePeriodNrOfOccurrences::StartDate.Name' value: 'StartDate'
  id: 'Attribute::LibCal_RecurrencePeriodWithEndDate::EndDate.Name' value: 'EndDate'
  id: 'Attribute::LibCal_RecurrencePeriodWithEndDate::EndDateSet.Description' value: 'EndDate that is set for the RecurrencePeriod. Is used for the calculation of attribute EndDate.'
  id: 'Attribute::LibCal_RecurrencePeriodWithEndDate::EndDateSet.Name' value: 'EndDateSet'
  id: 'Attribute::LibCal_RecurrencePeriodWithEndDate::Info.Description' value: 'Textual representation of the period.'
  id: 'Attribute::LibCal_RecurrencePeriodWithEndDate::Info.Name' value: 'Info'
  id: 'Attribute::LibCal_RecurrencePeriodWithEndDate::PeriodType.Name' value: 'PeriodType'
  id: 'Attribute::LibCal_RecurrencePeriodWithEndDate::PreviousEndDate.Name' value: 'PreviousEndDate'
  id: 'Attribute::LibCal_RecurrencePeriodWithEndDate::PreviousStartDate.Name' value: 'PreviousStartDate'
  id: 'Attribute::LibCal_RecurrencePeriodWithEndDate::StartDate.Name' value: 'StartDate'
  id: 'Attribute::LibCal_RecurrencePeriodWithoutEnd::EndDate.Name' value: 'EndDate'
  id: 'Attribute::LibCal_RecurrencePeriodWithoutEnd::Info.Description' value: 'Textual representation of the period.'
  id: 'Attribute::LibCal_RecurrencePeriodWithoutEnd::Info.Name' value: 'Info'
  id: 'Attribute::LibCal_RecurrencePeriodWithoutEnd::PeriodType.Name' value: 'PeriodType'
  id: 'Attribute::LibCal_RecurrencePeriodWithoutEnd::PreviousEndDate.Name' value: 'PreviousEndDate'
  id: 'Attribute::LibCal_RecurrencePeriodWithoutEnd::PreviousStartDate.Name' value: 'PreviousStartDate'
  id: 'Attribute::LibCal_RecurrencePeriodWithoutEnd::StartDate.Name' value: 'StartDate'
  id: 'Attribute::LibCal_StagingCalendar::Base.Description' value: 'Base date and time of the calendar.'
  id: 'Attribute::LibCal_StagingCalendar::Base.Name' value: 'Base'
  id: 'Attribute::LibCal_StagingCalendar::CalendarType.Description' value: 'Type of the calendar.'
  id: 'Attribute::LibCal_StagingCalendar::CalendarType.Name' value: 'CalendarType'
  id: 'Attribute::LibCal_StagingCalendar::HasError.Description' value: 'Indicates if an error has been detected in the imported data.\nAn error blocks synchronization of the data.'
  id: 'Attribute::LibCal_StagingCalendar::HasError.Name' value: 'HasError'
  id: 'Attribute::LibCal_StagingCalendar::HasWarning.Description' value: 'Indicates if a warning has been detected in the imported data.\nA warning does not block synchronization of the data.'
  id: 'Attribute::LibCal_StagingCalendar::HasWarning.Name' value: 'HasWarning'
  id: 'Attribute::LibCal_StagingCalendar::History.Description' value: 'Size of the historical part of the calendar window (in days).'
  id: 'Attribute::LibCal_StagingCalendar::History.Name' value: 'History'
  id: 'Attribute::LibCal_StagingCalendar::IsAlwaysAvailable.Description' value: 'Indicates if the calendar has a subscription to event "Always available".'
  id: 'Attribute::LibCal_StagingCalendar::IsAlwaysAvailable.Name' value: 'IsAlwaysAvailable'
  id: 'Attribute::LibCal_StagingCalendar::NrOfErrors.Name' value: 'NrOfErrors'
  id: 'Attribute::LibCal_StagingCalendar::NrOfWarnings.Name' value: 'NrOfWarnings'
  id: 'Attribute::LibCal_StagingCalendar::OwnerID.Description' value: 'Unique ID of the instance that owns the calendar.'
  id: 'Attribute::LibCal_StagingCalendar::OwnerID.Name' value: 'OwnerID'
  id: 'Attribute::LibCal_StagingCalendar::StagingCalendarID.Description' value: 'ID of the calendar.'
  id: 'Attribute::LibCal_StagingCalendar::StagingCalendarID.Name' value: 'StagingCalendarID'
  id: 'Attribute::LibCal_StagingCalendar::UpdateInterval.Description' value: 'Update interval of the calendar.'
  id: 'Attribute::LibCal_StagingCalendar::UpdateInterval.Name' value: 'UpdateInterval'
  id: 'Attribute::LibCal_StagingCalendar::Validation.Description' value: 'Errors and Warnings that have been encountered while checking the imported data.'
  id: 'Attribute::LibCal_StagingCalendar::Validation.Name' value: 'Validation'
  id: 'Attribute::LibCal_StagingCalendar::Window.Description' value: 'Size of the calendar window (in days).'
  id: 'Attribute::LibCal_StagingCalendar::Window.Name' value: 'Window'
  id: 'Attribute::LibCal_StagingEvent::CalendarID.Description' value: 'ID of the calendar of the event.\nRequired for import; part of the foreign key to StagingCalendar.'
  id: 'Attribute::LibCal_StagingEvent::CalendarID.Name' value: 'CalendarID'
  id: 'Attribute::LibCal_StagingEvent::CalendarType.Description' value: 'Type of the calendar of the event.\nRequired for import; part of the foreign key to StagingCalendar.'
  id: 'Attribute::LibCal_StagingEvent::CalendarType.Name' value: 'CalendarType'
  id: 'Attribute::LibCal_StagingEvent::Category.Description' value: 'Category of the event.'
  id: 'Attribute::LibCal_StagingEvent::Category.Name' value: 'Category'
  id: 'Attribute::LibCal_StagingEvent::Description.Description' value: 'Provide a description of the event.'
  id: 'Attribute::LibCal_StagingEvent::Description.Name' value: 'Description'
  id: 'Attribute::LibCal_StagingEvent::Duration.Description' value: 'Duration of the event.'
  id: 'Attribute::LibCal_StagingEvent::Duration.Name' value: 'Duration'
  id: 'Attribute::LibCal_StagingEvent::HasError.Description' value: 'Indicates if an error has been detected in the imported data.\nAn error blocks synchronization of the data.'
  id: 'Attribute::LibCal_StagingEvent::HasError.Name' value: 'HasError'
  id: 'Attribute::LibCal_StagingEvent::HasWarning.Description' value: 'Indicates if a warning has been detected in the imported data.\nA warning does not block synchronization of the data.'
  id: 'Attribute::LibCal_StagingEvent::HasWarning.Name' value: 'HasWarning'
  id: 'Attribute::LibCal_StagingEvent::IsAllDay.Description' value: 'Indicates if the event has a duration of one or more full days.'
  id: 'Attribute::LibCal_StagingEvent::IsAllDay.Name' value: 'IsAllDay'
  id: 'Attribute::LibCal_StagingEvent::IsDefault.Description' value: 'Indicates if the event is a default event, i.e. an event to which new calendars will automatically subscribe.'
  id: 'Attribute::LibCal_StagingEvent::IsDefault.Name' value: 'IsDefault'
  id: 'Attribute::LibCal_StagingEvent::IsRecurring.Description' value: 'Indicates if the event is recurring.'
  id: 'Attribute::LibCal_StagingEvent::IsRecurring.Name' value: 'IsRecurring'
  id: 'Attribute::LibCal_StagingEvent::NrOfErrors.Name' value: 'NrOfErrors'
  id: 'Attribute::LibCal_StagingEvent::NrOfWarnings.Name' value: 'NrOfWarnings'
  id: 'Attribute::LibCal_StagingEvent::PartialCapacity.Description' value: 'Capacity of the event, when different from 0.0 (unavailable) or 1.0 (available).\nIs only used when Type = "Partial".'
  id: 'Attribute::LibCal_StagingEvent::PartialCapacity.Name' value: 'PartialCapacity'
  id: 'Attribute::LibCal_StagingEvent::PatternDaily_IsEveryWeekday.Description' value: 'Indicates if the event occurs on every weekday (but not during the weekend).'
  id: 'Attribute::LibCal_StagingEvent::PatternDaily_IsEveryWeekday.Name' value: 'PatternDaily_IsEveryWeekday'
  id: 'Attribute::LibCal_StagingEvent::PatternMonthly_Day.Description' value: 'Day of the month at which the event recurs.'
  id: 'Attribute::LibCal_StagingEvent::PatternMonthly_Day.Name' value: 'PatternMonthly_Day'
  id: 'Attribute::LibCal_StagingEvent::PatternMonthly_DayOfWeek.Description' value: 'Day of the week at which the event recurs.'
  id: 'Attribute::LibCal_StagingEvent::PatternMonthly_DayOfWeek.Name' value: 'PatternMonthly_DayOfWeek'
  id: 'Attribute::LibCal_StagingEvent::PatternMonthly_IsDay.Description' value: 'Indicates the kind of monthly recurrence (specific day or pattern).'
  id: 'Attribute::LibCal_StagingEvent::PatternMonthly_IsDay.Name' value: 'PatternMonthly_IsDay'
  id: 'Attribute::LibCal_StagingEvent::PatternMonthly_WeekOfMonth.Description' value: 'Week of the month in which the event recurs.'
  id: 'Attribute::LibCal_StagingEvent::PatternMonthly_WeekOfMonth.Name' value: 'PatternMonthly_WeekOfMonth'
  id: 'Attribute::LibCal_StagingEvent::PatternType.Description' value: 'Type of the recurrence pattern of the event: "Daily", "Weekly", "Monthly" or "Yearly".'
  id: 'Attribute::LibCal_StagingEvent::PatternType.Name' value: 'PatternType'
  id: 'Attribute::LibCal_StagingEvent::PatternWeekly_Weekdays.Description' value: "Days of the week at which the event recurs.\nConcatenation of the first 3 letters of the applicable days, separated by a ';'."
  id: 'Attribute::LibCal_StagingEvent::PatternWeekly_Weekdays.Name' value: 'PatternWeekly_Weekdays'
  id: 'Attribute::LibCal_StagingEvent::PatternYearly_Day.Description' value: 'Day of the month at which the event recurs.'
  id: 'Attribute::LibCal_StagingEvent::PatternYearly_Day.Name' value: 'PatternYearly_Day'
  id: 'Attribute::LibCal_StagingEvent::PatternYearly_DayOfWeek.Description' value: 'Day of the week at which the event recurs.'
  id: 'Attribute::LibCal_StagingEvent::PatternYearly_DayOfWeek.Name' value: 'PatternYearly_DayOfWeek'
  id: 'Attribute::LibCal_StagingEvent::PatternYearly_IsDay.Description' value: 'Indicates the kind of yearly recurrence (specific day or pattern).'
  id: 'Attribute::LibCal_StagingEvent::PatternYearly_IsDay.Name' value: 'PatternYearly_IsDay'
  id: 'Attribute::LibCal_StagingEvent::PatternYearly_Month.Description' value: 'Month in which the event recurs.'
  id: 'Attribute::LibCal_StagingEvent::PatternYearly_Month.Name' value: 'PatternYearly_Month'
  id: 'Attribute::LibCal_StagingEvent::PatternYearly_WeekOfMonth.Description' value: 'Week of the month in which the event recurs.'
  id: 'Attribute::LibCal_StagingEvent::PatternYearly_WeekOfMonth.Name' value: 'PatternYearly_WeekOfMonth'
  id: 'Attribute::LibCal_StagingEvent::RecurrenceInterval.Description' value: 'Interval at which the event is recurring.'
  id: 'Attribute::LibCal_StagingEvent::RecurrenceInterval.Name' value: 'RecurrenceInterval'
  id: 'Attribute::LibCal_StagingEvent::StagingEventID.Description' value: 'ID of the event.'
  id: 'Attribute::LibCal_StagingEvent::StagingEventID.Name' value: 'StagingEventID'
  id: 'Attribute::LibCal_StagingEvent::StartTimeOfDay.Description' value: 'Time of day at which the event starts.\nThe StartDate is part of the LeadingParticipation.'
  id: 'Attribute::LibCal_StagingEvent::StartTimeOfDay.Name' value: 'StartTimeOfDay'
  id: 'Attribute::LibCal_StagingEvent::Subject.Description' value: 'Subject of the event.'
  id: 'Attribute::LibCal_StagingEvent::Subject.Name' value: 'Subject'
  id: 'Attribute::LibCal_StagingEvent::Type.Description' value: 'Type of the event: "Available", "Unavailable" or "Capacity".'
  id: 'Attribute::LibCal_StagingEvent::Type.Name' value: 'Type'
  id: 'Attribute::LibCal_StagingEvent::Validation.Description' value: 'Errors and Warnings that have been encountered while checking the imported data.'
  id: 'Attribute::LibCal_StagingEvent::Validation.Name' value: 'Validation'
  id: 'Attribute::LibCal_StagingObject::HasError.Description' value: 'Indicates if an error has been detected in the imported data.\nAn error blocks synchronization of the data.'
  id: 'Attribute::LibCal_StagingObject::HasError.Name' value: 'HasError'
  id: 'Attribute::LibCal_StagingObject::HasWarning.Description' value: 'Indicates if a warning has been detected in the imported data.\nA warning does not block synchronization of the data.'
  id: 'Attribute::LibCal_StagingObject::HasWarning.Name' value: 'HasWarning'
  id: 'Attribute::LibCal_StagingObject::NrOfErrors.Name' value: 'NrOfErrors'
  id: 'Attribute::LibCal_StagingObject::NrOfWarnings.Name' value: 'NrOfWarnings'
  id: 'Attribute::LibCal_StagingObject::Validation.Description' value: 'Errors and Warnings that have been encountered while checking the imported data.'
  id: 'Attribute::LibCal_StagingObject::Validation.Name' value: 'Validation'
  id: 'Attribute::LibCal_StagingParticipation::CalendarID.Description' value: 'ID of the participating calendar.\nRequired for import; part of the foreign key to StagingCalendar.'
  id: 'Attribute::LibCal_StagingParticipation::CalendarID.Name' value: 'CalendarID'
  id: 'Attribute::LibCal_StagingParticipation::CalendarType.Description' value: 'Type of the participating calendar.\nRequired for import; part of the foreign key to StagingCalendar.'
  id: 'Attribute::LibCal_StagingParticipation::CalendarType.Name' value: 'CalendarType'
  id: 'Attribute::LibCal_StagingParticipation::EventID.Description' value: 'ID of the event in which is participated.\nRequired for import; is the foreign key to StagingEvent.'
  id: 'Attribute::LibCal_StagingParticipation::EventID.Name' value: 'EventID'
  id: 'Attribute::LibCal_StagingParticipation::EventIsRecurring.Description' value: 'Indicates if the event in which is participated is a recurring event.\nIs only meant for informational purposes, to make the data better understandable.\nThe value is not used when synchronizing after an import. IsRecurring of the related StagingEvent is used instead.'
  id: 'Attribute::LibCal_StagingParticipation::EventIsRecurring.Name' value: 'EventIsRecurring'
  id: 'Attribute::LibCal_StagingParticipation::HasError.Description' value: 'Indicates if an error has been detected in the imported data.\nAn error blocks synchronization of the data.'
  id: 'Attribute::LibCal_StagingParticipation::HasError.Name' value: 'HasError'
  id: 'Attribute::LibCal_StagingParticipation::HasSpecificPeriod.Description' value: "Indicates if a specific recurrence period is defined for the participation\nMaps to 'not UseLeadingPeriod' of the Participation. HasSpecificPeriod is easier to understand in the exported data."
  id: 'Attribute::LibCal_StagingParticipation::HasSpecificPeriod.Name' value: 'HasSpecificPeriod'
  id: 'Attribute::LibCal_StagingParticipation::HasWarning.Description' value: 'Indicates if a warning has been detected in the imported data.\nA warning does not block synchronization of the data.'
  id: 'Attribute::LibCal_StagingParticipation::HasWarning.Name' value: 'HasWarning'
  id: 'Attribute::LibCal_StagingParticipation::IsLeading.Description' value: 'Indicates if the participation is the LeadingParticipation.\nThis value is not imported, but determined based on the calendar of the related StagingEvent.\nThe value is not exported. IsSubscription is exported instead, as this is better understandable.'
  id: 'Attribute::LibCal_StagingParticipation::IsLeading.Name' value: 'IsLeading'
  id: 'Attribute::LibCal_StagingParticipation::IsSubscription.Description' value: 'Indicates if the particiaption is a Subscription or a LeadingParticipation.\nIs only meant for informational purposes, to make the data better understandable.\nWhen synchronizing the imported data IsLeading is used instead, which is determined based on the calendar of the related StagingEvent.'
  id: 'Attribute::LibCal_StagingParticipation::IsSubscription.Name' value: 'IsSubscription'
  id: 'Attribute::LibCal_StagingParticipation::NrOfErrors.Name' value: 'NrOfErrors'
  id: 'Attribute::LibCal_StagingParticipation::NrOfWarnings.Name' value: 'NrOfWarnings'
  id: 'Attribute::LibCal_StagingParticipation::PeriodEndDate.Description' value: 'End date of the recurrence period.'
  id: 'Attribute::LibCal_StagingParticipation::PeriodEndDate.Name' value: 'PeriodEndDate'
  id: 'Attribute::LibCal_StagingParticipation::PeriodNrOfOccurrences.Description' value: 'Number of times that the event should recur.'
  id: 'Attribute::LibCal_StagingParticipation::PeriodNrOfOccurrences.Name' value: 'PeriodNrOfOccurrences'
  id: 'Attribute::LibCal_StagingParticipation::PeriodStartDate.Description' value: 'Start date of the recurrence period.'
  id: 'Attribute::LibCal_StagingParticipation::PeriodStartDate.Name' value: 'PeriodStartDate'
  id: 'Attribute::LibCal_StagingParticipation::PeriodType.Description' value: 'Type of the recurrence period.'
  id: 'Attribute::LibCal_StagingParticipation::PeriodType.Name' value: 'PeriodType'
  id: 'Attribute::LibCal_StagingParticipation::StagingParticipationID.Description' value: 'ID of the participation.'
  id: 'Attribute::LibCal_StagingParticipation::StagingParticipationID.Name' value: 'StagingParticipationID'
  id: 'Attribute::LibCal_StagingParticipation::StartDate.Description' value: 'Start date of the event (!).'
  id: 'Attribute::LibCal_StagingParticipation::StartDate.Name' value: 'StartDate'
  id: 'Attribute::LibCal_StagingParticipation::Validation.Description' value: 'Errors and Warnings that have been encountered while checking the imported data.'
  id: 'Attribute::LibCal_StagingParticipation::Validation.Name' value: 'Validation'
  id: 'Attribute::LibCal_Subscription::EndDate.Description' value: 'EndDate of the event.'
  id: 'Attribute::LibCal_Subscription::EndDate.Name' value: 'EndDate'
  id: 'Attribute::LibCal_Subscription::EndDateForUI.Description' value: 'Date of the last applicable day of the (subscription to the) event, capped at the end of the CalendarWindow.\nCan be used to show a node in a ganttchart in the UI.'
  id: 'Attribute::LibCal_Subscription::EndDateForUI.Name' value: 'EndDateForUI'
  id: 'Attribute::LibCal_Subscription::EndTime.Description' value: 'EndTime of the event. Is only relevant for non-recurring events.'
  id: 'Attribute::LibCal_Subscription::EndTime.Name' value: 'EndTime'
  id: 'Attribute::LibCal_Subscription::HasChangedRecurrencePeriod.Description' value: 'Indicates if something is changed in the recurrence period of the participation.'
  id: 'Attribute::LibCal_Subscription::HasChangedRecurrencePeriod.Name' value: 'HasChangedRecurrencePeriod'
  id: 'Attribute::LibCal_Subscription::Info.Description' value: "'Human readable' information about the participation."
  id: 'Attribute::LibCal_Subscription::Info.Name' value: 'Info'
  id: 'Attribute::LibCal_Subscription::IsChanged.Description' value: 'Indicates if the TimeIntervals must be re-genereated.'
  id: 'Attribute::LibCal_Subscription::IsChanged.Name' value: 'IsChanged'
  id: 'Attribute::LibCal_Subscription::IsCreatedByImport.Description' value: 'Indicates if the participation is created as result of an import action.'
  id: 'Attribute::LibCal_Subscription::IsCreatedByImport.Name' value: 'IsCreatedByImport'
  id: 'Attribute::LibCal_Subscription::IsLeading.Description' value: 'Indicates if the participation is the LeadingParticipation of an event.'
  id: 'Attribute::LibCal_Subscription::IsLeading.Name' value: 'IsLeading'
  id: 'Attribute::LibCal_Subscription::IsRecurring.Description' value: 'Indicates if the participation belongs to or is a subscription to a recurring event.'
  id: 'Attribute::LibCal_Subscription::IsRecurring.Name' value: 'IsRecurring'
  id: 'Attribute::LibCal_Subscription::IsSubscription.Description' value: 'Indicates if the participation is a Subscription to an event from another calendar.'
  id: 'Attribute::LibCal_Subscription::IsSubscription.Name' value: 'IsSubscription'
  id: 'Attribute::LibCal_Subscription::NrOfOccurrences.Name' value: 'NrOfOccurrences'
  id: 'Attribute::LibCal_Subscription::ParticipationID.Description' value: 'Technical ID of the participation, used for import/export.'
  id: 'Attribute::LibCal_Subscription::ParticipationID.Name' value: 'ParticipationID'
  id: 'Attribute::LibCal_Subscription::StartDate.Description' value: 'StartDate of the event.'
  id: 'Attribute::LibCal_Subscription::StartDate.Name' value: 'StartDate'
  id: 'Attribute::LibCal_Subscription::StartDateForUI.Description' value: 'Date of the first applicable day of the (subscription to the) event, capped at the start of the CalendarWindow.\nCan be used to show a node in a ganttchart in the UI.'
  id: 'Attribute::LibCal_Subscription::StartDateForUI.Name' value: 'StartDateForUI'
  id: 'Attribute::LibCal_Subscription::StartTime.Description' value: 'StartTime of the event. Is only relevant for non-recurring events.'
  id: 'Attribute::LibCal_Subscription::StartTime.Name' value: 'StartTime'
  id: 'Attribute::LibCal_Subscription::UseLeadingPeriod.Description' value: "Indicates if the RecurrencePeriod of the LeadingParticipation should be used. Otherwise the 'own' RecurrencePeriod will be used."
  id: 'Attribute::LibCal_Subscription::UseLeadingPeriod.Name' value: 'UseLeadingPeriod'
  id: 'Attribute::UnitCalendar::CalendarID.Description' value: 'Recognizable ID of the calendar. Is used as identifier of the calendar in the UI.'
  id: 'Attribute::UnitCalendar::CalendarID.Name' value: 'CalendarID'
  id: 'Attribute::UnitCalendar::CalendarTime.Description' value: 'The reference time of the calendar, i.e. the time without taking History into account.\nThis is the last time that the calendar has been updated.'
  id: 'Attribute::UnitCalendar::CalendarTime.Name' value: 'CalendarTime'
  id: 'Attribute::UnitCalendar::CalendarType.Name' value: 'CalendarType'
  id: 'Attribute::UnitCalendar::End.Name' value: 'End'
  id: 'Attribute::UnitCalendar::EndDate.Description' value: 'Date of the last day of the CalendarWindow.\nWhen End is at midnight, the last day is the day before.'
  id: 'Attribute::UnitCalendar::EndDate.Name' value: 'EndDate'
  id: 'Attribute::UnitCalendar::ExportData.Name' value: 'ExportData'
  id: 'Attribute::UnitCalendar::ExportID.Description' value: 'ID provided by the Client that triggered the export of this one calendar. Setting this attribute will trigger an action in the Client(s).\nOnly the Client that provided the ID should retrieve the ExportData.'
  id: 'Attribute::UnitCalendar::ExportID.Name' value: 'ExportID'
  id: 'Attribute::UnitCalendar::HasChangedCapacity.Description' value: "Indicates if the available capacity of the Calendar has changed, i.e. if at least one of the Calendar's ExplicitTimeIntervals\n(i.e. an occurrence of one of the Calendar's Events) has changed.\nIs used to trigger method OnCapacityChanged() when applicable."
  id: 'Attribute::UnitCalendar::HasChangedCapacity.Name' value: 'HasChangedCapacity'
  id: 'Attribute::UnitCalendar::IsCreatedByImport.Name' value: 'IsCreatedByImport'
  id: 'Attribute::UnitCalendar::PreviousEndDate.Description' value: "Previous EndDate of the calendar. Is used to check if the new End that has been 'detected' by the notification is on a different date.\nIf that is the case, the timeintervals must be re-generated."
  id: 'Attribute::UnitCalendar::PreviousEndDate.Name' value: 'PreviousEndDate'
  id: 'Attribute::UnitCalendar::PreviousStartDate.Description' value: "Previous StartDate of the calendar. Is used to check if the new Start that has been 'detected' by the notification is on a different date.\nIf that is the case, the timeintervals must be re-generated."
  id: 'Attribute::UnitCalendar::PreviousStartDate.Name' value: 'PreviousStartDate'
  id: 'Attribute::UnitCalendar::StartDate.Description' value: 'Date of the first day of the CalendarWindow.'
  id: 'Attribute::UnitCalendar::StartDate.Name' value: 'StartDate'
  id: 'Relation::LibCal_Calendar::LibCal_CalendarRegistry::CalendarRegistry.Name' value: 'CalendarRegistry'
  id: 'Relation::LibCal_Calendar::LibCal_Event::Event.Name' value: 'Event'
  id: 'Relation::LibCal_Calendar::LibCal_Participation::Participation.Name' value: 'Participation'
  id: 'Relation::LibCal_CalendarRegistry::LibCal_Calendar::Calendar.Name' value: 'Calendar'
  id: 'Relation::LibCal_CalendarRegistry::LibCal_CommonCalendar::CommonCalendar.Name' value: 'CommonCalendar'
  id: 'Relation::LibCal_CalendarRegistry::LibCal_EventCategory::EventCategory.Name' value: 'EventCategory'
  id: 'Relation::LibCal_CalendarRegistry::LibCal_ImportExport::ImportExport.Name' value: 'ImportExport'
  id: 'Relation::LibCal_CommonCalendar::LibCal_CalendarRegistry::CalendarRegistryForCommonCalendar.Name' value: 'CalendarRegistryForCommonCalendar'
  id: 'Relation::LibCal_Event::LibCal_Calendar::Calendar.Name' value: 'Calendar'
  id: 'Relation::LibCal_Event::LibCal_EventCategory::EventCategory.Name' value: 'EventCategory'
  id: 'Relation::LibCal_Event::LibCal_LeadingParticipation::LeadingParticipation.Name' value: 'LeadingParticipation'
  id: 'Relation::LibCal_Event::LibCal_Participation::Participation.Name' value: 'Participation'
  id: 'Relation::LibCal_Event::LibCal_RecurrencePattern::RecurrencePattern.Name' value: 'RecurrencePattern'
  id: 'Relation::LibCal_EventCategory::LibCal_CalendarRegistry::CalendarRegistry.Name' value: 'CalendarRegistry'
  id: 'Relation::LibCal_EventCategory::LibCal_Event::Event.Name' value: 'Event'
  id: 'Relation::LibCal_ExplicitTimeInterval::LibCal_ExplicitTimeInterval::LeadingETI.Name' value: 'LeadingETI'
  id: 'Relation::LibCal_ExplicitTimeInterval::LibCal_ExplicitTimeInterval::SubscribingETI.Name' value: 'SubscribingETI'
  id: 'Relation::LibCal_ExplicitTimeInterval::LibCal_Participation::Participation.Name' value: 'Participation'
  id: 'Relation::LibCal_ImportExport::LibCal_CalendarRegistry::CalendarRegistry.Name' value: 'CalendarRegistry'
  id: 'Relation::LibCal_ImportExportDataset::LibCal_StagingCalendar::StagingCalendar.Name' value: 'StagingCalendar'
  id: 'Relation::LibCal_LeadingParticipation::LibCal_Event::EventOfLeadingParticipation.Name' value: 'EventOfLeadingParticipation'
  id: 'Relation::LibCal_LeadingParticipation::LibCal_Subscription::Subscription.Name' value: 'Subscription'
  id: 'Relation::LibCal_Participation::LibCal_Calendar::Calendar.Name' value: 'Calendar'
  id: 'Relation::LibCal_Participation::LibCal_Event::Event.Name' value: 'Event'
  id: 'Relation::LibCal_Participation::LibCal_ExplicitTimeInterval::ExplicitTimeInterval.Name' value: 'ExplicitTimeInterval'
  id: 'Relation::LibCal_Participation::LibCal_RecurrencePattern::RecurrencePattern.Name' value: 'RecurrencePattern'
  id: 'Relation::LibCal_Participation::LibCal_RecurrencePeriod::RecurrencePeriod.Name' value: 'RecurrencePeriod'
  id: 'Relation::LibCal_RecurrencePattern::LibCal_Event::Event.Name' value: 'Event'
  id: 'Relation::LibCal_RecurrencePattern::LibCal_Participation::Participation.Name' value: 'Participation'
  id: 'Relation::LibCal_RecurrencePeriod::LibCal_Participation::Participation.Name' value: 'Participation'
  id: 'Relation::LibCal_StagingCalendar::LibCal_ImportExportDataset::ImportExportDataset.Name' value: 'ImportExportDataset'
  id: 'Relation::LibCal_StagingCalendar::LibCal_StagingEvent::StagingEvent.Name' value: 'StagingEvent'
  id: 'Relation::LibCal_StagingCalendar::LibCal_StagingParticipation::StagingParticipation.Name' value: 'StagingParticipation'
  id: 'Relation::LibCal_StagingEvent::LibCal_StagingCalendar::StagingCalendar.Name' value: 'StagingCalendar'
  id: 'Relation::LibCal_StagingEvent::LibCal_StagingParticipation::LeadingStagingParticipation.Name' value: 'LeadingStagingParticipation'
  id: 'Relation::LibCal_StagingEvent::LibCal_StagingParticipation::StagingParticipation.Name' value: 'StagingParticipation'
  id: 'Relation::LibCal_StagingParticipation::LibCal_StagingCalendar::StagingCalendar.Name' value: 'StagingCalendar'
  id: 'Relation::LibCal_StagingParticipation::LibCal_StagingEvent::StagingEvent.Name' value: 'StagingEvent'
  id: 'Relation::LibCal_StagingParticipation::LibCal_StagingEvent::StagingEventOfLeadingParticipation.Name' value: 'StagingEventOfLeadingParticipation'
  id: 'Relation::LibCal_Subscription::LibCal_LeadingParticipation::LeadingParticipation.Name' value: 'LeadingParticipation'
  id: 'Type::LibCal_Calendar.Name' value: 'LibCal_Calendar'
  id: 'Type::LibCal_CalendarRegistry.Name' value: 'LibCal_CalendarRegistry'
  id: 'Type::LibCal_CommonCalendar.Name' value: 'LibCal_CommonCalendar'
  id: 'Type::LibCal_Event.Name' value: 'LibCal_Event'
  id: 'Type::LibCal_EventCategory.Name' value: 'LibCal_EventCategory'
  id: 'Type::LibCal_ExplicitTimeInterval.Name' value: 'LibCal_ExplicitTimeInterval'
  id: 'Type::LibCal_ImportExport.Name' value: 'LibCal_ImportExport'
  id: 'Type::LibCal_ImportExportDataset.Name' value: 'LibCal_ImportExportDataset'
  id: 'Type::LibCal_LeadingParticipation.Name' value: 'LibCal_LeadingParticipation'
  id: 'Type::LibCal_Participation.Name' value: 'LibCal_Participation'
  id: 'Type::LibCal_RecurrencePattern.Name' value: 'LibCal_RecurrencePattern'
  id: 'Type::LibCal_RecurrencePatternDaily.Name' value: 'LibCal_RecurrencePatternDaily'
  id: 'Type::LibCal_RecurrencePatternMonthly.Name' value: 'LibCal_RecurrencePatternMonthly'
  id: 'Type::LibCal_RecurrencePatternWeekly.Name' value: 'LibCal_RecurrencePatternWeekly'
  id: 'Type::LibCal_RecurrencePatternYearly.Name' value: 'LibCal_RecurrencePatternYearly'
  id: 'Type::LibCal_RecurrencePeriod.Name' value: 'LibCal_RecurrencePeriod'
  id: 'Type::LibCal_RecurrencePeriodNrOfOccurrences.Name' value: 'LibCal_RecurrencePeriodNrOfOccurrences'
  id: 'Type::LibCal_RecurrencePeriodWithEndDate.Name' value: 'LibCal_RecurrencePeriodWithEndDate'
  id: 'Type::LibCal_RecurrencePeriodWithoutEnd.Name' value: 'LibCal_RecurrencePeriodWithoutEnd'
  id: 'Type::LibCal_StagingCalendar.Name' value: 'LibCal_StagingCalendar'
  id: 'Type::LibCal_StagingEvent.Name' value: 'LibCal_StagingEvent'
  id: 'Type::LibCal_StagingObject.Name' value: 'LibCal_StagingObject'
  id: 'Type::LibCal_StagingParticipation.Name' value: 'LibCal_StagingParticipation'
  id: 'Type::LibCal_Subscription.Name' value: 'LibCal_Subscription'
  id: 'Type::LibCal_Util.Name' value: 'LibCal_Util'
  id: 'Type::LibCal_Validate.Name' value: 'LibCal_Validate'
}