1*720c9898SEd Tanous<?xml version="1.0" encoding="UTF-8"?>
2*720c9898SEd Tanous<!---->
3*720c9898SEd Tanous<!--################################################################################       -->
4*720c9898SEd Tanous<!--# Redfish Schema:  LogEntry v1.16.0                                                    -->
5*720c9898SEd Tanous<!--#                                                                                      -->
6*720c9898SEd Tanous<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
7*720c9898SEd Tanous<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8*720c9898SEd Tanous<!--# Copyright 2014-2023 DMTF.                                                            -->
9*720c9898SEd Tanous<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10*720c9898SEd Tanous<!--################################################################################       -->
11*720c9898SEd Tanous<!---->
12*720c9898SEd Tanous<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13*720c9898SEd Tanous
14*720c9898SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15*720c9898SEd Tanous    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16*720c9898SEd Tanous  </edmx:Reference>
17*720c9898SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18*720c9898SEd Tanous    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19*720c9898SEd Tanous  </edmx:Reference>
20*720c9898SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
21*720c9898SEd Tanous    <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
22*720c9898SEd Tanous  </edmx:Reference>
23*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
24*720c9898SEd Tanous    <edmx:Include Namespace="Resource"/>
25*720c9898SEd Tanous    <edmx:Include Namespace="Resource.v1_0_0"/>
26*720c9898SEd Tanous  </edmx:Reference>
27*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
28*720c9898SEd Tanous    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
29*720c9898SEd Tanous    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
30*720c9898SEd Tanous  </edmx:Reference>
31*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Event_v1.xml">
32*720c9898SEd Tanous    <edmx:Include Namespace="Event"/>
33*720c9898SEd Tanous  </edmx:Reference>
34*720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ResolutionStep_v1.xml">
35*720c9898SEd Tanous    <edmx:Include Namespace="ResolutionStep"/>
36*720c9898SEd Tanous  </edmx:Reference>
37*720c9898SEd Tanous
38*720c9898SEd Tanous  <edmx:DataServices>
39*720c9898SEd Tanous
40*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry">
41*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
42*720c9898SEd Tanous
43*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="Resource.v1_0_0.Resource" Abstract="true">
44*720c9898SEd Tanous        <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."/>
45*720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This resource shall represent the log format for log services in a Redfish implementation."/>
46*720c9898SEd Tanous        <Annotation Term="Capabilities.InsertRestrictions">
47*720c9898SEd Tanous          <Record>
48*720c9898SEd Tanous            <PropertyValue Property="Insertable" Bool="false"/>
49*720c9898SEd Tanous          </Record>
50*720c9898SEd Tanous        </Annotation>
51*720c9898SEd Tanous        <Annotation Term="Capabilities.UpdateRestrictions">
52*720c9898SEd Tanous          <Record>
53*720c9898SEd Tanous            <PropertyValue Property="Updatable" Bool="true"/>
54*720c9898SEd Tanous          </Record>
55*720c9898SEd Tanous        </Annotation>
56*720c9898SEd Tanous        <Annotation Term="Capabilities.DeleteRestrictions">
57*720c9898SEd Tanous          <Record>
58*720c9898SEd Tanous            <PropertyValue Property="Deletable" Bool="true"/>
59*720c9898SEd Tanous            <Annotation Term="OData.Description" String="Some implementations might allow the deletion of individual log entries."/>
60*720c9898SEd Tanous          </Record>
61*720c9898SEd Tanous        </Annotation>
62*720c9898SEd Tanous        <Annotation Term="Redfish.Uris">
63*720c9898SEd Tanous          <Collection>
64*720c9898SEd Tanous            <String>/redfish/v1/Managers/{ManagerId}/LogServices/{LogServiceId}/Entries/{LogEntryId}</String>
65*720c9898SEd Tanous            <String>/redfish/v1/Systems/{ComputerSystemId}/LogServices/{LogServiceId}/Entries/{LogEntryId}</String>
66*720c9898SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/LogServices/{LogServiceId}/Entries/{LogEntryId}</String>
67*720c9898SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/LogServices/{LogServiceId}/Entries/{LogEntryId}</String>
68*720c9898SEd Tanous            <String>/redfish/v1/Chassis/{ChassisId}/LogServices/{LogServiceId}/Entries/{LogEntryId}</String>
69*720c9898SEd Tanous            <String>/redfish/v1/JobService/Log/Entries/{LogEntryId}</String>
70*720c9898SEd Tanous            <String>/redfish/v1/TelemetryService/LogService/Entries/{LogEntryId}</String>
71*720c9898SEd Tanous            <String>/redfish/v1/Systems/{ComputerSystemId}/Memory/{MemoryId}/DeviceLog/Entries/{LogEntryId}</String>
72*720c9898SEd Tanous            <String>/redfish/v1/Chassis/{ChassisId}/PCIeDevices/{PCIeDeviceId}/CXLLogicalDevices/{CXLLogicalDeviceId}/DeviceLog/Entries/{LogEntryId}</String>
73*720c9898SEd Tanous          </Collection>
74*720c9898SEd Tanous        </Annotation>
75*720c9898SEd Tanous      </EntityType>
76*720c9898SEd Tanous    </Schema>
77*720c9898SEd Tanous
78*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_0">
79*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
80*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="1.0"/>
81*720c9898SEd Tanous
82*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.LogEntry">
83*720c9898SEd Tanous        <Property Name="Severity" Type="LogEntry.v1_0_0.EventSeverity">
84*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
85*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The severity of the log entry."/>
86*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the severity of the condition that created the log entry.  If EntryType contains `Event`, services can replace the value defined in the message registry with a value more applicable to the implementation."/>
87*720c9898SEd Tanous        </Property>
88*720c9898SEd Tanous        <Property Name="Created" Type="Edm.DateTimeOffset" Nullable="false">
89*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
90*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The date and time when the log entry was created."/>
91*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the date and time when the log entry was created."/>
92*720c9898SEd Tanous        </Property>
93*720c9898SEd Tanous        <Property Name="EntryType" Type="LogEntry.v1_0_0.LogEntryType" Nullable="false">
94*720c9898SEd Tanous          <Annotation Term="Redfish.RequiredOnCreate"/>
95*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
96*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The type of log entry."/>
97*720c9898SEd Tanous          <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 a CXL event record, the value shall contain `CXL`.  If the resource represents an OEM log entry format, the value shall contain `Oem`."/>
98*720c9898SEd Tanous          <Annotation Term="Redfish.Required"/>
99*720c9898SEd Tanous        </Property>
100*720c9898SEd Tanous        <Property Name="OemRecordFormat" Type="Edm.String">
101*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
102*720c9898SEd Tanous          <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."/>
103*720c9898SEd Tanous          <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`."/>
104*720c9898SEd Tanous        </Property>
105*720c9898SEd Tanous        <Property Name="EntryCode" Type="LogEntry.v1_0_0.LogEntryCode">
106*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
107*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The entry code for the log entry if the entry type is `SEL`."/>
108*720c9898SEd Tanous          <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."/>
109*720c9898SEd Tanous        </Property>
110*720c9898SEd Tanous        <Property Name="SensorType" Type="LogEntry.v1_0_0.SensorType">
111*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
112*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The sensor type to which the log entry pertains if the entry type is `SEL`."/>
113*720c9898SEd Tanous          <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."/>
114*720c9898SEd Tanous        </Property>
115*720c9898SEd Tanous        <Property Name="SensorNumber" Type="Edm.Int64">
116*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
117*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The IPMI-defined sensor number."/>
118*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the IPMI sensor number if the value of the EntryType property is `SEL`.  This property should not appear in the resource for other values of EntryType."/>
119*720c9898SEd Tanous        </Property>
120*720c9898SEd Tanous        <Property Name="Message" Type="Edm.String">
121*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
122*720c9898SEd Tanous          <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.  If the entry type is `CXL`, this property contains a CXL event record.  Otherwise, this property contains an OEM-specific log entry.  In most cases, this property contains the actual log entry."/>
123*720c9898SEd Tanous          <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.  If the entry type is `CXL`, this property contains the CXL event record as a string of hex bytes in the pattern `^([a-fA-F0-9]{2})+$`.  Otherwise, this property contains an OEM-specific log entry.  In most cases, this property contains the actual log entry."/>
124*720c9898SEd Tanous        </Property>
125*720c9898SEd Tanous        <Property Name="MessageId" Type="Edm.String" Nullable="false">
126*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
127*720c9898SEd Tanous          <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."/>
128*720c9898SEd Tanous          <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.  If the entry type is `CXL`, this property shall not be present.  Otherwise, this property contains OEM-specific information."/>
129*720c9898SEd Tanous        </Property>
130*720c9898SEd Tanous        <Property Name="MessageArgs" Type="Collection(Edm.String)" Nullable="false">
131*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
132*720c9898SEd Tanous          <Annotation Term="OData.Description" String="An array of message arguments that are substituted for the arguments in the message when looked up in the message registry."/>
133*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of message arguments that are substituted for the arguments in the message when looked up in the message registry.  It has the same semantics as the MessageArgs property in the Redfish MessageRegistry schema.  If the corresponding ParamType value contains `number`, the service shall convert the number to a string representation of the number."/>
134*720c9898SEd Tanous        </Property>
135*720c9898SEd Tanous        <Property Name="Links" Type="LogEntry.v1_0_0.Links" Nullable="false">
136*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
137*720c9898SEd Tanous          <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."/>
138*720c9898SEd Tanous        </Property>
139*720c9898SEd Tanous      </EntityType>
140*720c9898SEd Tanous
141*720c9898SEd Tanous      <ComplexType Name="Links" BaseType="Resource.Links">
142*720c9898SEd Tanous        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
143*720c9898SEd Tanous        <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."/>
144*720c9898SEd Tanous        <NavigationProperty Name="OriginOfCondition" Type="Resource.Item" Nullable="false">
145*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
146*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The link to the resource that caused the log entry."/>
147*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a link to the resource that caused the log entry.  For log entries that represent the creation or deletion of a resource, this property should reference the created or deleted resource and not the collection that contains the resource."/>
148*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
149*720c9898SEd Tanous        </NavigationProperty>
150*720c9898SEd Tanous      </ComplexType>
151*720c9898SEd Tanous
152*720c9898SEd Tanous      <EnumType Name="EventSeverity">
153*720c9898SEd Tanous        <Member Name="OK">
154*720c9898SEd Tanous          <Annotation Term="OData.Description" String="Informational or operating normally."/>
155*720c9898SEd Tanous        </Member>
156*720c9898SEd Tanous        <Member Name="Warning">
157*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A condition that requires attention."/>
158*720c9898SEd Tanous        </Member>
159*720c9898SEd Tanous        <Member Name="Critical">
160*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A critical condition that requires immediate attention."/>
161*720c9898SEd Tanous        </Member>
162*720c9898SEd Tanous      </EnumType>
163*720c9898SEd Tanous
164*720c9898SEd Tanous      <EnumType Name="LogEntryType">
165*720c9898SEd Tanous        <Member Name="Event">
166*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A Redfish-defined message."/>
167*720c9898SEd Tanous        </Member>
168*720c9898SEd Tanous        <Member Name="SEL">
169*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A legacy IPMI System Event Log (SEL) entry."/>
170*720c9898SEd Tanous        </Member>
171*720c9898SEd Tanous        <Member Name="Oem">
172*720c9898SEd Tanous          <Annotation Term="OData.Description" String="An entry in an OEM-defined format."/>
173*720c9898SEd Tanous        </Member>
174*720c9898SEd Tanous        <Member Name="CXL">
175*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A CXL log entry."/>
176*720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
177*720c9898SEd Tanous            <Collection>
178*720c9898SEd Tanous              <Record>
179*720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
180*720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_14_0"/>
181*720c9898SEd Tanous              </Record>
182*720c9898SEd Tanous            </Collection>
183*720c9898SEd Tanous          </Annotation>
184*720c9898SEd Tanous        </Member>
185*720c9898SEd Tanous      </EnumType>
186*720c9898SEd Tanous
187*720c9898SEd Tanous      <TypeDefinition Name="LogEntryCode" UnderlyingType="Edm.String">
188*720c9898SEd Tanous        <Annotation Term="Redfish.Enumeration">
189*720c9898SEd Tanous          <Collection>
190*720c9898SEd Tanous            <Record>
191*720c9898SEd Tanous              <PropertyValue Property="Member" String="Assert"/>
192*720c9898SEd Tanous              <Annotation Term="OData.Description" String="The condition has been asserted."/>
193*720c9898SEd Tanous            </Record>
194*720c9898SEd Tanous            <Record>
195*720c9898SEd Tanous              <PropertyValue Property="Member" String="Deassert"/>
196*720c9898SEd Tanous              <Annotation Term="OData.Description" String="The condition has been deasserted."/>
197*720c9898SEd Tanous            </Record>
198*720c9898SEd Tanous            <Record>
199*720c9898SEd Tanous              <PropertyValue Property="Member" String="Lower Non-critical - going low"/>
200*720c9898SEd Tanous              <Annotation Term="OData.Description" String="The reading crossed the Lower Non-critical threshold while going low."/>
201*720c9898SEd Tanous            </Record>
202*720c9898SEd Tanous            <Record>
203*720c9898SEd Tanous              <PropertyValue Property="Member" String="Lower Non-critical - going high"/>
204*720c9898SEd Tanous              <Annotation Term="OData.Description" String="The reading crossed the Lower Non-critical threshold while going high."/>
205*720c9898SEd Tanous            </Record>
206*720c9898SEd Tanous            <Record>
207*720c9898SEd Tanous              <PropertyValue Property="Member" String="Lower Critical - going low"/>
208*720c9898SEd Tanous              <Annotation Term="OData.Description" String="The reading crossed the Lower Critical threshold while going low."/>
209*720c9898SEd Tanous            </Record>
210*720c9898SEd Tanous            <Record>
211*720c9898SEd Tanous              <PropertyValue Property="Member" String="Lower Critical - going high"/>
212*720c9898SEd Tanous              <Annotation Term="OData.Description" String="The reading crossed the Lower Critical threshold while going high."/>
213*720c9898SEd Tanous            </Record>
214*720c9898SEd Tanous            <Record>
215*720c9898SEd Tanous              <PropertyValue Property="Member" String="Lower Non-recoverable - going low"/>
216*720c9898SEd Tanous              <Annotation Term="OData.Description" String="The reading crossed the Lower Non-recoverable threshold while going low."/>
217*720c9898SEd Tanous            </Record>
218*720c9898SEd Tanous            <Record>
219*720c9898SEd Tanous              <PropertyValue Property="Member" String="Lower Non-recoverable - going high"/>
220*720c9898SEd Tanous              <Annotation Term="OData.Description" String="The reading crossed the Lower Non-recoverable threshold while going high."/>
221*720c9898SEd Tanous            </Record>
222*720c9898SEd Tanous            <Record>
223*720c9898SEd Tanous              <PropertyValue Property="Member" String="Upper Non-critical - going low"/>
224*720c9898SEd Tanous              <Annotation Term="OData.Description" String="The reading crossed the Upper Non-critical threshold while going low."/>
225*720c9898SEd Tanous            </Record>
226*720c9898SEd Tanous            <Record>
227*720c9898SEd Tanous              <PropertyValue Property="Member" String="Upper Non-critical - going high"/>
228*720c9898SEd Tanous              <Annotation Term="OData.Description" String="The reading crossed the Upper Non-critical threshold while going high."/>
229*720c9898SEd Tanous            </Record>
230*720c9898SEd Tanous            <Record>
231*720c9898SEd Tanous              <PropertyValue Property="Member" String="Upper Critical - going low"/>
232*720c9898SEd Tanous              <Annotation Term="OData.Description" String="The reading crossed the Upper Critical threshold while going low."/>
233*720c9898SEd Tanous            </Record>
234*720c9898SEd Tanous            <Record>
235*720c9898SEd Tanous              <PropertyValue Property="Member" String="Upper Critical - going high"/>
236*720c9898SEd Tanous              <Annotation Term="OData.Description" String="The reading crossed the Upper Critical threshold while going high."/>
237*720c9898SEd Tanous            </Record>
238*720c9898SEd Tanous            <Record>
239*720c9898SEd Tanous              <PropertyValue Property="Member" String="Upper Non-recoverable - going low"/>
240*720c9898SEd Tanous              <Annotation Term="OData.Description" String="The reading crossed the Upper Non-recoverable threshold while going low."/>
241*720c9898SEd Tanous            </Record>
242*720c9898SEd Tanous            <Record>
243*720c9898SEd Tanous              <PropertyValue Property="Member" String="Upper Non-recoverable - going high"/>
244*720c9898SEd Tanous              <Annotation Term="OData.Description" String="The reading crossed the Upper Non-recoverable threshold while going high."/>
245*720c9898SEd Tanous            </Record>
246*720c9898SEd Tanous            <Record>
247*720c9898SEd Tanous              <PropertyValue Property="Member" String="Transition to Idle"/>
248*720c9898SEd Tanous              <Annotation Term="OData.Description" String="The state transitioned to idle."/>
249*720c9898SEd Tanous            </Record>
250*720c9898SEd Tanous            <Record>
251*720c9898SEd Tanous              <PropertyValue Property="Member" String="Transition to Active"/>
252*720c9898SEd Tanous              <Annotation Term="OData.Description" String="The state transitioned to active."/>
253*720c9898SEd Tanous            </Record>
254*720c9898SEd Tanous            <Record>
255*720c9898SEd Tanous              <PropertyValue Property="Member" String="Transition to Busy"/>
256*720c9898SEd Tanous              <Annotation Term="OData.Description" String="The state transitioned to busy."/>
257*720c9898SEd Tanous            </Record>
258*720c9898SEd Tanous            <Record>
259*720c9898SEd Tanous              <PropertyValue Property="Member" String="State Deasserted"/>
260*720c9898SEd Tanous              <Annotation Term="OData.Description" String="The state has been deasserted."/>
261*720c9898SEd Tanous            </Record>
262*720c9898SEd Tanous            <Record>
263*720c9898SEd Tanous              <PropertyValue Property="Member" String="State Asserted"/>
264*720c9898SEd Tanous              <Annotation Term="OData.Description" String="The state has been asserted."/>
265*720c9898SEd Tanous            </Record>
266*720c9898SEd Tanous            <Record>
267*720c9898SEd Tanous              <PropertyValue Property="Member" String="Predictive Failure deasserted"/>
268*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A Predictive Failure is no longer present."/>
269*720c9898SEd Tanous            </Record>
270*720c9898SEd Tanous            <Record>
271*720c9898SEd Tanous              <PropertyValue Property="Member" String="Predictive Failure asserted"/>
272*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A Predictive Failure has been detected."/>
273*720c9898SEd Tanous            </Record>
274*720c9898SEd Tanous            <Record>
275*720c9898SEd Tanous              <PropertyValue Property="Member" String="Limit Not Exceeded"/>
276*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A limit has not been exceeded."/>
277*720c9898SEd Tanous            </Record>
278*720c9898SEd Tanous            <Record>
279*720c9898SEd Tanous              <PropertyValue Property="Member" String="Limit Exceeded"/>
280*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A limit has been exceeded."/>
281*720c9898SEd Tanous            </Record>
282*720c9898SEd Tanous            <Record>
283*720c9898SEd Tanous              <PropertyValue Property="Member" String="Performance Met"/>
284*720c9898SEd Tanous              <Annotation Term="OData.Description" String="Performance meets expectations."/>
285*720c9898SEd Tanous            </Record>
286*720c9898SEd Tanous            <Record>
287*720c9898SEd Tanous              <PropertyValue Property="Member" String="Performance Lags"/>
288*720c9898SEd Tanous              <Annotation Term="OData.Description" String="Performance does not meet expectations."/>
289*720c9898SEd Tanous            </Record>
290*720c9898SEd Tanous            <Record>
291*720c9898SEd Tanous              <PropertyValue Property="Member" String="Transition to OK"/>
292*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A state has changed to OK."/>
293*720c9898SEd Tanous            </Record>
294*720c9898SEd Tanous            <Record>
295*720c9898SEd Tanous              <PropertyValue Property="Member" String="Transition to Non-Critical from OK"/>
296*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A state has changed to Non-Critical from OK."/>
297*720c9898SEd Tanous            </Record>
298*720c9898SEd Tanous            <Record>
299*720c9898SEd Tanous              <PropertyValue Property="Member" String="Transition to Critical from less severe"/>
300*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A state has changed to Critical from less severe."/>
301*720c9898SEd Tanous            </Record>
302*720c9898SEd Tanous            <Record>
303*720c9898SEd Tanous              <PropertyValue Property="Member" String="Transition to Non-recoverable from less severe"/>
304*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A state has changed to Non-recoverable from less severe."/>
305*720c9898SEd Tanous            </Record>
306*720c9898SEd Tanous            <Record>
307*720c9898SEd Tanous              <PropertyValue Property="Member" String="Transition to Non-Critical from more severe"/>
308*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A state has changed to Non-Critical from more severe."/>
309*720c9898SEd Tanous            </Record>
310*720c9898SEd Tanous            <Record>
311*720c9898SEd Tanous              <PropertyValue Property="Member" String="Transition to Critical from Non-recoverable"/>
312*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A state has changed to Critical from Non-recoverable."/>
313*720c9898SEd Tanous            </Record>
314*720c9898SEd Tanous            <Record>
315*720c9898SEd Tanous              <PropertyValue Property="Member" String="Transition to Non-recoverable"/>
316*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A state has changed to Non-recoverable."/>
317*720c9898SEd Tanous            </Record>
318*720c9898SEd Tanous            <Record>
319*720c9898SEd Tanous              <PropertyValue Property="Member" String="Monitor"/>
320*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A monitor event."/>
321*720c9898SEd Tanous            </Record>
322*720c9898SEd Tanous            <Record>
323*720c9898SEd Tanous              <PropertyValue Property="Member" String="Informational"/>
324*720c9898SEd Tanous              <Annotation Term="OData.Description" String="An informational event."/>
325*720c9898SEd Tanous            </Record>
326*720c9898SEd Tanous            <Record>
327*720c9898SEd Tanous              <PropertyValue Property="Member" String="Device Removed / Device Absent"/>
328*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A device has been removed or is absent."/>
329*720c9898SEd Tanous            </Record>
330*720c9898SEd Tanous            <Record>
331*720c9898SEd Tanous              <PropertyValue Property="Member" String="Device Inserted / Device Present"/>
332*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A device has been inserted or is present."/>
333*720c9898SEd Tanous            </Record>
334*720c9898SEd Tanous            <Record>
335*720c9898SEd Tanous              <PropertyValue Property="Member" String="Device Disabled"/>
336*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A device has been disabled."/>
337*720c9898SEd Tanous            </Record>
338*720c9898SEd Tanous            <Record>
339*720c9898SEd Tanous              <PropertyValue Property="Member" String="Device Enabled"/>
340*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A device has been enabled."/>
341*720c9898SEd Tanous            </Record>
342*720c9898SEd Tanous            <Record>
343*720c9898SEd Tanous              <PropertyValue Property="Member" String="Transition to Running"/>
344*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A state has transitioned to Running."/>
345*720c9898SEd Tanous            </Record>
346*720c9898SEd Tanous            <Record>
347*720c9898SEd Tanous              <PropertyValue Property="Member" String="Transition to In Test"/>
348*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A state has transitioned to In Test."/>
349*720c9898SEd Tanous            </Record>
350*720c9898SEd Tanous            <Record>
351*720c9898SEd Tanous              <PropertyValue Property="Member" String="Transition to Power Off"/>
352*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A state has transitioned to Power Off."/>
353*720c9898SEd Tanous            </Record>
354*720c9898SEd Tanous            <Record>
355*720c9898SEd Tanous              <PropertyValue Property="Member" String="Transition to On Line"/>
356*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A state has transitioned to On Line."/>
357*720c9898SEd Tanous            </Record>
358*720c9898SEd Tanous            <Record>
359*720c9898SEd Tanous              <PropertyValue Property="Member" String="Transition to Off Line"/>
360*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A state has transitioned to Off Line."/>
361*720c9898SEd Tanous            </Record>
362*720c9898SEd Tanous            <Record>
363*720c9898SEd Tanous              <PropertyValue Property="Member" String="Transition to Off Duty"/>
364*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A state has transitioned to Off Duty."/>
365*720c9898SEd Tanous            </Record>
366*720c9898SEd Tanous            <Record>
367*720c9898SEd Tanous              <PropertyValue Property="Member" String="Transition to Degraded"/>
368*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A state has transitioned to Degraded."/>
369*720c9898SEd Tanous            </Record>
370*720c9898SEd Tanous            <Record>
371*720c9898SEd Tanous              <PropertyValue Property="Member" String="Transition to Power Save"/>
372*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A state has transitioned to Power Save."/>
373*720c9898SEd Tanous            </Record>
374*720c9898SEd Tanous            <Record>
375*720c9898SEd Tanous              <PropertyValue Property="Member" String="Install Error"/>
376*720c9898SEd Tanous              <Annotation Term="OData.Description" String="An install error has been detected."/>
377*720c9898SEd Tanous            </Record>
378*720c9898SEd Tanous            <Record>
379*720c9898SEd Tanous              <PropertyValue Property="Member" String="Fully Redundant"/>
380*720c9898SEd Tanous              <Annotation Term="OData.Description" String="Indicates that full redundancy has been regained."/>
381*720c9898SEd Tanous            </Record>
382*720c9898SEd Tanous            <Record>
383*720c9898SEd Tanous              <PropertyValue Property="Member" String="Redundancy Lost"/>
384*720c9898SEd Tanous              <Annotation Term="OData.Description" String="Entered any non-redundant state, including Non-redundant: Insufficient Resources."/>
385*720c9898SEd Tanous            </Record>
386*720c9898SEd Tanous            <Record>
387*720c9898SEd Tanous              <PropertyValue Property="Member" String="Redundancy Degraded"/>
388*720c9898SEd Tanous              <Annotation Term="OData.Description" String="Redundancy still exists, but at less than full level."/>
389*720c9898SEd Tanous            </Record>
390*720c9898SEd Tanous            <Record>
391*720c9898SEd Tanous              <PropertyValue Property="Member" String="Non-redundant:Sufficient Resources from Redundant"/>
392*720c9898SEd Tanous              <Annotation Term="OData.Description" String="Redundancy has been lost but unit is functioning with minimum resources needed for normal operation."/>
393*720c9898SEd Tanous            </Record>
394*720c9898SEd Tanous            <Record>
395*720c9898SEd Tanous              <PropertyValue Property="Member" String="Non-redundant:Sufficient Resources from Insufficient Resources"/>
396*720c9898SEd Tanous              <Annotation Term="OData.Description" String="Unit has regained minimum resources needed for normal operation."/>
397*720c9898SEd Tanous            </Record>
398*720c9898SEd Tanous            <Record>
399*720c9898SEd Tanous              <PropertyValue Property="Member" String="Non-redundant:Insufficient Resources"/>
400*720c9898SEd Tanous              <Annotation Term="OData.Description" String="Unit is non-redundant and has insufficient resources to maintain normal operation."/>
401*720c9898SEd Tanous            </Record>
402*720c9898SEd Tanous            <Record>
403*720c9898SEd Tanous              <PropertyValue Property="Member" String="Redundancy Degraded from Fully Redundant"/>
404*720c9898SEd Tanous              <Annotation Term="OData.Description" String="Unit has lost some redundant resource(s) but is still in a redundant state."/>
405*720c9898SEd Tanous            </Record>
406*720c9898SEd Tanous            <Record>
407*720c9898SEd Tanous              <PropertyValue Property="Member" String="Redundancy Degraded from Non-redundant"/>
408*720c9898SEd Tanous              <Annotation Term="OData.Description" String="Unit has regained some resource(s) and is redundant but not fully redundant."/>
409*720c9898SEd Tanous            </Record>
410*720c9898SEd Tanous            <Record>
411*720c9898SEd Tanous              <PropertyValue Property="Member" String="D0 Power State"/>
412*720c9898SEd Tanous              <Annotation Term="OData.Description" String="The ACPI-defined D0 power state."/>
413*720c9898SEd Tanous            </Record>
414*720c9898SEd Tanous            <Record>
415*720c9898SEd Tanous              <PropertyValue Property="Member" String="D1 Power State"/>
416*720c9898SEd Tanous              <Annotation Term="OData.Description" String="The ACPI-defined D1 power state."/>
417*720c9898SEd Tanous            </Record>
418*720c9898SEd Tanous            <Record>
419*720c9898SEd Tanous              <PropertyValue Property="Member" String="D2 Power State"/>
420*720c9898SEd Tanous              <Annotation Term="OData.Description" String="The ACPI-defined D2 power state."/>
421*720c9898SEd Tanous            </Record>
422*720c9898SEd Tanous            <Record>
423*720c9898SEd Tanous              <PropertyValue Property="Member" String="D3 Power State"/>
424*720c9898SEd Tanous              <Annotation Term="OData.Description" String="The ACPI-defined D3 power state."/>
425*720c9898SEd Tanous            </Record>
426*720c9898SEd Tanous            <Record>
427*720c9898SEd Tanous              <PropertyValue Property="Member" String="OEM"/>
428*720c9898SEd Tanous              <Annotation Term="OData.Description" String="An OEM-defined event."/>
429*720c9898SEd Tanous              <Annotation Term="Redfish.Revisions">
430*720c9898SEd Tanous                <Collection>
431*720c9898SEd Tanous                  <Record>
432*720c9898SEd Tanous                    <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
433*720c9898SEd Tanous                    <PropertyValue Property="Version" String="v1_3_0"/>
434*720c9898SEd Tanous                  </Record>
435*720c9898SEd Tanous                </Collection>
436*720c9898SEd Tanous              </Annotation>
437*720c9898SEd Tanous            </Record>
438*720c9898SEd Tanous          </Collection>
439*720c9898SEd Tanous        </Annotation>
440*720c9898SEd Tanous      </TypeDefinition>
441*720c9898SEd Tanous
442*720c9898SEd Tanous      <TypeDefinition Name="SensorType" UnderlyingType="Edm.String">
443*720c9898SEd Tanous        <Annotation Term="Redfish.Enumeration">
444*720c9898SEd Tanous          <Collection>
445*720c9898SEd Tanous            <Record>
446*720c9898SEd Tanous              <PropertyValue Property="Member" String="Platform Security Violation Attempt"/>
447*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A platform security sensor."/>
448*720c9898SEd Tanous            </Record>
449*720c9898SEd Tanous            <Record>
450*720c9898SEd Tanous              <PropertyValue Property="Member" String="Temperature"/>
451*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A temperature sensor."/>
452*720c9898SEd Tanous            </Record>
453*720c9898SEd Tanous            <Record>
454*720c9898SEd Tanous              <PropertyValue Property="Member" String="Voltage"/>
455*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A voltage sensor."/>
456*720c9898SEd Tanous            </Record>
457*720c9898SEd Tanous            <Record>
458*720c9898SEd Tanous              <PropertyValue Property="Member" String="Current"/>
459*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A current sensor."/>
460*720c9898SEd Tanous            </Record>
461*720c9898SEd Tanous            <Record>
462*720c9898SEd Tanous              <PropertyValue Property="Member" String="Fan"/>
463*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A fan sensor."/>
464*720c9898SEd Tanous            </Record>
465*720c9898SEd Tanous            <Record>
466*720c9898SEd Tanous              <PropertyValue Property="Member" String="Physical Chassis Security"/>
467*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A physical security sensor."/>
468*720c9898SEd Tanous            </Record>
469*720c9898SEd Tanous            <Record>
470*720c9898SEd Tanous              <PropertyValue Property="Member" String="Processor"/>
471*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a processor."/>
472*720c9898SEd Tanous            </Record>
473*720c9898SEd Tanous            <Record>
474*720c9898SEd Tanous              <PropertyValue Property="Member" String="Power Supply / Converter"/>
475*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a power supply or DC-to-DC converter."/>
476*720c9898SEd Tanous            </Record>
477*720c9898SEd Tanous            <Record>
478*720c9898SEd Tanous              <PropertyValue Property="Member" String="PowerUnit"/>
479*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a power unit."/>
480*720c9898SEd Tanous            </Record>
481*720c9898SEd Tanous            <Record>
482*720c9898SEd Tanous              <PropertyValue Property="Member" String="CoolingDevice"/>
483*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a cooling device."/>
484*720c9898SEd Tanous            </Record>
485*720c9898SEd Tanous            <Record>
486*720c9898SEd Tanous              <PropertyValue Property="Member" String="Other Units-based Sensor"/>
487*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a miscellaneous analog sensor."/>
488*720c9898SEd Tanous            </Record>
489*720c9898SEd Tanous            <Record>
490*720c9898SEd Tanous              <PropertyValue Property="Member" String="Memory"/>
491*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a memory device."/>
492*720c9898SEd Tanous            </Record>
493*720c9898SEd Tanous            <Record>
494*720c9898SEd Tanous              <PropertyValue Property="Member" String="Drive Slot/Bay"/>
495*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a drive slot or bay."/>
496*720c9898SEd Tanous            </Record>
497*720c9898SEd Tanous            <Record>
498*720c9898SEd Tanous              <PropertyValue Property="Member" String="POST Memory Resize"/>
499*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a POST memory resize event."/>
500*720c9898SEd Tanous            </Record>
501*720c9898SEd Tanous            <Record>
502*720c9898SEd Tanous              <PropertyValue Property="Member" String="System Firmware Progress"/>
503*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a system firmware progress event."/>
504*720c9898SEd Tanous            </Record>
505*720c9898SEd Tanous            <Record>
506*720c9898SEd Tanous              <PropertyValue Property="Member" String="Event Logging Disabled"/>
507*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for the event log."/>
508*720c9898SEd Tanous            </Record>
509*720c9898SEd Tanous            <Record>
510*720c9898SEd Tanous              <PropertyValue Property="Member" String="System Event"/>
511*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a system event."/>
512*720c9898SEd Tanous            </Record>
513*720c9898SEd Tanous            <Record>
514*720c9898SEd Tanous              <PropertyValue Property="Member" String="Critical Interrupt"/>
515*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a critical interrupt event."/>
516*720c9898SEd Tanous            </Record>
517*720c9898SEd Tanous            <Record>
518*720c9898SEd Tanous              <PropertyValue Property="Member" String="Button/Switch"/>
519*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a button or switch."/>
520*720c9898SEd Tanous            </Record>
521*720c9898SEd Tanous            <Record>
522*720c9898SEd Tanous              <PropertyValue Property="Member" String="Module/Board"/>
523*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a module or board."/>
524*720c9898SEd Tanous            </Record>
525*720c9898SEd Tanous            <Record>
526*720c9898SEd Tanous              <PropertyValue Property="Member" String="Microcontroller/Coprocessor"/>
527*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a microcontroller or coprocessor."/>
528*720c9898SEd Tanous            </Record>
529*720c9898SEd Tanous            <Record>
530*720c9898SEd Tanous              <PropertyValue Property="Member" String="Add-in Card"/>
531*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for an add-in card."/>
532*720c9898SEd Tanous            </Record>
533*720c9898SEd Tanous            <Record>
534*720c9898SEd Tanous              <PropertyValue Property="Member" String="Chassis"/>
535*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a chassis."/>
536*720c9898SEd Tanous            </Record>
537*720c9898SEd Tanous            <Record>
538*720c9898SEd Tanous              <PropertyValue Property="Member" String="ChipSet"/>
539*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a chipset."/>
540*720c9898SEd Tanous            </Record>
541*720c9898SEd Tanous            <Record>
542*720c9898SEd Tanous              <PropertyValue Property="Member" String="Other FRU"/>
543*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for another type of FRU."/>
544*720c9898SEd Tanous            </Record>
545*720c9898SEd Tanous            <Record>
546*720c9898SEd Tanous              <PropertyValue Property="Member" String="Cable/Interconnect"/>
547*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a cable or interconnect device type."/>
548*720c9898SEd Tanous            </Record>
549*720c9898SEd Tanous            <Record>
550*720c9898SEd Tanous              <PropertyValue Property="Member" String="Terminator"/>
551*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a terminator."/>
552*720c9898SEd Tanous            </Record>
553*720c9898SEd Tanous            <Record>
554*720c9898SEd Tanous              <PropertyValue Property="Member" String="SystemBoot/Restart"/>
555*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a system boot or restart event."/>
556*720c9898SEd Tanous            </Record>
557*720c9898SEd Tanous            <Record>
558*720c9898SEd Tanous              <PropertyValue Property="Member" String="Boot Error"/>
559*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a boot error event."/>
560*720c9898SEd Tanous            </Record>
561*720c9898SEd Tanous            <Record>
562*720c9898SEd Tanous              <PropertyValue Property="Member" String="BaseOSBoot/InstallationStatus"/>
563*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a base OS boot or installation status event."/>
564*720c9898SEd Tanous            </Record>
565*720c9898SEd Tanous            <Record>
566*720c9898SEd Tanous              <PropertyValue Property="Member" String="OS Stop/Shutdown"/>
567*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for an OS stop or shutdown event."/>
568*720c9898SEd Tanous            </Record>
569*720c9898SEd Tanous            <Record>
570*720c9898SEd Tanous              <PropertyValue Property="Member" String="Slot/Connector"/>
571*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a slot or connector."/>
572*720c9898SEd Tanous            </Record>
573*720c9898SEd Tanous            <Record>
574*720c9898SEd Tanous              <PropertyValue Property="Member" String="System ACPI PowerState"/>
575*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for an ACPI power state event."/>
576*720c9898SEd Tanous            </Record>
577*720c9898SEd Tanous            <Record>
578*720c9898SEd Tanous              <PropertyValue Property="Member" String="Watchdog"/>
579*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a watchdog event."/>
580*720c9898SEd Tanous            </Record>
581*720c9898SEd Tanous            <Record>
582*720c9898SEd Tanous              <PropertyValue Property="Member" String="Platform Alert"/>
583*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a platform alert event."/>
584*720c9898SEd Tanous            </Record>
585*720c9898SEd Tanous            <Record>
586*720c9898SEd Tanous              <PropertyValue Property="Member" String="Entity Presence"/>
587*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for an entity presence event."/>
588*720c9898SEd Tanous            </Record>
589*720c9898SEd Tanous            <Record>
590*720c9898SEd Tanous              <PropertyValue Property="Member" String="Monitor ASIC/IC"/>
591*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a monitor ASIC or IC."/>
592*720c9898SEd Tanous            </Record>
593*720c9898SEd Tanous            <Record>
594*720c9898SEd Tanous              <PropertyValue Property="Member" String="LAN"/>
595*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a LAN device."/>
596*720c9898SEd Tanous            </Record>
597*720c9898SEd Tanous            <Record>
598*720c9898SEd Tanous              <PropertyValue Property="Member" String="Management Subsystem Health"/>
599*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a management subsystem health event."/>
600*720c9898SEd Tanous            </Record>
601*720c9898SEd Tanous            <Record>
602*720c9898SEd Tanous              <PropertyValue Property="Member" String="Battery"/>
603*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a battery."/>
604*720c9898SEd Tanous            </Record>
605*720c9898SEd Tanous            <Record>
606*720c9898SEd Tanous              <PropertyValue Property="Member" String="Session Audit"/>
607*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a session audit event."/>
608*720c9898SEd Tanous            </Record>
609*720c9898SEd Tanous            <Record>
610*720c9898SEd Tanous              <PropertyValue Property="Member" String="Version Change"/>
611*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a version change event."/>
612*720c9898SEd Tanous            </Record>
613*720c9898SEd Tanous            <Record>
614*720c9898SEd Tanous              <PropertyValue Property="Member" String="FRUState"/>
615*720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a FRU state event."/>
616*720c9898SEd Tanous            </Record>
617*720c9898SEd Tanous            <Record>
618*720c9898SEd Tanous              <PropertyValue Property="Member" String="OEM"/>
619*720c9898SEd Tanous              <Annotation Term="OData.Description" String="An OEM-defined sensor."/>
620*720c9898SEd Tanous              <Annotation Term="Redfish.Revisions">
621*720c9898SEd Tanous                <Collection>
622*720c9898SEd Tanous                  <Record>
623*720c9898SEd Tanous                    <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
624*720c9898SEd Tanous                    <PropertyValue Property="Version" String="v1_3_0"/>
625*720c9898SEd Tanous                  </Record>
626*720c9898SEd Tanous                </Collection>
627*720c9898SEd Tanous              </Annotation>
628*720c9898SEd Tanous            </Record>
629*720c9898SEd Tanous          </Collection>
630*720c9898SEd Tanous        </Annotation>
631*720c9898SEd Tanous      </TypeDefinition>
632*720c9898SEd Tanous    </Schema>
633*720c9898SEd Tanous
634*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_2">
635*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
636*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
637*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_0.LogEntry"/>
638*720c9898SEd Tanous    </Schema>
639*720c9898SEd Tanous
640*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_3">
641*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
642*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
643*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_2.LogEntry"/>
644*720c9898SEd Tanous    </Schema>
645*720c9898SEd Tanous
646*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_4">
647*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
648*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
649*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_3.LogEntry"/>
650*720c9898SEd Tanous    </Schema>
651*720c9898SEd Tanous
652*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_5">
653*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
654*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add descriptions to various enumerated values."/>
655*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_4.LogEntry"/>
656*720c9898SEd Tanous    </Schema>
657*720c9898SEd Tanous
658*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_6">
659*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
660*720c9898SEd Tanous      <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."/>
661*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_5.LogEntry"/>
662*720c9898SEd Tanous    </Schema>
663*720c9898SEd Tanous
664*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_7">
665*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
666*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
667*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_6.LogEntry"/>
668*720c9898SEd Tanous    </Schema>
669*720c9898SEd Tanous
670*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_8">
671*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
672*720c9898SEd Tanous      <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."/>
673*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_7.LogEntry"/>
674*720c9898SEd Tanous    </Schema>
675*720c9898SEd Tanous
676*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_9">
677*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
678*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
679*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_8.LogEntry"/>
680*720c9898SEd Tanous    </Schema>
681*720c9898SEd Tanous
682*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_10">
683*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
684*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add the Event Type/Direction byte of the IPMI SEL to MessageId."/>
685*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_9.LogEntry"/>
686*720c9898SEd Tanous    </Schema>
687*720c9898SEd Tanous
688*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_11">
689*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
690*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of EntryCode, SensorType, and Message."/>
691*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_10.LogEntry"/>
692*720c9898SEd Tanous    </Schema>
693*720c9898SEd Tanous
694*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_12">
695*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
696*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
697*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_11.LogEntry"/>
698*720c9898SEd Tanous    </Schema>
699*720c9898SEd Tanous
700*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_13">
701*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
702*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct the description of SensorNumber such that it only applies to SEL log entry types."/>
703*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_12.LogEntry"/>
704*720c9898SEd Tanous    </Schema>
705*720c9898SEd Tanous
706*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_14">
707*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
708*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
709*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_13.LogEntry"/>
710*720c9898SEd Tanous    </Schema>
711*720c9898SEd Tanous
712*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_15">
713*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
714*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/>
715*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_14.LogEntry"/>
716*720c9898SEd Tanous    </Schema>
717*720c9898SEd Tanous
718*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_16">
719*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
720*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message."/>
721*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_15.LogEntry"/>
722*720c9898SEd Tanous    </Schema>
723*720c9898SEd Tanous
724*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_17">
725*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
726*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
727*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_16.LogEntry"/>
728*720c9898SEd Tanous    </Schema>
729*720c9898SEd Tanous
730*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_16">
731*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
732*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions for EntryType, Message, and MessageId to account for the new `CXL` value for EntryType."/>
733*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_15.LogEntry"/>
734*720c9898SEd Tanous    </Schema>
735*720c9898SEd Tanous
736*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_17">
737*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
738*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify that Severity can be overridden by the service."/>
739*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_16.LogEntry"/>
740*720c9898SEd Tanous    </Schema>
741*720c9898SEd Tanous
742*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_18">
743*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
744*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message."/>
745*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_17.LogEntry"/>
746*720c9898SEd Tanous    </Schema>
747*720c9898SEd Tanous
748*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_19">
749*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
750*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
751*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_18.LogEntry"/>
752*720c9898SEd Tanous    </Schema>
753*720c9898SEd Tanous
754*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_0">
755*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
756*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2016.2"/>
757*720c9898SEd Tanous
758*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_2.LogEntry">
759*720c9898SEd Tanous        <Property Name="EventType" Type="Event.EventType" Nullable="false">
760*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
761*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The type of event recorded in this log."/>
762*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="If present, this LogEntry records an event and the value shall indicate the type of event."/>
763*720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
764*720c9898SEd Tanous            <Collection>
765*720c9898SEd Tanous              <Record>
766*720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
767*720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_4_0"/>
768*720c9898SEd Tanous                <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."/>
769*720c9898SEd Tanous              </Record>
770*720c9898SEd Tanous            </Collection>
771*720c9898SEd Tanous          </Annotation>
772*720c9898SEd Tanous        </Property>
773*720c9898SEd Tanous        <Property Name="EventId" Type="Edm.String" Nullable="false">
774*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
775*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The unique instance identifier for an event."/>
776*720c9898SEd Tanous          <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."/>
777*720c9898SEd Tanous        </Property>
778*720c9898SEd Tanous        <Property Name="EventTimestamp" Type="Edm.DateTimeOffset" Nullable="false">
779*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
780*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The date and time when the event occurred."/>
781*720c9898SEd Tanous          <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."/>
782*720c9898SEd Tanous        </Property>
783*720c9898SEd Tanous      </EntityType>
784*720c9898SEd Tanous    </Schema>
785*720c9898SEd Tanous
786*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_1">
787*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
788*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
789*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_0.LogEntry"/>
790*720c9898SEd Tanous    </Schema>
791*720c9898SEd Tanous
792*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_2">
793*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
794*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
795*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_1.LogEntry"/>
796*720c9898SEd Tanous    </Schema>
797*720c9898SEd Tanous
798*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_3">
799*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
800*720c9898SEd Tanous      <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 enumeration values."/>
801*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_2.LogEntry"/>
802*720c9898SEd Tanous    </Schema>
803*720c9898SEd Tanous
804*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_4">
805*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
806*720c9898SEd Tanous      <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."/>
807*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_3.LogEntry"/>
808*720c9898SEd Tanous    </Schema>
809*720c9898SEd Tanous
810*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_5">
811*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
812*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
813*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_4.LogEntry"/>
814*720c9898SEd Tanous    </Schema>
815*720c9898SEd Tanous
816*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_6">
817*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
818*720c9898SEd Tanous      <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."/>
819*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_5.LogEntry"/>
820*720c9898SEd Tanous    </Schema>
821*720c9898SEd Tanous
822*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_7">
823*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
824*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
825*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_6.LogEntry"/>
826*720c9898SEd Tanous    </Schema>
827*720c9898SEd Tanous
828*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_8">
829*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
830*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add the Event Type/Direction byte of the IPMI SEL to MessageId."/>
831*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_7.LogEntry"/>
832*720c9898SEd Tanous    </Schema>
833*720c9898SEd Tanous
834*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_9">
835*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
836*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of EntryCode, SensorType, and Message."/>
837*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_8.LogEntry"/>
838*720c9898SEd Tanous    </Schema>
839*720c9898SEd Tanous
840*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_10">
841*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
842*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
843*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_9.LogEntry"/>
844*720c9898SEd Tanous    </Schema>
845*720c9898SEd Tanous
846*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_11">
847*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
848*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct the description of SensorNumber such that it only applies to SEL log entry types."/>
849*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_10.LogEntry"/>
850*720c9898SEd Tanous    </Schema>
851*720c9898SEd Tanous
852*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_12">
853*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
854*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
855*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_11.LogEntry"/>
856*720c9898SEd Tanous    </Schema>
857*720c9898SEd Tanous
858*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_13">
859*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
860*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/>
861*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_12.LogEntry"/>
862*720c9898SEd Tanous    </Schema>
863*720c9898SEd Tanous
864*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_14">
865*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
866*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions for EntryType, Message, and MessageId to account for the new `CXL` value for EntryType."/>
867*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_13.LogEntry"/>
868*720c9898SEd Tanous    </Schema>
869*720c9898SEd Tanous
870*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_15">
871*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
872*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify that Severity can be overridden by the service."/>
873*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_14.LogEntry"/>
874*720c9898SEd Tanous    </Schema>
875*720c9898SEd Tanous
876*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_0">
877*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
878*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2017.1"/>
879*720c9898SEd Tanous
880*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_2.LogEntry">
881*720c9898SEd Tanous        <Property Name="Actions" Type="LogEntry.v1_2_0.Actions" Nullable="false">
882*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The available actions for this resource."/>
883*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
884*720c9898SEd Tanous        </Property>
885*720c9898SEd Tanous      </EntityType>
886*720c9898SEd Tanous
887*720c9898SEd Tanous      <ComplexType Name="Actions">
888*720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
889*720c9898SEd Tanous        <Annotation Term="OData.Description" String="The available actions for this resource."/>
890*720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
891*720c9898SEd Tanous        <Property Name="Oem" Type="LogEntry.v1_2_0.OemActions" Nullable="false">
892*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
893*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
894*720c9898SEd Tanous        </Property>
895*720c9898SEd Tanous      </ComplexType>
896*720c9898SEd Tanous
897*720c9898SEd Tanous      <ComplexType Name="OemActions">
898*720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
899*720c9898SEd Tanous        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
900*720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
901*720c9898SEd Tanous      </ComplexType>
902*720c9898SEd Tanous    </Schema>
903*720c9898SEd Tanous
904*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_1">
905*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
906*720c9898SEd Tanous      <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 enumeration values."/>
907*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_0.LogEntry"/>
908*720c9898SEd Tanous    </Schema>
909*720c9898SEd Tanous
910*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_2">
911*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
912*720c9898SEd Tanous      <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."/>
913*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_1.LogEntry"/>
914*720c9898SEd Tanous    </Schema>
915*720c9898SEd Tanous
916*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_3">
917*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
918*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
919*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_2.LogEntry"/>
920*720c9898SEd Tanous    </Schema>
921*720c9898SEd Tanous
922*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_4">
923*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
924*720c9898SEd Tanous      <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."/>
925*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_3.LogEntry"/>
926*720c9898SEd Tanous    </Schema>
927*720c9898SEd Tanous
928*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_5">
929*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
930*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
931*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_4.LogEntry"/>
932*720c9898SEd Tanous    </Schema>
933*720c9898SEd Tanous
934*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_6">
935*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
936*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add the Event Type/Direction byte of the IPMI SEL to MessageId."/>
937*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_5.LogEntry"/>
938*720c9898SEd Tanous    </Schema>
939*720c9898SEd Tanous
940*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_7">
941*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
942*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of EntryCode, SensorType, and Message."/>
943*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_6.LogEntry"/>
944*720c9898SEd Tanous    </Schema>
945*720c9898SEd Tanous
946*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_8">
947*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
948*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
949*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_7.LogEntry"/>
950*720c9898SEd Tanous    </Schema>
951*720c9898SEd Tanous
952*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_9">
953*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
954*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct the description of SensorNumber such that it only applies to SEL log entry types."/>
955*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_8.LogEntry"/>
956*720c9898SEd Tanous    </Schema>
957*720c9898SEd Tanous
958*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_10">
959*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
960*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
961*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_9.LogEntry"/>
962*720c9898SEd Tanous    </Schema>
963*720c9898SEd Tanous
964*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_11">
965*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
966*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/>
967*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_10.LogEntry"/>
968*720c9898SEd Tanous    </Schema>
969*720c9898SEd Tanous
970*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_12">
971*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
972*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions for EntryType, Message, and MessageId to account for the new `CXL` value for EntryType."/>
973*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_11.LogEntry"/>
974*720c9898SEd Tanous    </Schema>
975*720c9898SEd Tanous
976*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_13">
977*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
978*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify that Severity can be overridden by the service."/>
979*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_12.LogEntry"/>
980*720c9898SEd Tanous    </Schema>
981*720c9898SEd Tanous
982*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_14">
983*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
984*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message."/>
985*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_13.LogEntry"/>
986*720c9898SEd Tanous    </Schema>
987*720c9898SEd Tanous
988*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_15">
989*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
990*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
991*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_14.LogEntry"/>
992*720c9898SEd Tanous    </Schema>
993*720c9898SEd Tanous
994*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_0">
995*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
996*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2017.3"/>
997*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add OEM enumerations for legacy IPMI log implementations."/>
998*720c9898SEd Tanous
999*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_1.LogEntry">
1000*720c9898SEd Tanous        <Property Name="OemLogEntryCode" Type="Edm.String">
1001*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1002*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The OEM-specific entry code, if the LogEntryCode type is `OEM`."/>
1003*720c9898SEd Tanous          <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`."/>
1004*720c9898SEd Tanous        </Property>
1005*720c9898SEd Tanous        <Property Name="OemSensorType" Type="Edm.String">
1006*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1007*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The OEM-specific sensor type if the sensor type is `OEM`."/>
1008*720c9898SEd Tanous          <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`."/>
1009*720c9898SEd Tanous        </Property>
1010*720c9898SEd Tanous      </EntityType>
1011*720c9898SEd Tanous    </Schema>
1012*720c9898SEd Tanous
1013*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_1">
1014*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1015*720c9898SEd Tanous      <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."/>
1016*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_0.LogEntry"/>
1017*720c9898SEd Tanous    </Schema>
1018*720c9898SEd Tanous
1019*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_2">
1020*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1021*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
1022*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_1.LogEntry"/>
1023*720c9898SEd Tanous    </Schema>
1024*720c9898SEd Tanous
1025*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_3">
1026*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1027*720c9898SEd Tanous      <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."/>
1028*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_2.LogEntry"/>
1029*720c9898SEd Tanous    </Schema>
1030*720c9898SEd Tanous
1031*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_4">
1032*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1033*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1034*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_3.LogEntry"/>
1035*720c9898SEd Tanous    </Schema>
1036*720c9898SEd Tanous
1037*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_5">
1038*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1039*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add the Event Type/Direction byte of the IPMI SEL to MessageId."/>
1040*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_4.LogEntry"/>
1041*720c9898SEd Tanous    </Schema>
1042*720c9898SEd Tanous
1043*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_6">
1044*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1045*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of EntryCode, SensorType, and Message."/>
1046*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_5.LogEntry"/>
1047*720c9898SEd Tanous    </Schema>
1048*720c9898SEd Tanous
1049*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_7">
1050*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1051*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1052*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_6.LogEntry"/>
1053*720c9898SEd Tanous    </Schema>
1054*720c9898SEd Tanous
1055*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_8">
1056*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1057*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct the description of SensorNumber such that it only applies to SEL log entry types."/>
1058*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_7.LogEntry"/>
1059*720c9898SEd Tanous    </Schema>
1060*720c9898SEd Tanous
1061*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_9">
1062*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1063*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
1064*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_8.LogEntry"/>
1065*720c9898SEd Tanous    </Schema>
1066*720c9898SEd Tanous
1067*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_10">
1068*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1069*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/>
1070*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_9.LogEntry"/>
1071*720c9898SEd Tanous    </Schema>
1072*720c9898SEd Tanous
1073*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_11">
1074*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1075*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions for EntryType, Message, and MessageId to account for the new `CXL` value for EntryType."/>
1076*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_10.LogEntry"/>
1077*720c9898SEd Tanous    </Schema>
1078*720c9898SEd Tanous
1079*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_12">
1080*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1081*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify that Severity can be overridden by the service."/>
1082*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_11.LogEntry"/>
1083*720c9898SEd Tanous    </Schema>
1084*720c9898SEd Tanous
1085*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_13">
1086*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1087*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message."/>
1088*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_12.LogEntry"/>
1089*720c9898SEd Tanous    </Schema>
1090*720c9898SEd Tanous
1091*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_14">
1092*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1093*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1094*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_13.LogEntry"/>
1095*720c9898SEd Tanous    </Schema>
1096*720c9898SEd Tanous
1097*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_0">
1098*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1099*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2018.2"/>
1100*720c9898SEd Tanous      <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."/>
1101*720c9898SEd Tanous
1102*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_1.LogEntry">
1103*720c9898SEd Tanous        <Property Name="EventGroupId" Type="Edm.Int64">
1104*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1105*720c9898SEd Tanous          <Annotation Term="OData.Description" String="An identifier that correlates events with the same cause."/>
1106*720c9898SEd Tanous          <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."/>
1107*720c9898SEd Tanous        </Property>
1108*720c9898SEd Tanous      </EntityType>
1109*720c9898SEd Tanous    </Schema>
1110*720c9898SEd Tanous
1111*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_1">
1112*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1113*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to use the new Revisions annotation."/>
1114*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_0.LogEntry"/>
1115*720c9898SEd Tanous    </Schema>
1116*720c9898SEd Tanous
1117*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_2">
1118*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1119*720c9898SEd Tanous      <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."/>
1120*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_1.LogEntry"/>
1121*720c9898SEd Tanous    </Schema>
1122*720c9898SEd Tanous
1123*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_3">
1124*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1125*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1126*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_2.LogEntry"/>
1127*720c9898SEd Tanous    </Schema>
1128*720c9898SEd Tanous
1129*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_4">
1130*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1131*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add the Event Type/Direction byte of the IPMI SEL to MessageId."/>
1132*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_3.LogEntry"/>
1133*720c9898SEd Tanous    </Schema>
1134*720c9898SEd Tanous
1135*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_5">
1136*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1137*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of EntryCode, SensorType, and Message."/>
1138*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_4.LogEntry"/>
1139*720c9898SEd Tanous    </Schema>
1140*720c9898SEd Tanous
1141*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_6">
1142*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1143*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1144*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_5.LogEntry"/>
1145*720c9898SEd Tanous    </Schema>
1146*720c9898SEd Tanous
1147*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_7">
1148*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1149*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct the description of SensorNumber such that it only applies to SEL log entry types."/>
1150*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_6.LogEntry"/>
1151*720c9898SEd Tanous    </Schema>
1152*720c9898SEd Tanous
1153*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_8">
1154*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1155*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
1156*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_7.LogEntry"/>
1157*720c9898SEd Tanous    </Schema>
1158*720c9898SEd Tanous
1159*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_9">
1160*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1161*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/>
1162*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_8.LogEntry"/>
1163*720c9898SEd Tanous    </Schema>
1164*720c9898SEd Tanous
1165*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_10">
1166*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1167*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions for EntryType, Message, and MessageId to account for the new `CXL` value for EntryType."/>
1168*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_9.LogEntry"/>
1169*720c9898SEd Tanous    </Schema>
1170*720c9898SEd Tanous
1171*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_11">
1172*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1173*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify that Severity can be overridden by the service."/>
1174*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_10.LogEntry"/>
1175*720c9898SEd Tanous    </Schema>
1176*720c9898SEd Tanous
1177*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_12">
1178*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1179*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message."/>
1180*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_11.LogEntry"/>
1181*720c9898SEd Tanous    </Schema>
1182*720c9898SEd Tanous
1183*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_13">
1184*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1185*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1186*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_12.LogEntry"/>
1187*720c9898SEd Tanous    </Schema>
1188*720c9898SEd Tanous
1189*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_0">
1190*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1191*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2019.3"/>
1192*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add the GeneratorId property."/>
1193*720c9898SEd Tanous
1194*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_4.LogEntry">
1195*720c9898SEd Tanous        <Property Name="GeneratorId" Type="Edm.String">
1196*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1197*720c9898SEd Tanous          <Annotation Term="OData.Description" String="An identifier of the device that has generated the IPMI SEL Event Record."/>
1198*720c9898SEd Tanous          <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."/>
1199*720c9898SEd Tanous          <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
1200*720c9898SEd Tanous        </Property>
1201*720c9898SEd Tanous      </EntityType>
1202*720c9898SEd Tanous    </Schema>
1203*720c9898SEd Tanous
1204*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_1">
1205*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1206*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of EntryCode, SensorType, and Message."/>
1207*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_0.LogEntry"/>
1208*720c9898SEd Tanous    </Schema>
1209*720c9898SEd Tanous
1210*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_2">
1211*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1212*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1213*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_1.LogEntry"/>
1214*720c9898SEd Tanous    </Schema>
1215*720c9898SEd Tanous
1216*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_3">
1217*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1218*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct the description of SensorNumber such that it only applies to SEL log entry types."/>
1219*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_2.LogEntry"/>
1220*720c9898SEd Tanous    </Schema>
1221*720c9898SEd Tanous
1222*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_4">
1223*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1224*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
1225*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_3.LogEntry"/>
1226*720c9898SEd Tanous    </Schema>
1227*720c9898SEd Tanous
1228*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_5">
1229*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1230*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/>
1231*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_4.LogEntry"/>
1232*720c9898SEd Tanous    </Schema>
1233*720c9898SEd Tanous
1234*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_6">
1235*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1236*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions for EntryType, Message, and MessageId to account for the new `CXL` value for EntryType."/>
1237*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_5.LogEntry"/>
1238*720c9898SEd Tanous    </Schema>
1239*720c9898SEd Tanous
1240*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_7">
1241*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1242*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify that Severity can be overridden by the service."/>
1243*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_6.LogEntry"/>
1244*720c9898SEd Tanous    </Schema>
1245*720c9898SEd Tanous
1246*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_8">
1247*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1248*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message."/>
1249*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_7.LogEntry"/>
1250*720c9898SEd Tanous    </Schema>
1251*720c9898SEd Tanous
1252*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_9">
1253*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1254*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1255*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_8.LogEntry"/>
1256*720c9898SEd Tanous    </Schema>
1257*720c9898SEd Tanous
1258*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_0">
1259*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1260*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2020.1"/>
1261*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add the Modified property."/>
1262*720c9898SEd Tanous
1263*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_1.LogEntry">
1264*720c9898SEd Tanous        <Property Name="Modified" Type="Edm.DateTimeOffset" Nullable="false">
1265*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1266*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The date and time when the log entry was last modified."/>
1267*720c9898SEd Tanous          <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."/>
1268*720c9898SEd Tanous        </Property>
1269*720c9898SEd Tanous      </EntityType>
1270*720c9898SEd Tanous    </Schema>
1271*720c9898SEd Tanous
1272*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_1">
1273*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1274*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1275*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_0.LogEntry"/>
1276*720c9898SEd Tanous    </Schema>
1277*720c9898SEd Tanous
1278*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_2">
1279*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1280*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct the description of SensorNumber such that it only applies to SEL log entry types."/>
1281*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_1.LogEntry"/>
1282*720c9898SEd Tanous    </Schema>
1283*720c9898SEd Tanous
1284*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_3">
1285*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1286*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
1287*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_2.LogEntry"/>
1288*720c9898SEd Tanous    </Schema>
1289*720c9898SEd Tanous
1290*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_4">
1291*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1292*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/>
1293*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_3.LogEntry"/>
1294*720c9898SEd Tanous    </Schema>
1295*720c9898SEd Tanous
1296*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_5">
1297*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1298*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions for EntryType, Message, and MessageId to account for the new `CXL` value for EntryType."/>
1299*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_4.LogEntry"/>
1300*720c9898SEd Tanous    </Schema>
1301*720c9898SEd Tanous
1302*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_6">
1303*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1304*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify that Severity can be overridden by the service."/>
1305*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_5.LogEntry"/>
1306*720c9898SEd Tanous    </Schema>
1307*720c9898SEd Tanous
1308*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_7">
1309*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1310*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message."/>
1311*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_6.LogEntry"/>
1312*720c9898SEd Tanous    </Schema>
1313*720c9898SEd Tanous
1314*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_8">
1315*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1316*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1317*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_7.LogEntry"/>
1318*720c9898SEd Tanous    </Schema>
1319*720c9898SEd Tanous
1320*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_7_0">
1321*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1322*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2020.3"/>
1323*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add AdditionalDataSizeBytes, AdditionalDataURI, and DiagnosticDataType properties."/>
1324*720c9898SEd Tanous
1325*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_2.LogEntry">
1326*720c9898SEd Tanous        <Property Name="AdditionalDataSizeBytes" Type="Edm.Int64">
1327*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1328*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The size of the additional data for this log entry."/>
1329*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the size of the additional data retrieved from the URI specified by the AdditionalDataURI property for this log entry."/>
1330*720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="By"/>
1331*720c9898SEd Tanous        </Property>
1332*720c9898SEd Tanous        <Property Name="AdditionalDataURI" Type="Edm.String">
1333*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1334*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The URI at which to access the additional data for this log entry, such as diagnostic data, image captures, or other files."/>
1335*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the URI at which to access the additional data for this log entry, using the Redfish protocol and authentication methods.  If both DiagnosticData and AdditionalDataURI are present, DiagnosticData shall contain the Base64-encoding of the data retrieved from the URI specified by the AdditionalDataURI property."/>
1336*720c9898SEd Tanous          <Annotation Term="OData.IsURL"/>
1337*720c9898SEd Tanous        </Property>
1338*720c9898SEd Tanous        <Property Name="DiagnosticDataType" Type="LogEntry.v1_7_0.LogDiagnosticDataTypes">
1339*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1340*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The type of data available in the DiagnosticData property or retrieved from the URI specified by the AdditionalDataURI property."/>
1341*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the type of data available in the DiagnosticData property or retrieved from the URI specified by the AdditionalDataURI property."/>
1342*720c9898SEd Tanous        </Property>
1343*720c9898SEd Tanous        <Property Name="OEMDiagnosticDataType" Type="Edm.String">
1344*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1345*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The OEM-defined type of data available in the DiagnosticData property or retrieved from the URI specified by the AdditionalDataURI property."/>
1346*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the OEM-defined type of data available in the DiagnosticData property or retrieved from the URI specified by the AdditionalDataURI property.  This property shall be present if DiagnosticDataType is `OEM`."/>
1347*720c9898SEd Tanous        </Property>
1348*720c9898SEd Tanous      </EntityType>
1349*720c9898SEd Tanous
1350*720c9898SEd Tanous      <EnumType Name="LogDiagnosticDataTypes">
1351*720c9898SEd Tanous        <Member Name="Manager">
1352*720c9898SEd Tanous          <Annotation Term="OData.Description" String="Manager diagnostic data."/>
1353*720c9898SEd Tanous        </Member>
1354*720c9898SEd Tanous        <Member Name="PreOS">
1355*720c9898SEd Tanous          <Annotation Term="OData.Description" String="Pre-OS diagnostic data."/>
1356*720c9898SEd Tanous        </Member>
1357*720c9898SEd Tanous        <Member Name="OS">
1358*720c9898SEd Tanous          <Annotation Term="OData.Description" String="Operating system (OS) diagnostic data."/>
1359*720c9898SEd Tanous        </Member>
1360*720c9898SEd Tanous        <Member Name="OEM">
1361*720c9898SEd Tanous          <Annotation Term="OData.Description" String="OEM diagnostic data."/>
1362*720c9898SEd Tanous        </Member>
1363*720c9898SEd Tanous        <Member Name="CPER">
1364*720c9898SEd Tanous          <Annotation Term="OData.Description" String="UEFI Common Platform Error Record."/>
1365*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate the data provided at the URI specified by the AdditionalDataURI property is a complete UEFI Specification-defined Common Platform Error Record.  The CPER data shall contain a Record Header and at least one Section as defined by the UEFI Specification."/>
1366*720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
1367*720c9898SEd Tanous            <Collection>
1368*720c9898SEd Tanous              <Record>
1369*720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
1370*720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_10_0"/>
1371*720c9898SEd Tanous              </Record>
1372*720c9898SEd Tanous            </Collection>
1373*720c9898SEd Tanous          </Annotation>
1374*720c9898SEd Tanous        </Member>
1375*720c9898SEd Tanous        <Member Name="CPERSection">
1376*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A Section of a UEFI Common Platform Error Record."/>
1377*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This value shall indicate the data provided at the URI specified by the AdditionalDataURI property is a single Section of a UEFI Specification-defined Common Platform Error Record.  The CPER data shall contain one Section as defined by the UEFI Specification, with no Record Header."/>
1378*720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
1379*720c9898SEd Tanous            <Collection>
1380*720c9898SEd Tanous              <Record>
1381*720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
1382*720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_10_0"/>
1383*720c9898SEd Tanous              </Record>
1384*720c9898SEd Tanous            </Collection>
1385*720c9898SEd Tanous          </Annotation>
1386*720c9898SEd Tanous        </Member>
1387*720c9898SEd Tanous      </EnumType>
1388*720c9898SEd Tanous    </Schema>
1389*720c9898SEd Tanous
1390*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_7_1">
1391*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1392*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
1393*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_7_0.LogEntry"/>
1394*720c9898SEd Tanous    </Schema>
1395*720c9898SEd Tanous
1396*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_7_2">
1397*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1398*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events.  It was also created to clarify that DiagnosticDataType refers to the data located at the AdditionalDataURI."/>
1399*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_7_1.LogEntry"/>
1400*720c9898SEd Tanous    </Schema>
1401*720c9898SEd Tanous
1402*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_7_3">
1403*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1404*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions for EntryType, Message, and MessageId to account for the new `CXL` value for EntryType."/>
1405*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_7_2.LogEntry"/>
1406*720c9898SEd Tanous    </Schema>
1407*720c9898SEd Tanous
1408*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_7_4">
1409*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1410*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions for AdditionalDataSizeBytes, AdditionalDataURI, DiagnosticDataType, and OEMDiagnosticDataType to match updates for the new DiagnosticData property.  It was also created to clarify that Severity can be overridden by the service."/>
1411*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_7_3.LogEntry"/>
1412*720c9898SEd Tanous    </Schema>
1413*720c9898SEd Tanous
1414*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_7_5">
1415*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1416*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message."/>
1417*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_7_4.LogEntry"/>
1418*720c9898SEd Tanous    </Schema>
1419*720c9898SEd Tanous
1420*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_7_6">
1421*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1422*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1423*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_7_5.LogEntry"/>
1424*720c9898SEd Tanous    </Schema>
1425*720c9898SEd Tanous
1426*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_8_0">
1427*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1428*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2020.4"/>
1429*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add the Resolved property."/>
1430*720c9898SEd Tanous
1431*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_7_1.LogEntry">
1432*720c9898SEd Tanous        <Property Name="Resolved" Type="Edm.Boolean">
1433*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1434*720c9898SEd Tanous          <Annotation Term="OData.Description" String="Indicates if the cause of the log entry has been resolved or repaired."/>
1435*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an indication if the cause of the log entry has been resolved or repaired.  The value `true` shall indicate if the cause of the log entry has been resolved or repaired.  This property shall contain the value `false` if the log entry is still active.  The value `false` shall be the initial state.  Clients should ignore this property if Severity contains `OK`."/>
1436*720c9898SEd Tanous        </Property>
1437*720c9898SEd Tanous      </EntityType>
1438*720c9898SEd Tanous    </Schema>
1439*720c9898SEd Tanous
1440*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_8_1">
1441*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1442*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events.  It was also created to clarify that DiagnosticDataType refers to the data located at the AdditionalDataURI."/>
1443*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_8_0.LogEntry"/>
1444*720c9898SEd Tanous    </Schema>
1445*720c9898SEd Tanous
1446*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_8_2">
1447*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1448*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions for EntryType, Message, and MessageId to account for the new `CXL` value for EntryType."/>
1449*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_8_1.LogEntry"/>
1450*720c9898SEd Tanous    </Schema>
1451*720c9898SEd Tanous
1452*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_8_3">
1453*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1454*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions for AdditionalDataSizeBytes, AdditionalDataURI, DiagnosticDataType, and OEMDiagnosticDataType to match updates for the new DiagnosticData property.  It was also created to clarify that Severity can be overridden by the service."/>
1455*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_8_2.LogEntry"/>
1456*720c9898SEd Tanous    </Schema>
1457*720c9898SEd Tanous
1458*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_8_4">
1459*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1460*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message.  It was also created to clarify the Resolved property should be ignored if Severity contains `OK`."/>
1461*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_8_3.LogEntry"/>
1462*720c9898SEd Tanous    </Schema>
1463*720c9898SEd Tanous
1464*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_8_5">
1465*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1466*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1467*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_8_4.LogEntry"/>
1468*720c9898SEd Tanous    </Schema>
1469*720c9898SEd Tanous
1470*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_9_0">
1471*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1472*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2021.1"/>
1473*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add the ServiceProviderNotified and Resolution properties."/>
1474*720c9898SEd Tanous
1475*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_8_0.LogEntry">
1476*720c9898SEd Tanous        <Property Name="ServiceProviderNotified" Type="Edm.Boolean">
1477*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1478*720c9898SEd Tanous          <Annotation Term="OData.Description" String="Indicates if the log entry has been sent to the service provider."/>
1479*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an indication if the log entry has been sent to the service provider."/>
1480*720c9898SEd Tanous        </Property>
1481*720c9898SEd Tanous        <Property Name="Resolution" Type="Edm.String" Nullable="false">
1482*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1483*720c9898SEd Tanous          <Annotation Term="OData.Description" String="Used to provide suggestions on how to resolve the situation that caused the log entry."/>
1484*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the resolution of the log entry.  Services should replace the resolution defined in the message registry with a more specific resolution in a log entry."/>
1485*720c9898SEd Tanous        </Property>
1486*720c9898SEd Tanous      </EntityType>
1487*720c9898SEd Tanous    </Schema>
1488*720c9898SEd Tanous
1489*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_9_1">
1490*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1491*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update the description for Resolution to recommend that an appropriate resolution is used."/>
1492*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_9_0.LogEntry"/>
1493*720c9898SEd Tanous    </Schema>
1494*720c9898SEd Tanous
1495*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_9_2">
1496*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1497*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events.  It was also created to clarify that DiagnosticDataType refers to the data located at the AdditionalDataURI."/>
1498*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_9_1.LogEntry"/>
1499*720c9898SEd Tanous    </Schema>
1500*720c9898SEd Tanous
1501*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_9_3">
1502*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1503*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions for EntryType, Message, and MessageId to account for the new `CXL` value for EntryType."/>
1504*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_9_2.LogEntry"/>
1505*720c9898SEd Tanous    </Schema>
1506*720c9898SEd Tanous
1507*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_9_4">
1508*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1509*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions for AdditionalDataSizeBytes, AdditionalDataURI, DiagnosticDataType, and OEMDiagnosticDataType to match updates for the new DiagnosticData property.  It was also created to clarify that Severity can be overridden by the service."/>
1510*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_9_3.LogEntry"/>
1511*720c9898SEd Tanous    </Schema>
1512*720c9898SEd Tanous
1513*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_9_5">
1514*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1515*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message.  It was also created to clarify the Resolved property should be ignored if Severity contains `OK`."/>
1516*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_9_4.LogEntry"/>
1517*720c9898SEd Tanous    </Schema>
1518*720c9898SEd Tanous
1519*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_9_6">
1520*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1521*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1522*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_9_5.LogEntry"/>
1523*720c9898SEd Tanous    </Schema>
1524*720c9898SEd Tanous
1525*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_10_0">
1526*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1527*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2021.3"/>
1528*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add `CPER` and `CPERSection` to LogDiagnosticDataTypes."/>
1529*720c9898SEd Tanous
1530*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_9_0.LogEntry"/>
1531*720c9898SEd Tanous    </Schema>
1532*720c9898SEd Tanous
1533*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_10_1">
1534*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1535*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update the description for Resolution to recommend that an appropriate resolution is used."/>
1536*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_10_0.LogEntry"/>
1537*720c9898SEd Tanous    </Schema>
1538*720c9898SEd Tanous
1539*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_10_2">
1540*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1541*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events.  It was also created to clarify that DiagnosticDataType refers to the data located at the AdditionalDataURI."/>
1542*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_10_1.LogEntry"/>
1543*720c9898SEd Tanous    </Schema>
1544*720c9898SEd Tanous
1545*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_10_3">
1546*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1547*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions for EntryType, Message, and MessageId to account for the new `CXL` value for EntryType."/>
1548*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_10_2.LogEntry"/>
1549*720c9898SEd Tanous    </Schema>
1550*720c9898SEd Tanous
1551*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_10_4">
1552*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1553*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions for AdditionalDataSizeBytes, AdditionalDataURI, DiagnosticDataType, and OEMDiagnosticDataType to match updates for the new DiagnosticData property.  It was also created to clarify that Severity can be overridden by the service."/>
1554*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_10_3.LogEntry"/>
1555*720c9898SEd Tanous    </Schema>
1556*720c9898SEd Tanous
1557*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_10_5">
1558*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1559*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message.  It was also created to clarify the Resolved property should be ignored if Severity contains `OK`."/>
1560*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_10_4.LogEntry"/>
1561*720c9898SEd Tanous    </Schema>
1562*720c9898SEd Tanous
1563*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_10_6">
1564*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1565*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1566*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_10_5.LogEntry"/>
1567*720c9898SEd Tanous    </Schema>
1568*720c9898SEd Tanous
1569*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_11_0">
1570*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1571*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2021.4"/>
1572*720c9898SEd Tanous
1573*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_10_1.LogEntry">
1574*720c9898SEd Tanous        <Property Name="Originator" Type="Edm.String" Nullable="false">
1575*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1576*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The source of the log entry."/>
1577*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the source of the log entry."/>
1578*720c9898SEd Tanous        </Property>
1579*720c9898SEd Tanous        <Property Name="OriginatorType" Type="LogEntry.v1_11_0.OriginatorTypes" Nullable="false">
1580*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1581*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The type of originator data."/>
1582*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the type of originator data."/>
1583*720c9898SEd Tanous        </Property>
1584*720c9898SEd Tanous      </EntityType>
1585*720c9898SEd Tanous
1586*720c9898SEd Tanous      <EnumType Name="OriginatorTypes">
1587*720c9898SEd Tanous        <Member Name="Client">
1588*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A client of the service created this log entry."/>
1589*720c9898SEd Tanous        </Member>
1590*720c9898SEd Tanous        <Member Name="Internal">
1591*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A process running on the service created this log entry."/>
1592*720c9898SEd Tanous        </Member>
1593*720c9898SEd Tanous        <Member Name="SupportingService">
1594*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A process not running on the service but running on a supporting service, such as RDE implementations, UEFI, or host processes, created this log entry."/>
1595*720c9898SEd Tanous        </Member>
1596*720c9898SEd Tanous      </EnumType>
1597*720c9898SEd Tanous    </Schema>
1598*720c9898SEd Tanous
1599*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_11_1">
1600*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1601*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events.  It was also created to clarify that DiagnosticDataType refers to the data located at the AdditionalDataURI."/>
1602*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_11_0.LogEntry"/>
1603*720c9898SEd Tanous    </Schema>
1604*720c9898SEd Tanous
1605*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_11_2">
1606*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1607*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions for EntryType, Message, and MessageId to account for the new `CXL` value for EntryType."/>
1608*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_11_1.LogEntry"/>
1609*720c9898SEd Tanous    </Schema>
1610*720c9898SEd Tanous
1611*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_11_3">
1612*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1613*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions for AdditionalDataSizeBytes, AdditionalDataURI, DiagnosticDataType, and OEMDiagnosticDataType to match updates for the new DiagnosticData property.  It was also created to clarify that Severity can be overridden by the service."/>
1614*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_11_2.LogEntry"/>
1615*720c9898SEd Tanous    </Schema>
1616*720c9898SEd Tanous
1617*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_11_4">
1618*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1619*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message.  It was also created to clarify the Resolved property should be ignored if Severity contains `OK`."/>
1620*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_11_3.LogEntry"/>
1621*720c9898SEd Tanous    </Schema>
1622*720c9898SEd Tanous
1623*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_11_5">
1624*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1625*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1626*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_11_4.LogEntry"/>
1627*720c9898SEd Tanous    </Schema>
1628*720c9898SEd Tanous
1629*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_12_0">
1630*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1631*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2022.1"/>
1632*720c9898SEd Tanous
1633*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_11_1.LogEntry"/>
1634*720c9898SEd Tanous
1635*720c9898SEd Tanous      <ComplexType Name="Links" BaseType="LogEntry.v1_0_0.Links">
1636*720c9898SEd Tanous        <NavigationProperty Name="RelatedItem" Type="Collection(Resource.Item)">
1637*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1638*720c9898SEd Tanous          <Annotation Term="OData.Description" String="An array of links to resources associated with this log entry."/>
1639*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources that are related to this log entry.  It shall not contain links to LogEntry resources.  RelatedLogEntries is used to reference related log entries.  This property shall not contain the value of the OriginOfCondition property."/>
1640*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
1641*720c9898SEd Tanous        </NavigationProperty>
1642*720c9898SEd Tanous        <NavigationProperty Name="RelatedLogEntries" Type="Collection(LogEntry.LogEntry)">
1643*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1644*720c9898SEd Tanous          <Annotation Term="OData.Description" String="An array of links to other log entries that are related to this log entry."/>
1645*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources of type LogEntry in this or other log services that are related to this log entry."/>
1646*720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
1647*720c9898SEd Tanous        </NavigationProperty>
1648*720c9898SEd Tanous      </ComplexType>
1649*720c9898SEd Tanous    </Schema>
1650*720c9898SEd Tanous
1651*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_12_1">
1652*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1653*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions for EntryType, Message, and MessageId to account for the new `CXL` value for EntryType."/>
1654*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_12_0.LogEntry"/>
1655*720c9898SEd Tanous    </Schema>
1656*720c9898SEd Tanous
1657*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_12_2">
1658*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1659*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions for AdditionalDataSizeBytes, AdditionalDataURI, DiagnosticDataType, and OEMDiagnosticDataType to match updates for the new DiagnosticData property.  It was also created to clarify that Severity can be overridden by the service."/>
1660*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_12_1.LogEntry"/>
1661*720c9898SEd Tanous    </Schema>
1662*720c9898SEd Tanous
1663*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_12_3">
1664*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1665*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message.  It was also created to clarify the Resolved property should be ignored if Severity contains `OK`."/>
1666*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_12_2.LogEntry"/>
1667*720c9898SEd Tanous    </Schema>
1668*720c9898SEd Tanous
1669*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_12_4">
1670*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1671*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1672*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_12_3.LogEntry"/>
1673*720c9898SEd Tanous    </Schema>
1674*720c9898SEd Tanous
1675*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_13_0">
1676*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1677*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2022.2"/>
1678*720c9898SEd Tanous
1679*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_12_0.LogEntry">
1680*720c9898SEd Tanous        <Property Name="SpecificEventExistsInGroup" Type="Edm.Boolean" Nullable="false">
1681*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1682*720c9898SEd Tanous          <Annotation Term="OData.Description" String="Indicates this log entry is equivalent to a more specific log entry within the same EventGroupId."/>
1683*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall indicate that this log entry is equivalent to another log entry, with a more specific definition, within the same EventGroupId.  For example, the `DriveFailed` message from the Storage Device Message Registry is more specific than the `ResourceStatusChangedCritical` message from the Resource Event Message Registry, when both occur with the same EventGroupId.  This property shall contain `true` if a more specific event is available, and shall contain `false` if no equivalent event exists in the same EventGroupId.  If this property is absent, the value shall be assumed to be `false`."/>
1684*720c9898SEd Tanous        </Property>
1685*720c9898SEd Tanous      </EntityType>
1686*720c9898SEd Tanous    </Schema>
1687*720c9898SEd Tanous
1688*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_13_1">
1689*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1690*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions for EntryType, Message, and MessageId to account for the new `CXL` value for EntryType."/>
1691*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_13_0.LogEntry"/>
1692*720c9898SEd Tanous    </Schema>
1693*720c9898SEd Tanous
1694*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_13_2">
1695*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1696*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions for AdditionalDataSizeBytes, AdditionalDataURI, DiagnosticDataType, and OEMDiagnosticDataType to match updates for the new DiagnosticData property.  It was also created to clarify that Severity can be overridden by the service."/>
1697*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_13_1.LogEntry"/>
1698*720c9898SEd Tanous    </Schema>
1699*720c9898SEd Tanous
1700*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_13_3">
1701*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1702*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message.  It was also created to clarify the Resolved property should be ignored if Severity contains `OK`."/>
1703*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_13_2.LogEntry"/>
1704*720c9898SEd Tanous    </Schema>
1705*720c9898SEd Tanous
1706*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_13_4">
1707*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1708*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1709*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_13_3.LogEntry"/>
1710*720c9898SEd Tanous    </Schema>
1711*720c9898SEd Tanous
1712*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_14_0">
1713*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1714*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2022.3"/>
1715*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add `CXL` to LogEntryType."/>
1716*720c9898SEd Tanous
1717*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_13_1.LogEntry">
1718*720c9898SEd Tanous        <Property Name="OverflowErrorCount" Type="Edm.Int64" Nullable="false">
1719*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1720*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The count of overflow errors that occurred after this log entry."/>
1721*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the count of overflow errors that occurred after this log entry.  If this log entry is the most recent log entry in the log service, this property shall not be present if no overflow errors occurred after the time of this log entry.  If this log entry is not the most recent log entry in the log service, this property shall not be present if no overflow errors occurred between the time of this log entry and the time of the next log entry."/>
1722*720c9898SEd Tanous        </Property>
1723*720c9898SEd Tanous        <Property Name="FirstOverflowTimestamp" Type="Edm.DateTimeOffset" Nullable="false">
1724*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1725*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The timestamp of the first overflow captured after this log entry."/>
1726*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the timestamp of the first overflow captured after this log entry.  If this log entry is the most recent log entry in the log service, this property shall not be present if no overflow errors occurred after the time of this log entry.  If this log entry is not the most recent log entry in the log service, this property shall not be present if no overflow errors occurred between the time of this log entry and the time of the next log entry."/>
1727*720c9898SEd Tanous        </Property>
1728*720c9898SEd Tanous        <Property Name="LastOverflowTimestamp" Type="Edm.DateTimeOffset" Nullable="false">
1729*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1730*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The timestamp of the last overflow captured after this log entry."/>
1731*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the timestamp of the last overflow captured after this log entry.  If this log entry is the most recent log entry in the log service, this property shall not be present if no overflow errors occurred after the time of this log entry.  If this log entry is not the most recent log entry in the log service, this property shall not be present if no overflow errors occurred between the time of this log entry and the time of the next log entry."/>
1732*720c9898SEd Tanous        </Property>
1733*720c9898SEd Tanous        <Property Name="CXLEntryType" Type="LogEntry.v1_14_0.CXLEntryType" Nullable="false">
1734*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1735*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The specific CXL entry type."/>
1736*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the specific CXL entry type.  This property shall only be present if EntryType contains `CXL`."/>
1737*720c9898SEd Tanous        </Property>
1738*720c9898SEd Tanous        <Property Name="Persistency" Type="Edm.Boolean" Nullable="false">
1739*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1740*720c9898SEd Tanous          <Annotation Term="OData.Description" String="Indicates whether the log entry is persistent across a cold reset of the device."/>
1741*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the log entry is persistent across a cold reset of the device."/>
1742*720c9898SEd Tanous        </Property>
1743*720c9898SEd Tanous      </EntityType>
1744*720c9898SEd Tanous
1745*720c9898SEd Tanous      <EnumType Name="CXLEntryType">
1746*720c9898SEd Tanous        <Member Name="DynamicCapacity">
1747*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A CXL Dynamic Capacity log entry."/>
1748*720c9898SEd Tanous        </Member>
1749*720c9898SEd Tanous        <Member Name="Informational">
1750*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A CXL informational log entry."/>
1751*720c9898SEd Tanous        </Member>
1752*720c9898SEd Tanous        <Member Name="Warning">
1753*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A CXL warning log entry."/>
1754*720c9898SEd Tanous        </Member>
1755*720c9898SEd Tanous        <Member Name="Failure">
1756*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A CXL failure log entry."/>
1757*720c9898SEd Tanous        </Member>
1758*720c9898SEd Tanous        <Member Name="Fatal">
1759*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A CXL fatal log entry."/>
1760*720c9898SEd Tanous        </Member>
1761*720c9898SEd Tanous      </EnumType>
1762*720c9898SEd Tanous    </Schema>
1763*720c9898SEd Tanous
1764*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_14_1">
1765*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1766*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions for AdditionalDataSizeBytes, AdditionalDataURI, DiagnosticDataType, and OEMDiagnosticDataType to match updates for the new DiagnosticData property.  It was also created to clarify that Severity can be overridden by the service."/>
1767*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_14_0.LogEntry"/>
1768*720c9898SEd Tanous    </Schema>
1769*720c9898SEd Tanous
1770*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_14_2">
1771*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1772*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message.  It was also created to clarify the Resolved property should be ignored if Severity contains `OK`."/>
1773*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_14_1.LogEntry"/>
1774*720c9898SEd Tanous    </Schema>
1775*720c9898SEd Tanous
1776*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_14_3">
1777*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1778*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1779*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_14_2.LogEntry"/>
1780*720c9898SEd Tanous    </Schema>
1781*720c9898SEd Tanous
1782*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_15_0">
1783*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1784*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2023.1"/>
1785*720c9898SEd Tanous
1786*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_14_1.LogEntry">
1787*720c9898SEd Tanous        <Property Name="CPER" Type="LogEntry.v1_15_0.CPER" Nullable="false">
1788*720c9898SEd Tanous          <Annotation Term="OData.Description" String="Details for a CPER section or record associated with this log entry."/>
1789*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the details for a CPER section or record that is the source of this log entry."/>
1790*720c9898SEd Tanous        </Property>
1791*720c9898SEd Tanous        <Property Name="DiagnosticData" Type="Edm.String">
1792*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1793*720c9898SEd Tanous          <Annotation Term="OData.Description" String="A Base64-encoded set of diagnostic data associated with this log entry."/>
1794*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a Base64-encoded string that represents diagnostic data associated with this log entry.  The contents shall depend on the value of the DiagnosticDataType property.  The length of the value should not exceed 4 KB.  Larger diagnostic data payloads should omit this property and use the AdditionalDataURI property to reference the data.  If both DiagnosticData and AdditionalDataURI are present, DiagnosticData shall contain the Base64-encoding of the data retrieved from the URI specified by the AdditionalDataURI property."/>
1795*720c9898SEd Tanous        </Property>
1796*720c9898SEd Tanous      </EntityType>
1797*720c9898SEd Tanous
1798*720c9898SEd Tanous      <ComplexType Name="CPER">
1799*720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1800*720c9898SEd Tanous        <Annotation Term="OData.Description" String="Details for a CPER section or record associated with a log entry."/>
1801*720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This object shall contain the details for a CPER section or record that is the source of a log entry."/>
1802*720c9898SEd Tanous        <Property Name="NotificationType" Type="Edm.Guid">
1803*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1804*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The CPER Notification Type for a CPER record."/>
1805*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the CPER Notification Type for a CPER record that corresponds to the contents of the DiagnosticData property or data retrieved from the URI specified by the AdditionalDataURI property.  This property shall only be present if DiagnosticDataType contains `CPER`."/>
1806*720c9898SEd Tanous        </Property>
1807*720c9898SEd Tanous        <Property Name="SectionType" Type="Edm.Guid">
1808*720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1809*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The CPER Section Type."/>
1810*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the CPER Section Type for a CPER section that corresponds to the contents of the DiagnosticData property or data retrieved from the URI specified by the AdditionalDataURI property.  This property shall only be present if DiagnosticDataType contains `CPERSection`."/>
1811*720c9898SEd Tanous        </Property>
1812*720c9898SEd Tanous        <Property Name="Oem" Type="Resource.Oem" Nullable="false">
1813*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The OEM extension property."/>
1814*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the OEM extensions.  All values for properties contained in this object shall conform to the Redfish Specification-described requirements."/>
1815*720c9898SEd Tanous        </Property>
1816*720c9898SEd Tanous      </ComplexType>
1817*720c9898SEd Tanous    </Schema>
1818*720c9898SEd Tanous
1819*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_15_1">
1820*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1821*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message.  It was also created to clarify the Resolved property should be ignored if Severity contains `OK`."/>
1822*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_15_0.LogEntry"/>
1823*720c9898SEd Tanous    </Schema>
1824*720c9898SEd Tanous
1825*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_15_2">
1826*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1827*720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1828*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_15_1.LogEntry"/>
1829*720c9898SEd Tanous    </Schema>
1830*720c9898SEd Tanous
1831*720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_16_0">
1832*720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1833*720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2023.3"/>
1834*720c9898SEd Tanous
1835*720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_15_2.LogEntry">
1836*720c9898SEd Tanous        <Property Name="ResolutionSteps" Type="Collection(ResolutionStep.ResolutionStep)" Nullable="false">
1837*720c9898SEd Tanous          <Annotation Term="OData.Description" String="The list of recommended steps to resolve the cause of the log entry."/>
1838*720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of recommended steps to resolve the cause of the log entry.  This property shall not be present if the Severity property contains `OK`.  A client can stop executing the resolution steps once the Resolved property resource contains `true` or the Health property in the associated resource referenced by the OriginOfCondition property contains `OK`."/>
1839*720c9898SEd Tanous        </Property>
1840*720c9898SEd Tanous      </EntityType>
1841*720c9898SEd Tanous    </Schema>
1842*720c9898SEd Tanous
1843*720c9898SEd Tanous  </edmx:DataServices>
1844*720c9898SEd Tanous</edmx:Edmx>
1845