1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  LogEntry v1.6.1                                                     -->
5<!--#                                                                                      -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
7<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8<!--# Copyright 2014-2020 DMTF.                                                            -->
9<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################       -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16  </edmx:Reference>
17  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19  </edmx:Reference>
20  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
21    <edmx:Include Namespace="Resource"/>
22    <edmx:Include Namespace="Resource.v1_0_0"/>
23  </edmx:Reference>
24  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
25    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
26    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
27  </edmx:Reference>
28  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Event_v1.xml">
29    <edmx:Include Namespace="Event"/>
30  </edmx:Reference>
31
32  <edmx:DataServices>
33
34    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry">
35      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
36
37      <EntityType Name="LogEntry" BaseType="Resource.v1_0_0.Resource" Abstract="true">
38        <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."/>
39        <Annotation Term="OData.LongDescription" String="This resource shall represent the log format for log services in a Redfish implementation."/>
40        <Annotation Term="Capabilities.InsertRestrictions">
41          <Record>
42            <PropertyValue Property="Insertable" Bool="false"/>
43          </Record>
44        </Annotation>
45        <Annotation Term="Capabilities.UpdateRestrictions">
46          <Record>
47            <PropertyValue Property="Updatable" Bool="false"/>
48          </Record>
49        </Annotation>
50        <Annotation Term="Capabilities.DeleteRestrictions">
51          <Record>
52            <PropertyValue Property="Deletable" Bool="true"/>
53            <Annotation Term="OData.Description" String="Some implementations might allow the deletion of individual log entries."/>
54          </Record>
55        </Annotation>
56        <Annotation Term="Redfish.Uris">
57          <Collection>
58            <String>/redfish/v1/Managers/{ManagerId}/LogServices/{LogServiceId}/Entries/{LogEntryId}</String>
59            <String>/redfish/v1/Systems/{ComputerSystemId}/LogServices/{LogServiceId}/Entries/{LogEntryId}</String>
60            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/LogServices/{LogServiceId}/Entries/{LogEntryId}</String>
61            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/LogServices/{LogServiceId}/Entries/{LogEntryId}</String>
62            <String>/redfish/v1/Chassis/{ChassisId}/LogServices/{LogServiceId}/Entries/{LogEntryId}</String>
63            <String>/redfish/v1/JobService/Log/Entries/{LogEntryId}</String>
64            <String>/redfish/v1/TelemetryService/LogService/Entries/{LogEntryId}</String>
65          </Collection>
66        </Annotation>
67      </EntityType>
68    </Schema>
69
70    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_0">
71      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
72      <Annotation Term="Redfish.Release" String="1.0"/>
73
74      <EntityType Name="LogEntry" BaseType="LogEntry.LogEntry">
75        <Property Name="Severity" Type="LogEntry.v1_0_0.EventSeverity">
76          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
77          <Annotation Term="OData.Description" String="The severity of the log entry."/>
78          <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."/>
79        </Property>
80        <Property Name="Created" Type="Edm.DateTimeOffset" Nullable="false">
81          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
82          <Annotation Term="OData.Description" String="The date and time when the log entry was created."/>
83          <Annotation Term="OData.LongDescription" String="This property shall contain the date and time when the log entry was created."/>
84        </Property>
85        <Property Name="EntryType" Type="LogEntry.v1_0_0.LogEntryType" Nullable="false">
86          <Annotation Term="Redfish.RequiredOnCreate"/>
87          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
88          <Annotation Term="OData.Description" String="The type of log entry."/>
89          <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`."/>
90          <Annotation Term="Redfish.Required"/>
91        </Property>
92        <Property Name="OemRecordFormat" Type="Edm.String">
93          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
94          <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."/>
95          <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`."/>
96        </Property>
97        <Property Name="EntryCode" Type="LogEntry.v1_0_0.LogEntryCode">
98          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
99          <Annotation Term="OData.Description" String="The entry code for the log entry if the entry type is `SEL`."/>
100          <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 v2.0 revision 1.1 describe these enumerations."/>
101        </Property>
102        <Property Name="SensorType" Type="LogEntry.v1_0_0.SensorType">
103          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
104          <Annotation Term="OData.Description" String="The sensor type to which the log entry pertains if the entry type is `SEL`."/>
105          <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, Sensor Type Codes, in the IPMI Specification v2.0 revision 1.1 describes these enumerations."/>
106        </Property>
107        <Property Name="SensorNumber" Type="Edm.Int64">
108          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
109          <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."/>
110          <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."/>
111        </Property>
112        <Property Name="Message" Type="Edm.String">
113          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
114          <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."/>
115          <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 message, following the format specified in Table 32-1, SEL Event Records, in the IPMI Specification v2.0 revision 1.1.  Otherwise, this property contains an OEM-specific log entry.  In most cases, this property contains the actual log entry."/>
116        </Property>
117        <Property Name="MessageId" Type="Edm.String" Nullable="false">
118          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
119          <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."/>
120          <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`, the format should follow the pattern '^0[xX](([a-fA-F]|[0-9]){2}){4}$', which results in a string in the form '0xNNaabbcc', where 'NN' is the EventDir/EventType byte, 'aa' is the Event Data 1 byte, 'bb' is Event Data 2 byte, 'cc' is Event Data 3 byte, corresponding with bytes 13-16 in the IPMI SEL Event Record.  Otherwise, this property contains OEM-specific information."/>
121        </Property>
122        <Property Name="MessageArgs" Type="Collection(Edm.String)" Nullable="false">
123          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
124          <Annotation Term="OData.Description" String="The arguments for the message."/>
125          <Annotation Term="OData.LongDescription" String="This property shall contain message arguments to substitute into the included or looked-up message."/>
126        </Property>
127        <Property Name="Links" Type="LogEntry.v1_0_0.Links" Nullable="false">
128          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
129          <Annotation Term="OData.LongDescription" String="This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
130        </Property>
131      </EntityType>
132
133      <ComplexType Name="Links" BaseType="Resource.Links">
134        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
135        <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."/>
136        <NavigationProperty Name="OriginOfCondition" Type="Resource.Item" Nullable="false">
137          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
138          <Annotation Term="OData.Description" String="The link to the resource that caused the log entry."/>
139          <Annotation Term="OData.LongDescription" String="This property shall contain a link to the resource that caused the log entry."/>
140          <Annotation Term="OData.AutoExpandReferences"/>
141        </NavigationProperty>
142      </ComplexType>
143
144      <EnumType Name="EventSeverity">
145        <Member Name="OK">
146          <Annotation Term="OData.Description" String="Informational or operating normally."/>
147        </Member>
148        <Member Name="Warning">
149          <Annotation Term="OData.Description" String="A condition that requires attention."/>
150        </Member>
151        <Member Name="Critical">
152          <Annotation Term="OData.Description" String="A critical condition that requires immediate attention."/>
153        </Member>
154      </EnumType>
155
156      <EnumType Name="LogEntryType">
157        <Member Name="Event">
158          <Annotation Term="OData.Description" String="A Redfish-defined message."/>
159        </Member>
160        <Member Name="SEL">
161          <Annotation Term="OData.Description" String="A legacy IPMI System Event Log (SEL) entry."/>
162        </Member>
163        <Member Name="Oem">
164          <Annotation Term="OData.Description" String="An entry in an OEM-defined format."/>
165        </Member>
166      </EnumType>
167
168      <TypeDefinition Name="LogEntryCode" UnderlyingType="Edm.String">
169        <Annotation Term="Redfish.Enumeration">
170          <Collection>
171            <Record>
172              <PropertyValue Property="Member" String="Assert"/>
173              <Annotation Term="OData.Description" String="The condition has been asserted."/>
174            </Record>
175            <Record>
176              <PropertyValue Property="Member" String="Deassert"/>
177              <Annotation Term="OData.Description" String="The condition has been deasserted."/>
178            </Record>
179            <Record>
180              <PropertyValue Property="Member" String="Lower Non-critical - going low"/>
181              <Annotation Term="OData.Description" String="The reading crossed the Lower Non-critical threshold while going low."/>
182            </Record>
183            <Record>
184              <PropertyValue Property="Member" String="Lower Non-critical - going high"/>
185              <Annotation Term="OData.Description" String="The reading crossed the Lower Non-critical threshold while going high."/>
186            </Record>
187            <Record>
188              <PropertyValue Property="Member" String="Lower Critical - going low"/>
189              <Annotation Term="OData.Description" String="The reading crossed the Lower Critical threshold while going low."/>
190            </Record>
191            <Record>
192              <PropertyValue Property="Member" String="Lower Critical - going high"/>
193              <Annotation Term="OData.Description" String="The reading crossed the Lower Critical threshold while going high."/>
194            </Record>
195            <Record>
196              <PropertyValue Property="Member" String="Lower Non-recoverable - going low"/>
197              <Annotation Term="OData.Description" String="The reading crossed the Lower Non-recoverable threshold while going low."/>
198            </Record>
199            <Record>
200              <PropertyValue Property="Member" String="Lower Non-recoverable - going high"/>
201              <Annotation Term="OData.Description" String="The reading crossed the Lower Non-recoverable threshold while going high."/>
202            </Record>
203            <Record>
204              <PropertyValue Property="Member" String="Upper Non-critical - going low"/>
205              <Annotation Term="OData.Description" String="The reading crossed the Upper Non-critical threshold while going low."/>
206            </Record>
207            <Record>
208              <PropertyValue Property="Member" String="Upper Non-critical - going high"/>
209              <Annotation Term="OData.Description" String="The reading crossed the Upper Non-critical threshold while going high."/>
210            </Record>
211            <Record>
212              <PropertyValue Property="Member" String="Upper Critical - going low"/>
213              <Annotation Term="OData.Description" String="The reading crossed the Upper Critical threshold while going low."/>
214            </Record>
215            <Record>
216              <PropertyValue Property="Member" String="Upper Critical - going high"/>
217              <Annotation Term="OData.Description" String="The reading crossed the Upper Critical threshold while going high."/>
218            </Record>
219            <Record>
220              <PropertyValue Property="Member" String="Upper Non-recoverable - going low"/>
221              <Annotation Term="OData.Description" String="The reading crossed the Upper Non-recoverable threshold while going low."/>
222            </Record>
223            <Record>
224              <PropertyValue Property="Member" String="Upper Non-recoverable - going high"/>
225              <Annotation Term="OData.Description" String="The reading crossed the Upper Non-recoverable threshold while going high."/>
226            </Record>
227            <Record>
228              <PropertyValue Property="Member" String="Transition to Idle"/>
229              <Annotation Term="OData.Description" String="The state transitioned to idle."/>
230            </Record>
231            <Record>
232              <PropertyValue Property="Member" String="Transition to Active"/>
233              <Annotation Term="OData.Description" String="The state transitioned to active."/>
234            </Record>
235            <Record>
236              <PropertyValue Property="Member" String="Transition to Busy"/>
237              <Annotation Term="OData.Description" String="The state transitioned to busy."/>
238            </Record>
239            <Record>
240              <PropertyValue Property="Member" String="State Deasserted"/>
241              <Annotation Term="OData.Description" String="The state has been deasserted."/>
242            </Record>
243            <Record>
244              <PropertyValue Property="Member" String="State Asserted"/>
245              <Annotation Term="OData.Description" String="The state has been asserted."/>
246            </Record>
247            <Record>
248              <PropertyValue Property="Member" String="Predictive Failure deasserted"/>
249              <Annotation Term="OData.Description" String="A Predictive Failure is no longer present."/>
250            </Record>
251            <Record>
252              <PropertyValue Property="Member" String="Predictive Failure asserted"/>
253              <Annotation Term="OData.Description" String="A Predictive Failure has been detected."/>
254            </Record>
255            <Record>
256              <PropertyValue Property="Member" String="Limit Not Exceeded"/>
257              <Annotation Term="OData.Description" String="A limit has not been exceeded."/>
258            </Record>
259            <Record>
260              <PropertyValue Property="Member" String="Limit Exceeded"/>
261              <Annotation Term="OData.Description" String="A limit has been exceeded."/>
262            </Record>
263            <Record>
264              <PropertyValue Property="Member" String="Performance Met"/>
265              <Annotation Term="OData.Description" String="Performance meets expectations."/>
266            </Record>
267            <Record>
268              <PropertyValue Property="Member" String="Performance Lags"/>
269              <Annotation Term="OData.Description" String="Performance does not meet expectations."/>
270            </Record>
271            <Record>
272              <PropertyValue Property="Member" String="Transition to OK"/>
273              <Annotation Term="OData.Description" String="A state has changed to OK."/>
274            </Record>
275            <Record>
276              <PropertyValue Property="Member" String="Transition to Non-Critical from OK"/>
277              <Annotation Term="OData.Description" String="A state has changed to Non-Critical from OK."/>
278            </Record>
279            <Record>
280              <PropertyValue Property="Member" String="Transition to Critical from less severe"/>
281              <Annotation Term="OData.Description" String="A state has changed to Critical from less severe."/>
282            </Record>
283            <Record>
284              <PropertyValue Property="Member" String="Transition to Non-recoverable from less severe"/>
285              <Annotation Term="OData.Description" String="A state has changed to Non-recoverable from less severe."/>
286            </Record>
287            <Record>
288              <PropertyValue Property="Member" String="Transition to Non-Critical from more severe"/>
289              <Annotation Term="OData.Description" String="A state has changed to Non-Critical from more severe."/>
290            </Record>
291            <Record>
292              <PropertyValue Property="Member" String="Transition to Critical from Non-recoverable"/>
293              <Annotation Term="OData.Description" String="A state has changed to Critical from Non-recoverable."/>
294            </Record>
295            <Record>
296              <PropertyValue Property="Member" String="Transition to Non-recoverable"/>
297              <Annotation Term="OData.Description" String="A state has changed to Non-recoverable."/>
298            </Record>
299            <Record>
300              <PropertyValue Property="Member" String="Monitor"/>
301              <Annotation Term="OData.Description" String="A monitor event."/>
302            </Record>
303            <Record>
304              <PropertyValue Property="Member" String="Informational"/>
305              <Annotation Term="OData.Description" String="An informational event."/>
306            </Record>
307            <Record>
308              <PropertyValue Property="Member" String="Device Removed / Device Absent"/>
309              <Annotation Term="OData.Description" String="A device has been removed or is absent."/>
310            </Record>
311            <Record>
312              <PropertyValue Property="Member" String="Device Inserted / Device Present"/>
313              <Annotation Term="OData.Description" String="A device has been inserted or is present."/>
314            </Record>
315            <Record>
316              <PropertyValue Property="Member" String="Device Disabled"/>
317              <Annotation Term="OData.Description" String="A device has been disabled."/>
318            </Record>
319            <Record>
320              <PropertyValue Property="Member" String="Device Enabled"/>
321              <Annotation Term="OData.Description" String="A device has been enabled."/>
322            </Record>
323            <Record>
324              <PropertyValue Property="Member" String="Transition to Running"/>
325              <Annotation Term="OData.Description" String="A state has transitioned to Running."/>
326            </Record>
327            <Record>
328              <PropertyValue Property="Member" String="Transition to In Test"/>
329              <Annotation Term="OData.Description" String="A state has transitioned to In Test."/>
330            </Record>
331            <Record>
332              <PropertyValue Property="Member" String="Transition to Power Off"/>
333              <Annotation Term="OData.Description" String="A state has transitioned to Power Off."/>
334            </Record>
335            <Record>
336              <PropertyValue Property="Member" String="Transition to On Line"/>
337              <Annotation Term="OData.Description" String="A state has transitioned to On Line."/>
338            </Record>
339            <Record>
340              <PropertyValue Property="Member" String="Transition to Off Line"/>
341              <Annotation Term="OData.Description" String="A state has transitioned to Off Line."/>
342            </Record>
343            <Record>
344              <PropertyValue Property="Member" String="Transition to Off Duty"/>
345              <Annotation Term="OData.Description" String="A state has transitioned to Off Duty."/>
346            </Record>
347            <Record>
348              <PropertyValue Property="Member" String="Transition to Degraded"/>
349              <Annotation Term="OData.Description" String="A state has transitioned to Degraded."/>
350            </Record>
351            <Record>
352              <PropertyValue Property="Member" String="Transition to Power Save"/>
353              <Annotation Term="OData.Description" String="A state has transitioned to Power Save."/>
354            </Record>
355            <Record>
356              <PropertyValue Property="Member" String="Install Error"/>
357              <Annotation Term="OData.Description" String="An install error has been detected."/>
358            </Record>
359            <Record>
360              <PropertyValue Property="Member" String="Fully Redundant"/>
361              <Annotation Term="OData.Description" String="Indicates that full redundancy has been regained."/>
362            </Record>
363            <Record>
364              <PropertyValue Property="Member" String="Redundancy Lost"/>
365              <Annotation Term="OData.Description" String="Entered any non-redundant state, including Non-redundant: Insufficient Resources."/>
366            </Record>
367            <Record>
368              <PropertyValue Property="Member" String="Redundancy Degraded"/>
369              <Annotation Term="OData.Description" String="Redundancy still exists, but at less than full level."/>
370            </Record>
371            <Record>
372              <PropertyValue Property="Member" String="Non-redundant:Sufficient Resources from Redundant"/>
373              <Annotation Term="OData.Description" String="Redundancy has been lost but unit is functioning with minimum resources needed for normal operation."/>
374            </Record>
375            <Record>
376              <PropertyValue Property="Member" String="Non-redundant:Sufficient Resources from Insufficient Resources"/>
377              <Annotation Term="OData.Description" String="Unit has regained minimum resources needed for normal operation."/>
378            </Record>
379            <Record>
380              <PropertyValue Property="Member" String="Non-redundant:Insufficient Resources"/>
381              <Annotation Term="OData.Description" String="Unit is non-redundant and has insufficient resources to maintain normal operation."/>
382            </Record>
383            <Record>
384              <PropertyValue Property="Member" String="Redundancy Degraded from Fully Redundant"/>
385              <Annotation Term="OData.Description" String="Unit has lost some redundant resource(s) but is still in a redundant state."/>
386            </Record>
387            <Record>
388              <PropertyValue Property="Member" String="Redundancy Degraded from Non-redundant"/>
389              <Annotation Term="OData.Description" String="Unit has regained some resource(s) and is redundant but not fully redundant."/>
390            </Record>
391            <Record>
392              <PropertyValue Property="Member" String="D0 Power State"/>
393              <Annotation Term="OData.Description" String="The ACPI-defined D0 power state."/>
394            </Record>
395            <Record>
396              <PropertyValue Property="Member" String="D1 Power State"/>
397              <Annotation Term="OData.Description" String="The ACPI-defined D1 power state."/>
398            </Record>
399            <Record>
400              <PropertyValue Property="Member" String="D2 Power State"/>
401              <Annotation Term="OData.Description" String="The ACPI-defined D2 power state."/>
402            </Record>
403            <Record>
404              <PropertyValue Property="Member" String="D3 Power State"/>
405              <Annotation Term="OData.Description" String="The ACPI-defined D3 power state."/>
406            </Record>
407            <Record>
408              <PropertyValue Property="Member" String="OEM"/>
409              <Annotation Term="OData.Description" String="An OEM-defined event."/>
410              <Annotation Term="Redfish.Revisions">
411                <Collection>
412                  <Record>
413                    <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
414                    <PropertyValue Property="Version" String="v1_3_0"/>
415                  </Record>
416                </Collection>
417              </Annotation>
418            </Record>
419          </Collection>
420        </Annotation>
421      </TypeDefinition>
422
423      <TypeDefinition Name="SensorType" UnderlyingType="Edm.String">
424        <Annotation Term="Redfish.Enumeration">
425          <Collection>
426            <Record>
427              <PropertyValue Property="Member" String="Platform Security Violation Attempt"/>
428              <Annotation Term="OData.Description" String="A platform security sensor."/>
429            </Record>
430            <Record>
431              <PropertyValue Property="Member" String="Temperature"/>
432              <Annotation Term="OData.Description" String="A temperature sensor."/>
433            </Record>
434            <Record>
435              <PropertyValue Property="Member" String="Voltage"/>
436              <Annotation Term="OData.Description" String="A voltage sensor."/>
437            </Record>
438            <Record>
439              <PropertyValue Property="Member" String="Current"/>
440              <Annotation Term="OData.Description" String="A current sensor."/>
441            </Record>
442            <Record>
443              <PropertyValue Property="Member" String="Fan"/>
444              <Annotation Term="OData.Description" String="A fan sensor."/>
445            </Record>
446            <Record>
447              <PropertyValue Property="Member" String="Physical Chassis Security"/>
448              <Annotation Term="OData.Description" String="A physical security sensor."/>
449            </Record>
450            <Record>
451              <PropertyValue Property="Member" String="Processor"/>
452              <Annotation Term="OData.Description" String="A sensor for a processor."/>
453            </Record>
454            <Record>
455              <PropertyValue Property="Member" String="Power Supply / Converter"/>
456              <Annotation Term="OData.Description" String="A sensor for a power supply or DC-to-DC converter."/>
457            </Record>
458            <Record>
459              <PropertyValue Property="Member" String="PowerUnit"/>
460              <Annotation Term="OData.Description" String="A sensor for a power unit."/>
461            </Record>
462            <Record>
463              <PropertyValue Property="Member" String="CoolingDevice"/>
464              <Annotation Term="OData.Description" String="A sensor for a cooling device."/>
465            </Record>
466            <Record>
467              <PropertyValue Property="Member" String="Other Units-based Sensor"/>
468              <Annotation Term="OData.Description" String="A sensor for a miscellaneous analog sensor."/>
469            </Record>
470            <Record>
471              <PropertyValue Property="Member" String="Memory"/>
472              <Annotation Term="OData.Description" String="A sensor for a memory device."/>
473            </Record>
474            <Record>
475              <PropertyValue Property="Member" String="Drive Slot/Bay"/>
476              <Annotation Term="OData.Description" String="A sensor for a drive slot or bay."/>
477            </Record>
478            <Record>
479              <PropertyValue Property="Member" String="POST Memory Resize"/>
480              <Annotation Term="OData.Description" String="A sensor for a POST memory resize event."/>
481            </Record>
482            <Record>
483              <PropertyValue Property="Member" String="System Firmware Progress"/>
484              <Annotation Term="OData.Description" String="A sensor for a system firmware progress event."/>
485            </Record>
486            <Record>
487              <PropertyValue Property="Member" String="Event Logging Disabled"/>
488              <Annotation Term="OData.Description" String="A sensor for the event log."/>
489            </Record>
490            <Record>
491              <PropertyValue Property="Member" String="System Event"/>
492              <Annotation Term="OData.Description" String="A sensor for a system event."/>
493            </Record>
494            <Record>
495              <PropertyValue Property="Member" String="Critical Interrupt"/>
496              <Annotation Term="OData.Description" String="A sensor for a critical interrupt event."/>
497            </Record>
498            <Record>
499              <PropertyValue Property="Member" String="Button/Switch"/>
500              <Annotation Term="OData.Description" String="A sensor for a button or switch."/>
501            </Record>
502            <Record>
503              <PropertyValue Property="Member" String="Module/Board"/>
504              <Annotation Term="OData.Description" String="A sensor for a module or board."/>
505            </Record>
506            <Record>
507              <PropertyValue Property="Member" String="Microcontroller/Coprocessor"/>
508              <Annotation Term="OData.Description" String="A sensor for a microcontroller or coprocessor."/>
509            </Record>
510            <Record>
511              <PropertyValue Property="Member" String="Add-in Card"/>
512              <Annotation Term="OData.Description" String="A sensor for an add-in card."/>
513            </Record>
514            <Record>
515              <PropertyValue Property="Member" String="Chassis"/>
516              <Annotation Term="OData.Description" String="A sensor for a chassis."/>
517            </Record>
518            <Record>
519              <PropertyValue Property="Member" String="ChipSet"/>
520              <Annotation Term="OData.Description" String="A sensor for a chipset."/>
521            </Record>
522            <Record>
523              <PropertyValue Property="Member" String="Other FRU"/>
524              <Annotation Term="OData.Description" String="A sensor for another type of FRU."/>
525            </Record>
526            <Record>
527              <PropertyValue Property="Member" String="Cable/Interconnect"/>
528              <Annotation Term="OData.Description" String="A sensor for a cable or interconnect device type."/>
529            </Record>
530            <Record>
531              <PropertyValue Property="Member" String="Terminator"/>
532              <Annotation Term="OData.Description" String="A sensor for a terminator."/>
533            </Record>
534            <Record>
535              <PropertyValue Property="Member" String="SystemBoot/Restart"/>
536              <Annotation Term="OData.Description" String="A sensor for a system boot or restart event."/>
537            </Record>
538            <Record>
539              <PropertyValue Property="Member" String="Boot Error"/>
540              <Annotation Term="OData.Description" String="A sensor for a boot error event."/>
541            </Record>
542            <Record>
543              <PropertyValue Property="Member" String="BaseOSBoot/InstallationStatus"/>
544              <Annotation Term="OData.Description" String="A sensor for a base OS boot or installation status event."/>
545            </Record>
546            <Record>
547              <PropertyValue Property="Member" String="OS Stop/Shutdown"/>
548              <Annotation Term="OData.Description" String="A sensor for an OS stop or shutdown event"/>
549            </Record>
550            <Record>
551              <PropertyValue Property="Member" String="Slot/Connector"/>
552              <Annotation Term="OData.Description" String="A sensor for a slot or connector."/>
553            </Record>
554            <Record>
555              <PropertyValue Property="Member" String="System ACPI PowerState"/>
556              <Annotation Term="OData.Description" String="A sensor for an ACPI power state event."/>
557            </Record>
558            <Record>
559              <PropertyValue Property="Member" String="Watchdog"/>
560              <Annotation Term="OData.Description" String="A sensor for a watchdog event."/>
561            </Record>
562            <Record>
563              <PropertyValue Property="Member" String="Platform Alert"/>
564              <Annotation Term="OData.Description" String="A sensor for a platform alert event."/>
565            </Record>
566            <Record>
567              <PropertyValue Property="Member" String="Entity Presence"/>
568              <Annotation Term="OData.Description" String="A sensor for an entity presence event."/>
569            </Record>
570            <Record>
571              <PropertyValue Property="Member" String="Monitor ASIC/IC"/>
572              <Annotation Term="OData.Description" String="A sensor for a monitor ASIC or IC."/>
573            </Record>
574            <Record>
575              <PropertyValue Property="Member" String="LAN"/>
576              <Annotation Term="OData.Description" String="A sensor for a LAN device."/>
577            </Record>
578            <Record>
579              <PropertyValue Property="Member" String="Management Subsystem Health"/>
580              <Annotation Term="OData.Description" String="A sensor for a management subsystem health event."/>
581            </Record>
582            <Record>
583              <PropertyValue Property="Member" String="Battery"/>
584              <Annotation Term="OData.Description" String="A sensor for a battery."/>
585            </Record>
586            <Record>
587              <PropertyValue Property="Member" String="Session Audit"/>
588              <Annotation Term="OData.Description" String="A sensor for a session audit event."/>
589            </Record>
590            <Record>
591              <PropertyValue Property="Member" String="Version Change"/>
592              <Annotation Term="OData.Description" String="A sensor for a version change event."/>
593            </Record>
594            <Record>
595              <PropertyValue Property="Member" String="FRUState"/>
596              <Annotation Term="OData.Description" String="A sensor for a FRU state event."/>
597            </Record>
598            <Record>
599              <PropertyValue Property="Member" String="OEM"/>
600              <Annotation Term="OData.Description" String="An OEM-defined sensor."/>
601              <Annotation Term="Redfish.Revisions">
602                <Collection>
603                  <Record>
604                    <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
605                    <PropertyValue Property="Version" String="v1_3_0"/>
606                  </Record>
607                </Collection>
608              </Annotation>
609            </Record>
610          </Collection>
611        </Annotation>
612      </TypeDefinition>
613    </Schema>
614
615    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_2">
616      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
617      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
618      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_0.LogEntry"/>
619    </Schema>
620
621    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_3">
622      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
623      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
624      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_2.LogEntry"/>
625    </Schema>
626
627    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_4">
628      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
629      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
630      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_3.LogEntry"/>
631    </Schema>
632
633    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_5">
634      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
635      <Annotation Term="OData.Description" String="This version was created to add descriptions to various enumerated values."/>
636      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_4.LogEntry"/>
637    </Schema>
638
639    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_6">
640      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
641      <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."/>
642      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_5.LogEntry"/>
643    </Schema>
644
645    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_7">
646      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
647      <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
648      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_6.LogEntry"/>
649    </Schema>
650
651    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_8">
652      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
653      <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."/>
654      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_7.LogEntry"/>
655    </Schema>
656
657    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_9">
658      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
659      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
660      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_8.LogEntry"/>
661    </Schema>
662
663    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_10">
664      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
665      <Annotation Term="OData.Description" String="This version was created to add the Event Type/Direction byte of the IPMI SEL to MessageId."/>
666      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_9.LogEntry"/>
667    </Schema>
668
669    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_11">
670      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
671      <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of EntryCode, SensorType, and Message."/>
672      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_10.LogEntry"/>
673    </Schema>
674
675    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_12">
676      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
677      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
678      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_11.LogEntry"/>
679    </Schema>
680
681    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_0">
682      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
683      <Annotation Term="Redfish.Release" String="2016.2"/>
684
685      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_2.LogEntry">
686        <Property Name="EventType" Type="Event.EventType" Nullable="false">
687          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
688          <Annotation Term="OData.Description" String="The type of event recorded in this log."/>
689          <Annotation Term="OData.LongDescription" String="If present, this LogEntry records an event and the value shall indicate the type of event."/>
690          <Annotation Term="Redfish.Revisions">
691            <Collection>
692              <Record>
693                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
694                <PropertyValue Property="Version" String="v1_4_0"/>
695                <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."/>
696              </Record>
697            </Collection>
698          </Annotation>
699        </Property>
700        <Property Name="EventId" Type="Edm.String" Nullable="false">
701          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
702          <Annotation Term="OData.Description" String="The unique instance identifier for an event."/>
703          <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."/>
704        </Property>
705        <Property Name="EventTimestamp" Type="Edm.DateTimeOffset" Nullable="false">
706          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
707          <Annotation Term="OData.Description" String="The date and time when the event occurred."/>
708          <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."/>
709        </Property>
710      </EntityType>
711    </Schema>
712
713    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_1">
714      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
715      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
716      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_0.LogEntry"/>
717    </Schema>
718
719    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_2">
720      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
721      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
722      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_1.LogEntry"/>
723    </Schema>
724
725    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_3">
726      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
727      <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."/>
728      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_2.LogEntry"/>
729    </Schema>
730
731    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_4">
732      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
733      <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."/>
734      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_3.LogEntry"/>
735    </Schema>
736
737    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_5">
738      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
739      <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
740      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_4.LogEntry"/>
741    </Schema>
742
743    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_6">
744      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
745      <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."/>
746      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_5.LogEntry"/>
747    </Schema>
748
749    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_7">
750      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
751      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
752      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_6.LogEntry"/>
753    </Schema>
754
755    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_8">
756      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
757      <Annotation Term="OData.Description" String="This version was created to add the Event Type/Direction byte of the IPMI SEL to MessageId."/>
758      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_7.LogEntry"/>
759    </Schema>
760
761    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_9">
762      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
763      <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of EntryCode, SensorType, and Message."/>
764      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_8.LogEntry"/>
765    </Schema>
766
767    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_10">
768      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
769      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
770      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_9.LogEntry"/>
771    </Schema>
772
773    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_0">
774      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
775      <Annotation Term="Redfish.Release" String="2017.1"/>
776
777      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_2.LogEntry">
778        <Property Name="Actions" Type="LogEntry.v1_2_0.Actions" Nullable="false">
779          <Annotation Term="OData.Description" String="The available actions for this resource."/>
780          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
781        </Property>
782      </EntityType>
783
784      <ComplexType Name="Actions">
785        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
786        <Annotation Term="OData.Description" String="The available actions for this resource."/>
787        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
788        <Property Name="Oem" Type="LogEntry.v1_2_0.OemActions" Nullable="false">
789          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
790          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
791        </Property>
792      </ComplexType>
793
794      <ComplexType Name="OemActions">
795        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
796        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
797        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
798      </ComplexType>
799    </Schema>
800
801    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_1">
802      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
803      <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."/>
804      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_0.LogEntry"/>
805    </Schema>
806
807    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_2">
808      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
809      <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."/>
810      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_1.LogEntry"/>
811    </Schema>
812
813    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_3">
814      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
815      <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
816      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_2.LogEntry"/>
817    </Schema>
818
819    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_4">
820      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
821      <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."/>
822      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_3.LogEntry"/>
823    </Schema>
824
825    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_5">
826      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
827      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
828      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_4.LogEntry"/>
829    </Schema>
830
831    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_6">
832      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
833      <Annotation Term="OData.Description" String="This version was created to add the Event Type/Direction byte of the IPMI SEL to MessageId."/>
834      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_5.LogEntry"/>
835    </Schema>
836
837    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_7">
838      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
839      <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of EntryCode, SensorType, and Message."/>
840      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_6.LogEntry"/>
841    </Schema>
842
843    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_8">
844      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
845      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
846      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_7.LogEntry"/>
847    </Schema>
848
849    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_0">
850      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
851      <Annotation Term="Redfish.Release" String="2017.3"/>
852      <Annotation Term="OData.Description" String="This version was created to add OEM enumerations for legacy IPMI log implementations."/>
853
854      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_1.LogEntry">
855        <Property Name="OemLogEntryCode" Type="Edm.String">
856          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
857          <Annotation Term="OData.Description" String="The OEM-specific entry code, if the LogEntryCode type is `OEM`."/>
858          <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`."/>
859        </Property>
860        <Property Name="OemSensorType" Type="Edm.String">
861          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
862          <Annotation Term="OData.Description" String="The OEM-specific sensor type if the sensor type is `OEM`."/>
863          <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`."/>
864        </Property>
865      </EntityType>
866    </Schema>
867
868    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_1">
869      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
870      <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."/>
871      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_0.LogEntry"/>
872    </Schema>
873
874    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_2">
875      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
876      <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
877      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_1.LogEntry"/>
878    </Schema>
879
880    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_3">
881      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
882      <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."/>
883      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_2.LogEntry"/>
884    </Schema>
885
886    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_4">
887      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
888      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
889      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_3.LogEntry"/>
890    </Schema>
891
892    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_5">
893      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
894      <Annotation Term="OData.Description" String="This version was created to add the Event Type/Direction byte of the IPMI SEL to MessageId."/>
895      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_4.LogEntry"/>
896    </Schema>
897
898    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_6">
899      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
900      <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of EntryCode, SensorType, and Message."/>
901      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_5.LogEntry"/>
902    </Schema>
903
904    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_7">
905      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
906      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
907      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_6.LogEntry"/>
908    </Schema>
909
910    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_0">
911      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
912      <Annotation Term="Redfish.Release" String="2018.2"/>
913      <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."/>
914
915      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_1.LogEntry">
916        <Property Name="EventGroupId" Type="Edm.Int64">
917          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
918          <Annotation Term="OData.Description" String="An identifier that correlates events with the same cause."/>
919          <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."/>
920        </Property>
921      </EntityType>
922    </Schema>
923
924    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_1">
925      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
926      <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
927      <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_0.LogEntry"/>
928    </Schema>
929
930    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_2">
931      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
932      <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."/>
933      <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_1.LogEntry"/>
934    </Schema>
935
936    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_3">
937      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
938      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
939      <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_2.LogEntry"/>
940    </Schema>
941
942    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_4">
943      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
944      <Annotation Term="OData.Description" String="This version was created to add the Event Type/Direction byte of the IPMI SEL to MessageId."/>
945      <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_3.LogEntry"/>
946    </Schema>
947
948    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_5">
949      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
950      <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of EntryCode, SensorType, and Message."/>
951      <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_4.LogEntry"/>
952    </Schema>
953
954    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_6">
955      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
956      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
957      <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_5.LogEntry"/>
958    </Schema>
959
960    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_0">
961      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
962      <Annotation Term="Redfish.Release" String="2019.3"/>
963      <Annotation Term="OData.Description" String="This version was created to add the GeneratorId property."/>
964
965      <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_4.LogEntry">
966        <Property Name="GeneratorId" Type="Edm.String">
967          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
968          <Annotation Term="OData.Description" String="An identifier of the device that has generated the IPMI SEL Event Record."/>
969          <Annotation Term="OData.LongDescription" String="If EntryType is `SEL`, this property shall contain the 'Generator ID' field of the IPMI SEL Event Record.  If EntryType is not `SEL`, this property should not be present."/>
970          <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
971        </Property>
972      </EntityType>
973    </Schema>
974
975    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_1">
976      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
977      <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of EntryCode, SensorType, and Message."/>
978      <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_0.LogEntry"/>
979    </Schema>
980
981    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_2">
982      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
983      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
984      <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_1.LogEntry"/>
985    </Schema>
986
987    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_0">
988      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
989      <Annotation Term="Redfish.Release" String="2020.1"/>
990      <Annotation Term="OData.Description" String="This version was created to add the Modified property."/>
991
992      <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_1.LogEntry">
993        <Property Name="Modified" Type="Edm.DateTimeOffset" Nullable="false">
994          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
995          <Annotation Term="OData.Description" String="The date and time when the log entry was last modified."/>
996          <Annotation Term="OData.LongDescription" String="This property shall contain the date and time when the log entry was last modified.  This property shall not appear if the log entry has not been modified since it was created."/>
997        </Property>
998      </EntityType>
999    </Schema>
1000
1001    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_1">
1002      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1003      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1004      <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_0.LogEntry"/>
1005    </Schema>
1006
1007  </edmx:DataServices>
1008</edmx:Edmx>
1009