summaryrefslogtreecommitdiffstats
path: root/static/redfish/v1/schema/LogEntry_v1.xml
blob: 67b5a2239ccedbbaf7aaeaed395316120867b182 (plain)
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
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
<?xml version="1.0" encoding="UTF-8"?>
<!---->
<!--################################################################################       -->
<!--# Redfish Schema:  LogEntry v1.4.2                                                     -->
<!--#                                                                                      -->
<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
<!--# available at http://www.dmtf.org/standards/redfish                                   -->
<!--# Copyright 2014-2019 DMTF.                                                            -->
<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
<!--################################################################################       -->
<!---->
<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">

  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
  </edmx:Reference>
  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
  </edmx:Reference>
  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
    <edmx:Include Namespace="Resource"/>
    <edmx:Include Namespace="Resource.v1_0_0"/>
  </edmx:Reference>
  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
  </edmx:Reference>
  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Event_v1.xml">
    <edmx:Include Namespace="Event"/>
  </edmx:Reference>

  <edmx:DataServices>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>

      <EntityType Name="LogEntry" BaseType="Resource.v1_0_0.Resource" Abstract="true">
        <Annotation Term="OData.Description" String="The LogEntry schema defines the record format for a log.  It is designed for Redfish event logs, OEM-specific log formats, and the IPMI System Event Log (SEL).  The EntryType field indicates the type of log and the Resource includes several additional properties dependent on the EntryType."/>
        <Annotation Term="OData.LongDescription" String="This Resource shall represent the log format for Log Services in a Redfish implementation."/>
        <Annotation Term="Capabilities.InsertRestrictions">
          <Record>
            <PropertyValue Property="Insertable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.UpdateRestrictions">
          <Record>
            <PropertyValue Property="Updatable" Bool="false"/>
          </Record>
        </Annotation>
        <Annotation Term="Capabilities.DeleteRestrictions">
          <Record>
            <PropertyValue Property="Deletable" Bool="true"/>
            <Annotation Term="OData.Description" String="Some implementations may allow the deletion of individual log entries."/>
          </Record>
        </Annotation>
        <Annotation Term="Redfish.Uris">
          <Collection>
            <String>/redfish/v1/Managers/{ManagerId}/LogServices/{LogServiceId}/Entries/{LogEntryId}</String>
            <String>/redfish/v1/Systems/{ComputerSystemId}/LogServices/{LogServiceId}/Entries/{LogEntryId}</String>
            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/LogServices/{LogServiceId}/Entries/{LogEntryId}</String>
            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/LogServices/{LogServiceId}/Entries/{LogEntryId}</String>
            <String>/redfish/v1/JobService/Log/Entries/{LogEntryId}</String>
            <String>/redfish/v1/TelemetryService/LogService/Entries/{LogEntryId}</String>
          </Collection>
        </Annotation>
      </EntityType>

    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_0">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <Annotation Term="Redfish.Release" String="1.0"/>

      <EntityType Name="LogEntry" BaseType="LogEntry.LogEntry">
        <Property Name="Severity" Type="LogEntry.v1_0_0.EventSeverity">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The severity of the log entry."/>
          <Annotation Term="OData.LongDescription" String="This property shall contain the severity of the condition that created the log entry, as defined in the Status section of the Redfish Specification."/>
        </Property>
        <Property Name="Created" Type="Edm.DateTimeOffset" Nullable="false">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The date and time when the log entry was created."/>
          <Annotation Term="OData.LongDescription" String="This property shall contain the date and time when the log entry was created."/>
        </Property>
        <Property Name="EntryType" Type="LogEntry.v1_0_0.LogEntryType" Nullable="false">
          <Annotation Term="Redfish.RequiredOnCreate"/>
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The type of log entry."/>
          <Annotation Term="OData.LongDescription" String="This property shall represent the type of log entry.  If the Resource represents an IPMI SEL entry, the value shall contain `SEL`.  If the Resource represents a Redfish event log entry, the value shall contain `Event`.  If the Resource represents an OEM log entry format, the value shall contain `Oem`."/>
          <Annotation Term="Redfish.Required"/>
        </Property>
        <Property Name="OemRecordFormat" Type="Edm.String">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The OEM-specific format of the entry.  If the entry type is `Oem`, this property contains more information about the record format from the OEM."/>
          <Annotation Term="OData.LongDescription" String="This property shall represent the OEM-specific format of the entry.  This property shall be required if the EntryType value is `Oem`."/>
        </Property>
        <Property Name="EntryCode" Type="LogEntry.v1_0_0.LogEntryCode">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The entry code for the log entry if the entry type is `SEL`."/>
          <Annotation Term="OData.LongDescription" String="This property shall contain the entry code for the log entry if the EntryType is `SEL`.  Tables 42-1 and 42-2 of the IPMI Specification describe these enumerations."/>
        </Property>
        <Property Name="SensorType" Type="LogEntry.v1_0_0.SensorType">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The sensor type to which the log entry pertains if the entry type is `SEL`."/>
          <Annotation Term="OData.LongDescription" String="This property shall contain the sensor type to which the log entry pertains if the entry type is `SEL`.  Table 42-3 in the IPMI Specification describes these enumerations."/>
        </Property>
        <Property Name="SensorNumber" Type="Edm.Int64">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The sensor number, the count of events, or OEM-specific information.  This property value is decoded from the entry type.  If the entry type is `SEL`, this property contains the sensor number.  If the entry type is `Event`, this property contains the count of events.  Otherwise, this property contains OEM-specific information."/>
          <Annotation Term="OData.LongDescription" String="This property shall contain the sensor number, the count of events, or OEM-specific information.  This property value is decoded from the entry type.  If the entry type is `SEL`, this property contains the sensor number.  If the entry type is `Event`, this property contains the count of events.  Otherwise, this property contains OEM-specific information."/>
        </Property>
        <Property Name="Message" Type="Edm.String">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The message of the log entry.  This property decodes from the entry type.  If the entry type is `Event`, this property contains a message.  If the entry type is `SEL`, this property contains an SEL-specific message.  Otherwise, this property contains an OEM-specific log entry.  In most cases, this property contains the actual log entry."/>
          <Annotation Term="OData.LongDescription" String="This property shall contain the message of the log entry.  This property decodes from the entry type.  If the entry type is `Event`, this property contains a message.  If the entry type is `SEL`, this property contains an SEL-specific.  Otherwise, this property contains an OEM-specific log entry.  In most cases, this property contains the actual log entry."/>
        </Property>
        <Property Name="MessageId" Type="Edm.String" Nullable="false">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The MessageId, event data, or OEM-specific information.  This property decodes from the entry type.  If the entry type is `Event`, this property contains a Redfish Specification-defined MessageId.  If the entry type is `SEL`, this property contains the Event Data.  Otherwise, this property contains OEM-specific information."/>
          <Annotation Term="OData.LongDescription" String="This property shall contain the MessageId, event data, or OEM-specific information.  This property decodes from the entry type.  If the entry type is `Event`, this property contains a Redfish Specification-defined MessageId property of the event.  If the entry type is `SEL`, this property contains the three IPMI Event Data bytes.  In this case, the format should follow the `^0[xX](([a-fA-F]|[0-9]){2}){3}$` pattern, where Event Data 1 is the first byte in the string, Event Data 2 is the second byte in the string, and Event Data 3 is the third byte in the string.  Otherwise, this property contains OEM-specific information."/>
        </Property>
        <Property Name="MessageArgs" Type="Collection(Edm.String)" Nullable="false">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The arguments for the message."/>
          <Annotation Term="OData.LongDescription" String="This property shall contain message arguments to substitute into the included or looked-up message."/>
        </Property>
        <Property Name="Links" Type="LogEntry.v1_0_0.Links" Nullable="false">
          <Annotation Term="OData.Description" String="The links to other Resources that are related to this Resource."/>
          <Annotation Term="OData.LongDescription" String="This Redfish Specification-described property shall contain links to Resources that are related to but are not contained by or subordinate to this Resource."/>
        </Property>
      </EntityType>

      <ComplexType Name="Links" BaseType="Resource.Links">
        <Annotation Term="OData.Description" String="The links to other Resources that are related to this Resource."/>
        <Annotation Term="OData.LongDescription" String="This Redfish Specification-described type shall contain links to Resources that are related to but are not contained by or subordinate to this Resource."/>
        <NavigationProperty Name="OriginOfCondition" Type="Resource.Item" Nullable="false">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The URI of the Resource that caused the log entry."/>
          <Annotation Term="OData.LongDescription" String="This property shall contain a link to the Resource that caused the log entry."/>
          <Annotation Term="OData.AutoExpandReferences"/>
        </NavigationProperty>
      </ComplexType>

      <EnumType Name="EventSeverity">
        <Member Name="OK">
          <Annotation Term="OData.Description" String="Informational or operating normally."/>
        </Member>
        <Member Name="Warning">
          <Annotation Term="OData.Description" String="A condition that requires attention."/>
        </Member>
        <Member Name="Critical">
          <Annotation Term="OData.Description" String="A critical condition that requires immediate attention."/>
        </Member>
      </EnumType>

      <EnumType Name="LogEntryType">
        <Member Name="Event">
          <Annotation Term="OData.Description" String="A Redfish-defined message."/>
        </Member>
        <Member Name="SEL">
          <Annotation Term="OData.Description" String="A legacy IPMI System Event Log (SEL) entry."/>
        </Member>
        <Member Name="Oem">
          <Annotation Term="OData.Description" String="An entry in an OEM-defined format."/>
        </Member>
      </EnumType>

      <TypeDefinition Name="LogEntryCode" UnderlyingType="Edm.String">
        <Annotation Term="Redfish.Enumeration">
          <Collection>
            <Record>
              <PropertyValue Property="Member" String="Assert"/>
              <Annotation Term="OData.Description" String="The condition has been asserted."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Deassert"/>
              <Annotation Term="OData.Description" String="The condition has been deasserted."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Lower Non-critical - going low"/>
              <Annotation Term="OData.Description" String="The reading crossed the Lower Non-critical threshold while going low."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Lower Non-critical - going high"/>
              <Annotation Term="OData.Description" String="The reading crossed the Lower Non-critical threshold while going high."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Lower Critical - going low"/>
              <Annotation Term="OData.Description" String="The reading crossed the Lower Critical threshold while going low."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Lower Critical - going high"/>
              <Annotation Term="OData.Description" String="The reading crossed the Lower Critical threshold while going high."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Lower Non-recoverable - going low"/>
              <Annotation Term="OData.Description" String="The reading crossed the Lower Non-recoverable threshold while going low."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Lower Non-recoverable - going high"/>
              <Annotation Term="OData.Description" String="The reading crossed the Lower Non-recoverable threshold while going high."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Upper Non-critical - going low"/>
              <Annotation Term="OData.Description" String="The reading crossed the Upper Non-critical threshold while going low."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Upper Non-critical - going high"/>
              <Annotation Term="OData.Description" String="The reading crossed the Upper Non-critical threshold while going high."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Upper Critical - going low"/>
              <Annotation Term="OData.Description" String="The reading crossed the Upper Critical threshold while going low."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Upper Critical - going high"/>
              <Annotation Term="OData.Description" String="The reading crossed the Upper Critical threshold while going high."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Upper Non-recoverable - going low"/>
              <Annotation Term="OData.Description" String="The reading crossed the Upper Non-recoverable threshold while going low."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Upper Non-recoverable - going high"/>
              <Annotation Term="OData.Description" String="The reading crossed the Upper Non-recoverable threshold while going high."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Transition to Idle"/>
              <Annotation Term="OData.Description" String="The state transitioned to idle."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Transition to Active"/>
              <Annotation Term="OData.Description" String="The state transitioned to active."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Transition to Busy"/>
              <Annotation Term="OData.Description" String="The state transitioned to busy."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="State Deasserted"/>
              <Annotation Term="OData.Description" String="The state has been deasserted."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="State Asserted"/>
              <Annotation Term="OData.Description" String="The state has been asserted."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Predictive Failure deasserted"/>
              <Annotation Term="OData.Description" String="A Predictive Failure is no longer present."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Predictive Failure asserted"/>
              <Annotation Term="OData.Description" String="A Predictive Failure has been detected."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Limit Not Exceeded"/>
              <Annotation Term="OData.Description" String="A limit has not been exceeded."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Limit Exceeded"/>
              <Annotation Term="OData.Description" String="A limit has been exceeded."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Performance Met"/>
              <Annotation Term="OData.Description" String="Performance meets expectations."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Performance Lags"/>
              <Annotation Term="OData.Description" String="Performance does not meet expectations."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Transition to OK"/>
              <Annotation Term="OData.Description" String="A state has changed to OK."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Transition to Non-Critical from OK"/>
              <Annotation Term="OData.Description" String="A state has changed to Non-Critical from OK."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Transition to Critical from less severe"/>
              <Annotation Term="OData.Description" String="A state has changed to Critical from less severe."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Transition to Non-recoverable from less severe"/>
              <Annotation Term="OData.Description" String="A state has changed to Non-recoverable from less severe."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Transition to Non-Critical from more severe"/>
              <Annotation Term="OData.Description" String="A state has changed to Non-Critical from more severe."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Transition to Critical from Non-recoverable"/>
              <Annotation Term="OData.Description" String="A state has changed to Critical from Non-recoverable."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Transition to Non-recoverable"/>
              <Annotation Term="OData.Description" String="A state has changed to Non-recoverable."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Monitor"/>
              <Annotation Term="OData.Description" String="A monitor event."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Informational"/>
              <Annotation Term="OData.Description" String="An informational event."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Device Removed / Device Absent"/>
              <Annotation Term="OData.Description" String="A device has been removed or is absent."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Device Inserted / Device Present"/>
              <Annotation Term="OData.Description" String="A device has been inserted or is present."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Device Disabled"/>
              <Annotation Term="OData.Description" String="A device has been disabled."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Device Enabled"/>
              <Annotation Term="OData.Description" String="A device has been enabled."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Transition to Running"/>
              <Annotation Term="OData.Description" String="A state has transitioned to Running."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Transition to In Test"/>
              <Annotation Term="OData.Description" String="A state has transitioned to In Test."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Transition to Power Off"/>
              <Annotation Term="OData.Description" String="A state has transitioned to Power Off."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Transition to On Line"/>
              <Annotation Term="OData.Description" String="A state has transitioned to On Line."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Transition to Off Line"/>
              <Annotation Term="OData.Description" String="A state has transitioned to Off Line."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Transition to Off Duty"/>
              <Annotation Term="OData.Description" String="A state has transitioned to Off Duty."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Transition to Degraded"/>
              <Annotation Term="OData.Description" String="A state has transitioned to Degraded."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Transition to Power Save"/>
              <Annotation Term="OData.Description" String="A state has transitioned to Power Save."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Install Error"/>
              <Annotation Term="OData.Description" String="An install error has been detected."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Fully Redundant"/>
              <Annotation Term="OData.Description" String="Indicates that full redundancy has been regained."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Redundancy Lost"/>
              <Annotation Term="OData.Description" String="Entered any non-redundant state, including Non-redundant: Insufficient Resources."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Redundancy Degraded"/>
              <Annotation Term="OData.Description" String="Redundancy still exists, but at less than full level."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Non-redundant:Sufficient Resources from Redundant"/>
              <Annotation Term="OData.Description" String="Redundancy has been lost but unit is functioning with minimum resources needed for normal operation."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Non-redundant:Sufficient Resources from Insufficient Resources"/>
              <Annotation Term="OData.Description" String="Unit has regained minimum resources needed for normal operation."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Non-redundant:Insufficient Resources"/>
              <Annotation Term="OData.Description" String="Unit is non-redundant and has insufficient resources to maintain normal operation."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Redundancy Degraded from Fully Redundant"/>
              <Annotation Term="OData.Description" String="Unit has lost some redundant resource(s) but is still in a redundant state."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Redundancy Degraded from Non-redundant"/>
              <Annotation Term="OData.Description" String="Unit has regained some resource(s) and is redundant but not fully redundant."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="D0 Power State"/>
              <Annotation Term="OData.Description" String="The ACPI-defined D0 power state."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="D1 Power State"/>
              <Annotation Term="OData.Description" String="The ACPI-defined D1 power state."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="D2 Power State"/>
              <Annotation Term="OData.Description" String="The ACPI-defined D2 power state."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="D3 Power State"/>
              <Annotation Term="OData.Description" String="The ACPI-defined D3 power state."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="OEM"/>
              <Annotation Term="OData.Description" String="An OEM-defined event."/>
              <Annotation Term="Redfish.Revisions">
                <Collection>
                  <Record>
                    <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
                    <PropertyValue Property="Version" String="v1_3_0"/>
                  </Record>
                </Collection>
              </Annotation>
            </Record>
          </Collection>
        </Annotation>
      </TypeDefinition>

      <TypeDefinition Name="SensorType" UnderlyingType="Edm.String">
        <Annotation Term="Redfish.Enumeration">
          <Collection>
            <Record>
              <PropertyValue Property="Member" String="Platform Security Violation Attempt"/>
              <Annotation Term="OData.Description" String="A platform security sensor."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Temperature"/>
              <Annotation Term="OData.Description" String="A temperature sensor."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Voltage"/>
              <Annotation Term="OData.Description" String="A voltage sensor."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Current"/>
              <Annotation Term="OData.Description" String="A current sensor."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Fan"/>
              <Annotation Term="OData.Description" String="A fan sensor."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Physical Chassis Security"/>
              <Annotation Term="OData.Description" String="A physical security sensor."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Processor"/>
              <Annotation Term="OData.Description" String="A sensor for a processor."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Power Supply / Converter"/>
              <Annotation Term="OData.Description" String="A sensor for a power supply or DC-to-DC converter."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="PowerUnit"/>
              <Annotation Term="OData.Description" String="A sensor for a power unit."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="CoolingDevice"/>
              <Annotation Term="OData.Description" String="A sensor for a cooling device."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Other Units-based Sensor"/>
              <Annotation Term="OData.Description" String="A sensor for a miscellaneous analog sensor."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Memory"/>
              <Annotation Term="OData.Description" String="A sensor for a memory device."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Drive Slot/Bay"/>
              <Annotation Term="OData.Description" String="A sensor for a drive slot or bay."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="POST Memory Resize"/>
              <Annotation Term="OData.Description" String="A sensor for a POST memory resize event."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="System Firmware Progress"/>
              <Annotation Term="OData.Description" String="A sensor for a system firmware progress event."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Event Logging Disabled"/>
              <Annotation Term="OData.Description" String="A sensor for the event log."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="System Event"/>
              <Annotation Term="OData.Description" String="A sensor for a system event."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Critical Interrupt"/>
              <Annotation Term="OData.Description" String="A sensor for a critical interrupt event."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Button/Switch"/>
              <Annotation Term="OData.Description" String="A sensor for a button or switch."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Module/Board"/>
              <Annotation Term="OData.Description" String="A sensor for a module or board."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Microcontroller/Coprocessor"/>
              <Annotation Term="OData.Description" String="A sensor for a microcontroller or coprocessor."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Add-in Card"/>
              <Annotation Term="OData.Description" String="A sensor for an add-in card."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Chassis"/>
              <Annotation Term="OData.Description" String="A sensor for a chassis."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="ChipSet"/>
              <Annotation Term="OData.Description" String="A sensor for a chipset."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Other FRU"/>
              <Annotation Term="OData.Description" String="A sensor for another type of FRU."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Cable/Interconnect"/>
              <Annotation Term="OData.Description" String="A sensor for a cable or interconnect device type."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Terminator"/>
              <Annotation Term="OData.Description" String="A sensor for a terminator."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="SystemBoot/Restart"/>
              <Annotation Term="OData.Description" String="A sensor for a system boot or restart event."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Boot Error"/>
              <Annotation Term="OData.Description" String="A sensor for a boot error event."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="BaseOSBoot/InstallationStatus"/>
              <Annotation Term="OData.Description" String="A sensor for a base OS boot or installation status event."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="OS Stop/Shutdown"/>
              <Annotation Term="OData.Description" String="A sensor for an OS stop or shutdown event"/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Slot/Connector"/>
              <Annotation Term="OData.Description" String="A sensor for a slot or connector."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="System ACPI PowerState"/>
              <Annotation Term="OData.Description" String="A sensor for an ACPI power state event."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Watchdog"/>
              <Annotation Term="OData.Description" String="A sensor for a watchdog event."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Platform Alert"/>
              <Annotation Term="OData.Description" String="A sensor for a platform alert event."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Entity Presence"/>
              <Annotation Term="OData.Description" String="A sensor for an entity presence event."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Monitor ASIC/IC"/>
              <Annotation Term="OData.Description" String="A sensor for a monitor ASIC or IC."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="LAN"/>
              <Annotation Term="OData.Description" String="A sensor for a LAN device."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Management Subsystem Health"/>
              <Annotation Term="OData.Description" String="A sensor for a management subsystem health event."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Battery"/>
              <Annotation Term="OData.Description" String="A sensor for a battery."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Session Audit"/>
              <Annotation Term="OData.Description" String="A sensor for a session audit event."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="Version Change"/>
              <Annotation Term="OData.Description" String="A sensor for a version change event."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="FRUState"/>
              <Annotation Term="OData.Description" String="A sensor for a FRU state event."/>
            </Record>
            <Record>
              <PropertyValue Property="Member" String="OEM"/>
              <Annotation Term="OData.Description" String="An OEM-defined sensor."/>
              <Annotation Term="Redfish.Revisions">
                <Collection>
                  <Record>
                    <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
                    <PropertyValue Property="Version" String="v1_3_0"/>
                  </Record>
                </Collection>
              </Annotation>
            </Record>
          </Collection>
        </Annotation>
      </TypeDefinition>

    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_2">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_0.LogEntry"/>
    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_3">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_2.LogEntry"/>
    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_4">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_3.LogEntry"/>
    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_5">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <Annotation Term="OData.Description" String="This version was created to add descriptions to various enumerated values."/>
      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_4.LogEntry"/>
    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_6">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <Annotation Term="OData.Description" String="This version was created to correct the description for EntryType.  It was also created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number.  It was also created to clarify the descriptions for many properties."/>
      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_5.LogEntry"/>
    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_7">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_6.LogEntry"/>
    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_8">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_7.LogEntry"/>
    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_9">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_8.LogEntry"/>
    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_0">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <Annotation Term="Redfish.Release" String="2016.2"/>
      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_2.LogEntry">
        <Property Name="EventType" Type="Event.EventType" Nullable="false">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The type of event recorded in this log."/>
          <Annotation Term="OData.LongDescription" String="If present, this LogEntry records an event and the value shall indicate the type of event."/>
          <Annotation Term="Redfish.Revisions">
            <Collection>
              <Record>
                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
                <PropertyValue Property="Version" String="v1_4_0"/>
                <PropertyValue Property="Description" String="This property has been deprecated.  Starting with Redfish Specification v1.6 (Event v1.3), subscriptions are based on the RegistryPrefix and ResourceType properties and not on the EventType property."/>
              </Record>
            </Collection>
          </Annotation>
        </Property>
        <Property Name="EventId" Type="Edm.String" Nullable="false">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The unique instance identifier for an event."/>
          <Annotation Term="OData.LongDescription" String="If present, this LogEntry records an Event and the value shall indicate a unique identifier for the event, the format of which is implementation dependent."/>
        </Property>
        <Property Name="EventTimestamp" Type="Edm.DateTimeOffset" Nullable="false">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The date and time when the event occurred."/>
          <Annotation Term="OData.LongDescription" String="If present, this LogEntry records an event and the value shall contain the date and time when the event occurred."/>
        </Property>
      </EntityType>
    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_1">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_0.LogEntry"/>
    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_2">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_1.LogEntry"/>
    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_3">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <Annotation Term="OData.Description" String="This version was created to change EventType to use the unversioned definition.  It was also created to add descriptions to various enum values."/>
      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_2.LogEntry"/>
    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_4">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <Annotation Term="OData.Description" String="This version was created to correct the description for EntryType.  It was also created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number.  It was also created to clarify the descriptions for many properties."/>
      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_3.LogEntry"/>
    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_5">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_4.LogEntry"/>
    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_6">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_5.LogEntry"/>
    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_7">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_6.LogEntry"/>
    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_0">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <Annotation Term="Redfish.Release" String="2017.1"/>
      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_2.LogEntry">
        <Property Name="Actions" Type="LogEntry.v1_2_0.Actions" Nullable="false">
          <Annotation Term="OData.Description" String="The available actions for this Resource."/>
          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this Resource."/>
        </Property>
      </EntityType>

      <ComplexType Name="Actions">
        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
        <Annotation Term="OData.Description" String="The available actions for this Resource."/>
        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this Resource."/>
        <Property Name="Oem" Type="LogEntry.v1_2_0.OemActions" Nullable="false">
          <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this Resource."/>
        </Property>
      </ComplexType>

      <ComplexType Name="OemActions">
        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
        <Annotation Term="OData.Description" String="The available OEM-specific actions for this Resource."/>
        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this Resource."/>
      </ComplexType>
    </Schema>
    
    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_1">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <Annotation Term="OData.Description" String="This version was created to change EventType to use the unversioned definition.  It was also created to add descriptions to various enum values."/>
      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_0.LogEntry"/>
    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_2">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <Annotation Term="OData.Description" String="This version was created to correct the description for EntryType.  It was also created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number.  It was also created to clarify the descriptions for many properties."/>
      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_1.LogEntry"/>
    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_3">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_2.LogEntry"/>
    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_4">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_3.LogEntry"/>
    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_5">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_4.LogEntry"/>
    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_0">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <Annotation Term="Redfish.Release" String="2017.3"/>
      <Annotation Term="OData.Description" String="This version was created to add OEM enumerations for legacy IPMI log implementations."/>
      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_1.LogEntry">
        <Property Name="OemLogEntryCode" Type="Edm.String">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The OEM-specific entry code, if the LogEntryCode type is `OEM`."/>
          <Annotation Term="OData.LongDescription" String="This property shall represent the OEM-specific Log Entry Code type of the Entry.  This property shall only be present if EntryType is `SEL` and LogEntryCode is `OEM`."/>
        </Property>
        <Property Name="OemSensorType" Type="Edm.String">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="The OEM-specific sensor type if the sensor type is `OEM`."/>
          <Annotation Term="OData.LongDescription" String="This property shall represent the OEM-specific sensor type of the entry.  This property shall only be used if EntryType is `SEL` and SensorType is `OEM`."/>
        </Property>
      </EntityType>
    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_1">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <Annotation Term="OData.Description" String="This version was created to correct the description for EntryType.  It was also created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number.  It was also created to clarify the descriptions for many properties."/>
      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_0.LogEntry"/>
    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_2">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_1.LogEntry"/>
    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_3">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_2.LogEntry"/>
    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_4">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_3.LogEntry"/>
    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_0">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <Annotation Term="Redfish.Release" String="2018.2"/>
      <Annotation Term="OData.Description" String="This version was created to deprecate EventType and to add EventGroupId in the case the log is used for Events."/>
      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_1.LogEntry">
        <Property Name="EventGroupId" Type="Edm.Int64">
          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
          <Annotation Term="OData.Description" String="An identifier that correlates events with the same cause."/>
          <Annotation Term="OData.LongDescription" String="This property shall indicate that events are related and shall have the same value in the case where multiple event messages are produced by the same root cause.  Implementations shall use separate values for events with separate root cause.  There shall not be ordering of events implied by this property's value."/>
        </Property>
      </EntityType>
    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_1">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
      <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_0.LogEntry"/>
    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_2">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format."/>
      <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_1.LogEntry"/>
    </Schema>

    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_3">
      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
      <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_2.LogEntry"/>
    </Schema>

  </edmx:DataServices>
</edmx:Edmx>
OpenPOWER on IntegriCloud