1720c9898SEd Tanous<?xml version="1.0" encoding="UTF-8"?>
2720c9898SEd Tanous<!---->
3720c9898SEd Tanous<!--################################################################################       -->
4*f2a8e57eSGunnar Mills<!--# Redfish Schema:  LogEntry v1.16.1                                                    -->
5720c9898SEd Tanous<!--#                                                                                      -->
6720c9898SEd Tanous<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
7720c9898SEd Tanous<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8*f2a8e57eSGunnar Mills<!--# Copyright 2014-2024 DMTF.                                                            -->
9720c9898SEd Tanous<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10720c9898SEd Tanous<!--################################################################################       -->
11720c9898SEd Tanous<!---->
12720c9898SEd Tanous<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13720c9898SEd Tanous
14720c9898SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15720c9898SEd Tanous    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16720c9898SEd Tanous  </edmx:Reference>
17720c9898SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18720c9898SEd Tanous    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19720c9898SEd Tanous  </edmx:Reference>
20720c9898SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
21720c9898SEd Tanous    <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
22720c9898SEd Tanous  </edmx:Reference>
23720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
24720c9898SEd Tanous    <edmx:Include Namespace="Resource"/>
25720c9898SEd Tanous    <edmx:Include Namespace="Resource.v1_0_0"/>
26720c9898SEd Tanous  </edmx:Reference>
27720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
28720c9898SEd Tanous    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
29720c9898SEd Tanous    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
30720c9898SEd Tanous  </edmx:Reference>
31720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Event_v1.xml">
32720c9898SEd Tanous    <edmx:Include Namespace="Event"/>
33720c9898SEd Tanous  </edmx:Reference>
34720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/ResolutionStep_v1.xml">
35720c9898SEd Tanous    <edmx:Include Namespace="ResolutionStep"/>
36720c9898SEd Tanous  </edmx:Reference>
37720c9898SEd Tanous
38720c9898SEd Tanous  <edmx:DataServices>
39720c9898SEd Tanous
40720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry">
41720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
42*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.Language" String="en"/>
43720c9898SEd Tanous
44720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="Resource.v1_0_0.Resource" Abstract="true">
45*f2a8e57eSGunnar Mills        <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`."/>
46720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This resource shall represent the log format for log services in a Redfish implementation."/>
47720c9898SEd Tanous        <Annotation Term="Capabilities.InsertRestrictions">
48720c9898SEd Tanous          <Record>
49720c9898SEd Tanous            <PropertyValue Property="Insertable" Bool="false"/>
50720c9898SEd Tanous          </Record>
51720c9898SEd Tanous        </Annotation>
52720c9898SEd Tanous        <Annotation Term="Capabilities.UpdateRestrictions">
53720c9898SEd Tanous          <Record>
54720c9898SEd Tanous            <PropertyValue Property="Updatable" Bool="true"/>
55720c9898SEd Tanous          </Record>
56720c9898SEd Tanous        </Annotation>
57720c9898SEd Tanous        <Annotation Term="Capabilities.DeleteRestrictions">
58720c9898SEd Tanous          <Record>
59720c9898SEd Tanous            <PropertyValue Property="Deletable" Bool="true"/>
60720c9898SEd Tanous            <Annotation Term="OData.Description" String="Some implementations might allow the deletion of individual log entries."/>
61720c9898SEd Tanous          </Record>
62720c9898SEd Tanous        </Annotation>
63720c9898SEd Tanous        <Annotation Term="Redfish.Uris">
64720c9898SEd Tanous          <Collection>
65720c9898SEd Tanous            <String>/redfish/v1/Managers/{ManagerId}/LogServices/{LogServiceId}/Entries/{LogEntryId}</String>
66720c9898SEd Tanous            <String>/redfish/v1/Systems/{ComputerSystemId}/LogServices/{LogServiceId}/Entries/{LogEntryId}</String>
67720c9898SEd Tanous            <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/LogServices/{LogServiceId}/Entries/{LogEntryId}</String>
68720c9898SEd Tanous            <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/LogServices/{LogServiceId}/Entries/{LogEntryId}</String>
69720c9898SEd Tanous            <String>/redfish/v1/Chassis/{ChassisId}/LogServices/{LogServiceId}/Entries/{LogEntryId}</String>
70720c9898SEd Tanous            <String>/redfish/v1/JobService/Log/Entries/{LogEntryId}</String>
71720c9898SEd Tanous            <String>/redfish/v1/TelemetryService/LogService/Entries/{LogEntryId}</String>
72720c9898SEd Tanous            <String>/redfish/v1/Systems/{ComputerSystemId}/Memory/{MemoryId}/DeviceLog/Entries/{LogEntryId}</String>
73720c9898SEd Tanous            <String>/redfish/v1/Chassis/{ChassisId}/PCIeDevices/{PCIeDeviceId}/CXLLogicalDevices/{CXLLogicalDeviceId}/DeviceLog/Entries/{LogEntryId}</String>
74720c9898SEd Tanous          </Collection>
75720c9898SEd Tanous        </Annotation>
76720c9898SEd Tanous      </EntityType>
77720c9898SEd Tanous    </Schema>
78720c9898SEd Tanous
79720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_0">
80720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
81720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="1.0"/>
82720c9898SEd Tanous
83720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.LogEntry">
84720c9898SEd Tanous        <Property Name="Severity" Type="LogEntry.v1_0_0.EventSeverity">
85720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
86720c9898SEd Tanous          <Annotation Term="OData.Description" String="The severity of the log entry."/>
87*f2a8e57eSGunnar Mills          <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."/>
88720c9898SEd Tanous        </Property>
89720c9898SEd Tanous        <Property Name="Created" Type="Edm.DateTimeOffset" Nullable="false">
90720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
91720c9898SEd Tanous          <Annotation Term="OData.Description" String="The date and time when the log entry was created."/>
92720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the date and time when the log entry was created."/>
93720c9898SEd Tanous        </Property>
94720c9898SEd Tanous        <Property Name="EntryType" Type="LogEntry.v1_0_0.LogEntryType" Nullable="false">
95720c9898SEd Tanous          <Annotation Term="Redfish.RequiredOnCreate"/>
96720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
97720c9898SEd Tanous          <Annotation Term="OData.Description" String="The type of log entry."/>
98720c9898SEd 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`."/>
99720c9898SEd Tanous          <Annotation Term="Redfish.Required"/>
100720c9898SEd Tanous        </Property>
101720c9898SEd Tanous        <Property Name="OemRecordFormat" Type="Edm.String">
102720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
103720c9898SEd 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."/>
104*f2a8e57eSGunnar Mills          <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`."/>
105720c9898SEd Tanous        </Property>
106720c9898SEd Tanous        <Property Name="EntryCode" Type="LogEntry.v1_0_0.LogEntryCode">
107720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
108720c9898SEd Tanous          <Annotation Term="OData.Description" String="The entry code for the log entry if the entry type is `SEL`."/>
109*f2a8e57eSGunnar Mills          <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."/>
110720c9898SEd Tanous        </Property>
111720c9898SEd Tanous        <Property Name="SensorType" Type="LogEntry.v1_0_0.SensorType">
112720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
113720c9898SEd Tanous          <Annotation Term="OData.Description" String="The sensor type to which the log entry pertains if the entry type is `SEL`."/>
114720c9898SEd 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."/>
115720c9898SEd Tanous        </Property>
116720c9898SEd Tanous        <Property Name="SensorNumber" Type="Edm.Int64">
117720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
118720c9898SEd Tanous          <Annotation Term="OData.Description" String="The IPMI-defined sensor number."/>
119*f2a8e57eSGunnar Mills          <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`."/>
120720c9898SEd Tanous        </Property>
121720c9898SEd Tanous        <Property Name="Message" Type="Edm.String">
122720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
123720c9898SEd 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."/>
124720c9898SEd 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."/>
125720c9898SEd Tanous        </Property>
126720c9898SEd Tanous        <Property Name="MessageId" Type="Edm.String" Nullable="false">
127720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
128*f2a8e57eSGunnar Mills          <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."/>
129*f2a8e57eSGunnar Mills          <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."/>
130720c9898SEd Tanous        </Property>
131720c9898SEd Tanous        <Property Name="MessageArgs" Type="Collection(Edm.String)" Nullable="false">
132720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
133720c9898SEd 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."/>
134*f2a8e57eSGunnar Mills          <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."/>
135720c9898SEd Tanous        </Property>
136720c9898SEd Tanous        <Property Name="Links" Type="LogEntry.v1_0_0.Links" Nullable="false">
137720c9898SEd Tanous          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
138720c9898SEd 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."/>
139720c9898SEd Tanous        </Property>
140720c9898SEd Tanous      </EntityType>
141720c9898SEd Tanous
142720c9898SEd Tanous      <ComplexType Name="Links" BaseType="Resource.Links">
143720c9898SEd Tanous        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
144720c9898SEd 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."/>
145720c9898SEd Tanous        <NavigationProperty Name="OriginOfCondition" Type="Resource.Item" Nullable="false">
146720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
147720c9898SEd Tanous          <Annotation Term="OData.Description" String="The link to the resource that caused the log entry."/>
148720c9898SEd 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."/>
149720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
150720c9898SEd Tanous        </NavigationProperty>
151720c9898SEd Tanous      </ComplexType>
152720c9898SEd Tanous
153720c9898SEd Tanous      <EnumType Name="EventSeverity">
154720c9898SEd Tanous        <Member Name="OK">
155720c9898SEd Tanous          <Annotation Term="OData.Description" String="Informational or operating normally."/>
156720c9898SEd Tanous        </Member>
157720c9898SEd Tanous        <Member Name="Warning">
158720c9898SEd Tanous          <Annotation Term="OData.Description" String="A condition that requires attention."/>
159720c9898SEd Tanous        </Member>
160720c9898SEd Tanous        <Member Name="Critical">
161720c9898SEd Tanous          <Annotation Term="OData.Description" String="A critical condition that requires immediate attention."/>
162720c9898SEd Tanous        </Member>
163720c9898SEd Tanous      </EnumType>
164720c9898SEd Tanous
165720c9898SEd Tanous      <EnumType Name="LogEntryType">
166720c9898SEd Tanous        <Member Name="Event">
167720c9898SEd Tanous          <Annotation Term="OData.Description" String="A Redfish-defined message."/>
168720c9898SEd Tanous        </Member>
169720c9898SEd Tanous        <Member Name="SEL">
170720c9898SEd Tanous          <Annotation Term="OData.Description" String="A legacy IPMI System Event Log (SEL) entry."/>
171720c9898SEd Tanous        </Member>
172720c9898SEd Tanous        <Member Name="Oem">
173720c9898SEd Tanous          <Annotation Term="OData.Description" String="An entry in an OEM-defined format."/>
174720c9898SEd Tanous        </Member>
175720c9898SEd Tanous        <Member Name="CXL">
176720c9898SEd Tanous          <Annotation Term="OData.Description" String="A CXL log entry."/>
177720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
178720c9898SEd Tanous            <Collection>
179720c9898SEd Tanous              <Record>
180720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
181720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_14_0"/>
182720c9898SEd Tanous              </Record>
183720c9898SEd Tanous            </Collection>
184720c9898SEd Tanous          </Annotation>
185720c9898SEd Tanous        </Member>
186720c9898SEd Tanous      </EnumType>
187720c9898SEd Tanous
188720c9898SEd Tanous      <TypeDefinition Name="LogEntryCode" UnderlyingType="Edm.String">
189720c9898SEd Tanous        <Annotation Term="Redfish.Enumeration">
190720c9898SEd Tanous          <Collection>
191720c9898SEd Tanous            <Record>
192720c9898SEd Tanous              <PropertyValue Property="Member" String="Assert"/>
193720c9898SEd Tanous              <Annotation Term="OData.Description" String="The condition has been asserted."/>
194720c9898SEd Tanous            </Record>
195720c9898SEd Tanous            <Record>
196720c9898SEd Tanous              <PropertyValue Property="Member" String="Deassert"/>
197720c9898SEd Tanous              <Annotation Term="OData.Description" String="The condition has been deasserted."/>
198720c9898SEd Tanous            </Record>
199720c9898SEd Tanous            <Record>
200720c9898SEd Tanous              <PropertyValue Property="Member" String="Lower Non-critical - going low"/>
201720c9898SEd Tanous              <Annotation Term="OData.Description" String="The reading crossed the Lower Non-critical threshold while going low."/>
202720c9898SEd Tanous            </Record>
203720c9898SEd Tanous            <Record>
204720c9898SEd Tanous              <PropertyValue Property="Member" String="Lower Non-critical - going high"/>
205720c9898SEd Tanous              <Annotation Term="OData.Description" String="The reading crossed the Lower Non-critical threshold while going high."/>
206720c9898SEd Tanous            </Record>
207720c9898SEd Tanous            <Record>
208720c9898SEd Tanous              <PropertyValue Property="Member" String="Lower Critical - going low"/>
209720c9898SEd Tanous              <Annotation Term="OData.Description" String="The reading crossed the Lower Critical threshold while going low."/>
210720c9898SEd Tanous            </Record>
211720c9898SEd Tanous            <Record>
212720c9898SEd Tanous              <PropertyValue Property="Member" String="Lower Critical - going high"/>
213720c9898SEd Tanous              <Annotation Term="OData.Description" String="The reading crossed the Lower Critical threshold while going high."/>
214720c9898SEd Tanous            </Record>
215720c9898SEd Tanous            <Record>
216720c9898SEd Tanous              <PropertyValue Property="Member" String="Lower Non-recoverable - going low"/>
217720c9898SEd Tanous              <Annotation Term="OData.Description" String="The reading crossed the Lower Non-recoverable threshold while going low."/>
218720c9898SEd Tanous            </Record>
219720c9898SEd Tanous            <Record>
220720c9898SEd Tanous              <PropertyValue Property="Member" String="Lower Non-recoverable - going high"/>
221720c9898SEd Tanous              <Annotation Term="OData.Description" String="The reading crossed the Lower Non-recoverable threshold while going high."/>
222720c9898SEd Tanous            </Record>
223720c9898SEd Tanous            <Record>
224720c9898SEd Tanous              <PropertyValue Property="Member" String="Upper Non-critical - going low"/>
225720c9898SEd Tanous              <Annotation Term="OData.Description" String="The reading crossed the Upper Non-critical threshold while going low."/>
226720c9898SEd Tanous            </Record>
227720c9898SEd Tanous            <Record>
228720c9898SEd Tanous              <PropertyValue Property="Member" String="Upper Non-critical - going high"/>
229720c9898SEd Tanous              <Annotation Term="OData.Description" String="The reading crossed the Upper Non-critical threshold while going high."/>
230720c9898SEd Tanous            </Record>
231720c9898SEd Tanous            <Record>
232720c9898SEd Tanous              <PropertyValue Property="Member" String="Upper Critical - going low"/>
233720c9898SEd Tanous              <Annotation Term="OData.Description" String="The reading crossed the Upper Critical threshold while going low."/>
234720c9898SEd Tanous            </Record>
235720c9898SEd Tanous            <Record>
236720c9898SEd Tanous              <PropertyValue Property="Member" String="Upper Critical - going high"/>
237720c9898SEd Tanous              <Annotation Term="OData.Description" String="The reading crossed the Upper Critical threshold while going high."/>
238720c9898SEd Tanous            </Record>
239720c9898SEd Tanous            <Record>
240720c9898SEd Tanous              <PropertyValue Property="Member" String="Upper Non-recoverable - going low"/>
241720c9898SEd Tanous              <Annotation Term="OData.Description" String="The reading crossed the Upper Non-recoverable threshold while going low."/>
242720c9898SEd Tanous            </Record>
243720c9898SEd Tanous            <Record>
244720c9898SEd Tanous              <PropertyValue Property="Member" String="Upper Non-recoverable - going high"/>
245720c9898SEd Tanous              <Annotation Term="OData.Description" String="The reading crossed the Upper Non-recoverable threshold while going high."/>
246720c9898SEd Tanous            </Record>
247720c9898SEd Tanous            <Record>
248720c9898SEd Tanous              <PropertyValue Property="Member" String="Transition to Idle"/>
249720c9898SEd Tanous              <Annotation Term="OData.Description" String="The state transitioned to idle."/>
250720c9898SEd Tanous            </Record>
251720c9898SEd Tanous            <Record>
252720c9898SEd Tanous              <PropertyValue Property="Member" String="Transition to Active"/>
253720c9898SEd Tanous              <Annotation Term="OData.Description" String="The state transitioned to active."/>
254720c9898SEd Tanous            </Record>
255720c9898SEd Tanous            <Record>
256720c9898SEd Tanous              <PropertyValue Property="Member" String="Transition to Busy"/>
257720c9898SEd Tanous              <Annotation Term="OData.Description" String="The state transitioned to busy."/>
258720c9898SEd Tanous            </Record>
259720c9898SEd Tanous            <Record>
260720c9898SEd Tanous              <PropertyValue Property="Member" String="State Deasserted"/>
261720c9898SEd Tanous              <Annotation Term="OData.Description" String="The state has been deasserted."/>
262720c9898SEd Tanous            </Record>
263720c9898SEd Tanous            <Record>
264720c9898SEd Tanous              <PropertyValue Property="Member" String="State Asserted"/>
265720c9898SEd Tanous              <Annotation Term="OData.Description" String="The state has been asserted."/>
266720c9898SEd Tanous            </Record>
267720c9898SEd Tanous            <Record>
268720c9898SEd Tanous              <PropertyValue Property="Member" String="Predictive Failure deasserted"/>
269720c9898SEd Tanous              <Annotation Term="OData.Description" String="A Predictive Failure is no longer present."/>
270720c9898SEd Tanous            </Record>
271720c9898SEd Tanous            <Record>
272720c9898SEd Tanous              <PropertyValue Property="Member" String="Predictive Failure asserted"/>
273720c9898SEd Tanous              <Annotation Term="OData.Description" String="A Predictive Failure has been detected."/>
274720c9898SEd Tanous            </Record>
275720c9898SEd Tanous            <Record>
276720c9898SEd Tanous              <PropertyValue Property="Member" String="Limit Not Exceeded"/>
277720c9898SEd Tanous              <Annotation Term="OData.Description" String="A limit has not been exceeded."/>
278720c9898SEd Tanous            </Record>
279720c9898SEd Tanous            <Record>
280720c9898SEd Tanous              <PropertyValue Property="Member" String="Limit Exceeded"/>
281720c9898SEd Tanous              <Annotation Term="OData.Description" String="A limit has been exceeded."/>
282720c9898SEd Tanous            </Record>
283720c9898SEd Tanous            <Record>
284720c9898SEd Tanous              <PropertyValue Property="Member" String="Performance Met"/>
285720c9898SEd Tanous              <Annotation Term="OData.Description" String="Performance meets expectations."/>
286720c9898SEd Tanous            </Record>
287720c9898SEd Tanous            <Record>
288720c9898SEd Tanous              <PropertyValue Property="Member" String="Performance Lags"/>
289720c9898SEd Tanous              <Annotation Term="OData.Description" String="Performance does not meet expectations."/>
290720c9898SEd Tanous            </Record>
291720c9898SEd Tanous            <Record>
292720c9898SEd Tanous              <PropertyValue Property="Member" String="Transition to OK"/>
293720c9898SEd Tanous              <Annotation Term="OData.Description" String="A state has changed to OK."/>
294720c9898SEd Tanous            </Record>
295720c9898SEd Tanous            <Record>
296720c9898SEd Tanous              <PropertyValue Property="Member" String="Transition to Non-Critical from OK"/>
297720c9898SEd Tanous              <Annotation Term="OData.Description" String="A state has changed to Non-Critical from OK."/>
298720c9898SEd Tanous            </Record>
299720c9898SEd Tanous            <Record>
300720c9898SEd Tanous              <PropertyValue Property="Member" String="Transition to Critical from less severe"/>
301720c9898SEd Tanous              <Annotation Term="OData.Description" String="A state has changed to Critical from less severe."/>
302720c9898SEd Tanous            </Record>
303720c9898SEd Tanous            <Record>
304720c9898SEd Tanous              <PropertyValue Property="Member" String="Transition to Non-recoverable from less severe"/>
305720c9898SEd Tanous              <Annotation Term="OData.Description" String="A state has changed to Non-recoverable from less severe."/>
306720c9898SEd Tanous            </Record>
307720c9898SEd Tanous            <Record>
308720c9898SEd Tanous              <PropertyValue Property="Member" String="Transition to Non-Critical from more severe"/>
309720c9898SEd Tanous              <Annotation Term="OData.Description" String="A state has changed to Non-Critical from more severe."/>
310720c9898SEd Tanous            </Record>
311720c9898SEd Tanous            <Record>
312720c9898SEd Tanous              <PropertyValue Property="Member" String="Transition to Critical from Non-recoverable"/>
313720c9898SEd Tanous              <Annotation Term="OData.Description" String="A state has changed to Critical from Non-recoverable."/>
314720c9898SEd Tanous            </Record>
315720c9898SEd Tanous            <Record>
316720c9898SEd Tanous              <PropertyValue Property="Member" String="Transition to Non-recoverable"/>
317720c9898SEd Tanous              <Annotation Term="OData.Description" String="A state has changed to Non-recoverable."/>
318720c9898SEd Tanous            </Record>
319720c9898SEd Tanous            <Record>
320720c9898SEd Tanous              <PropertyValue Property="Member" String="Monitor"/>
321720c9898SEd Tanous              <Annotation Term="OData.Description" String="A monitor event."/>
322720c9898SEd Tanous            </Record>
323720c9898SEd Tanous            <Record>
324720c9898SEd Tanous              <PropertyValue Property="Member" String="Informational"/>
325720c9898SEd Tanous              <Annotation Term="OData.Description" String="An informational event."/>
326720c9898SEd Tanous            </Record>
327720c9898SEd Tanous            <Record>
328720c9898SEd Tanous              <PropertyValue Property="Member" String="Device Removed / Device Absent"/>
329720c9898SEd Tanous              <Annotation Term="OData.Description" String="A device has been removed or is absent."/>
330720c9898SEd Tanous            </Record>
331720c9898SEd Tanous            <Record>
332720c9898SEd Tanous              <PropertyValue Property="Member" String="Device Inserted / Device Present"/>
333720c9898SEd Tanous              <Annotation Term="OData.Description" String="A device has been inserted or is present."/>
334720c9898SEd Tanous            </Record>
335720c9898SEd Tanous            <Record>
336720c9898SEd Tanous              <PropertyValue Property="Member" String="Device Disabled"/>
337720c9898SEd Tanous              <Annotation Term="OData.Description" String="A device has been disabled."/>
338720c9898SEd Tanous            </Record>
339720c9898SEd Tanous            <Record>
340720c9898SEd Tanous              <PropertyValue Property="Member" String="Device Enabled"/>
341720c9898SEd Tanous              <Annotation Term="OData.Description" String="A device has been enabled."/>
342720c9898SEd Tanous            </Record>
343720c9898SEd Tanous            <Record>
344720c9898SEd Tanous              <PropertyValue Property="Member" String="Transition to Running"/>
345720c9898SEd Tanous              <Annotation Term="OData.Description" String="A state has transitioned to Running."/>
346720c9898SEd Tanous            </Record>
347720c9898SEd Tanous            <Record>
348720c9898SEd Tanous              <PropertyValue Property="Member" String="Transition to In Test"/>
349720c9898SEd Tanous              <Annotation Term="OData.Description" String="A state has transitioned to In Test."/>
350720c9898SEd Tanous            </Record>
351720c9898SEd Tanous            <Record>
352720c9898SEd Tanous              <PropertyValue Property="Member" String="Transition to Power Off"/>
353720c9898SEd Tanous              <Annotation Term="OData.Description" String="A state has transitioned to Power Off."/>
354720c9898SEd Tanous            </Record>
355720c9898SEd Tanous            <Record>
356720c9898SEd Tanous              <PropertyValue Property="Member" String="Transition to On Line"/>
357720c9898SEd Tanous              <Annotation Term="OData.Description" String="A state has transitioned to On Line."/>
358720c9898SEd Tanous            </Record>
359720c9898SEd Tanous            <Record>
360720c9898SEd Tanous              <PropertyValue Property="Member" String="Transition to Off Line"/>
361720c9898SEd Tanous              <Annotation Term="OData.Description" String="A state has transitioned to Off Line."/>
362720c9898SEd Tanous            </Record>
363720c9898SEd Tanous            <Record>
364720c9898SEd Tanous              <PropertyValue Property="Member" String="Transition to Off Duty"/>
365720c9898SEd Tanous              <Annotation Term="OData.Description" String="A state has transitioned to Off Duty."/>
366720c9898SEd Tanous            </Record>
367720c9898SEd Tanous            <Record>
368720c9898SEd Tanous              <PropertyValue Property="Member" String="Transition to Degraded"/>
369720c9898SEd Tanous              <Annotation Term="OData.Description" String="A state has transitioned to Degraded."/>
370720c9898SEd Tanous            </Record>
371720c9898SEd Tanous            <Record>
372720c9898SEd Tanous              <PropertyValue Property="Member" String="Transition to Power Save"/>
373720c9898SEd Tanous              <Annotation Term="OData.Description" String="A state has transitioned to Power Save."/>
374720c9898SEd Tanous            </Record>
375720c9898SEd Tanous            <Record>
376720c9898SEd Tanous              <PropertyValue Property="Member" String="Install Error"/>
377720c9898SEd Tanous              <Annotation Term="OData.Description" String="An install error has been detected."/>
378720c9898SEd Tanous            </Record>
379720c9898SEd Tanous            <Record>
380720c9898SEd Tanous              <PropertyValue Property="Member" String="Fully Redundant"/>
381720c9898SEd Tanous              <Annotation Term="OData.Description" String="Indicates that full redundancy has been regained."/>
382720c9898SEd Tanous            </Record>
383720c9898SEd Tanous            <Record>
384720c9898SEd Tanous              <PropertyValue Property="Member" String="Redundancy Lost"/>
385720c9898SEd Tanous              <Annotation Term="OData.Description" String="Entered any non-redundant state, including Non-redundant: Insufficient Resources."/>
386720c9898SEd Tanous            </Record>
387720c9898SEd Tanous            <Record>
388720c9898SEd Tanous              <PropertyValue Property="Member" String="Redundancy Degraded"/>
389720c9898SEd Tanous              <Annotation Term="OData.Description" String="Redundancy still exists, but at less than full level."/>
390720c9898SEd Tanous            </Record>
391720c9898SEd Tanous            <Record>
392720c9898SEd Tanous              <PropertyValue Property="Member" String="Non-redundant:Sufficient Resources from Redundant"/>
393720c9898SEd Tanous              <Annotation Term="OData.Description" String="Redundancy has been lost but unit is functioning with minimum resources needed for normal operation."/>
394720c9898SEd Tanous            </Record>
395720c9898SEd Tanous            <Record>
396720c9898SEd Tanous              <PropertyValue Property="Member" String="Non-redundant:Sufficient Resources from Insufficient Resources"/>
397720c9898SEd Tanous              <Annotation Term="OData.Description" String="Unit has regained minimum resources needed for normal operation."/>
398720c9898SEd Tanous            </Record>
399720c9898SEd Tanous            <Record>
400720c9898SEd Tanous              <PropertyValue Property="Member" String="Non-redundant:Insufficient Resources"/>
401720c9898SEd Tanous              <Annotation Term="OData.Description" String="Unit is non-redundant and has insufficient resources to maintain normal operation."/>
402720c9898SEd Tanous            </Record>
403720c9898SEd Tanous            <Record>
404720c9898SEd Tanous              <PropertyValue Property="Member" String="Redundancy Degraded from Fully Redundant"/>
405720c9898SEd Tanous              <Annotation Term="OData.Description" String="Unit has lost some redundant resource(s) but is still in a redundant state."/>
406720c9898SEd Tanous            </Record>
407720c9898SEd Tanous            <Record>
408720c9898SEd Tanous              <PropertyValue Property="Member" String="Redundancy Degraded from Non-redundant"/>
409720c9898SEd Tanous              <Annotation Term="OData.Description" String="Unit has regained some resource(s) and is redundant but not fully redundant."/>
410720c9898SEd Tanous            </Record>
411720c9898SEd Tanous            <Record>
412720c9898SEd Tanous              <PropertyValue Property="Member" String="D0 Power State"/>
413720c9898SEd Tanous              <Annotation Term="OData.Description" String="The ACPI-defined D0 power state."/>
414720c9898SEd Tanous            </Record>
415720c9898SEd Tanous            <Record>
416720c9898SEd Tanous              <PropertyValue Property="Member" String="D1 Power State"/>
417720c9898SEd Tanous              <Annotation Term="OData.Description" String="The ACPI-defined D1 power state."/>
418720c9898SEd Tanous            </Record>
419720c9898SEd Tanous            <Record>
420720c9898SEd Tanous              <PropertyValue Property="Member" String="D2 Power State"/>
421720c9898SEd Tanous              <Annotation Term="OData.Description" String="The ACPI-defined D2 power state."/>
422720c9898SEd Tanous            </Record>
423720c9898SEd Tanous            <Record>
424720c9898SEd Tanous              <PropertyValue Property="Member" String="D3 Power State"/>
425720c9898SEd Tanous              <Annotation Term="OData.Description" String="The ACPI-defined D3 power state."/>
426720c9898SEd Tanous            </Record>
427720c9898SEd Tanous            <Record>
428720c9898SEd Tanous              <PropertyValue Property="Member" String="OEM"/>
429720c9898SEd Tanous              <Annotation Term="OData.Description" String="An OEM-defined event."/>
430720c9898SEd Tanous              <Annotation Term="Redfish.Revisions">
431720c9898SEd Tanous                <Collection>
432720c9898SEd Tanous                  <Record>
433720c9898SEd Tanous                    <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
434720c9898SEd Tanous                    <PropertyValue Property="Version" String="v1_3_0"/>
435720c9898SEd Tanous                  </Record>
436720c9898SEd Tanous                </Collection>
437720c9898SEd Tanous              </Annotation>
438720c9898SEd Tanous            </Record>
439720c9898SEd Tanous          </Collection>
440720c9898SEd Tanous        </Annotation>
441720c9898SEd Tanous      </TypeDefinition>
442720c9898SEd Tanous
443720c9898SEd Tanous      <TypeDefinition Name="SensorType" UnderlyingType="Edm.String">
444720c9898SEd Tanous        <Annotation Term="Redfish.Enumeration">
445720c9898SEd Tanous          <Collection>
446720c9898SEd Tanous            <Record>
447720c9898SEd Tanous              <PropertyValue Property="Member" String="Platform Security Violation Attempt"/>
448720c9898SEd Tanous              <Annotation Term="OData.Description" String="A platform security sensor."/>
449720c9898SEd Tanous            </Record>
450720c9898SEd Tanous            <Record>
451720c9898SEd Tanous              <PropertyValue Property="Member" String="Temperature"/>
452720c9898SEd Tanous              <Annotation Term="OData.Description" String="A temperature sensor."/>
453720c9898SEd Tanous            </Record>
454720c9898SEd Tanous            <Record>
455720c9898SEd Tanous              <PropertyValue Property="Member" String="Voltage"/>
456720c9898SEd Tanous              <Annotation Term="OData.Description" String="A voltage sensor."/>
457720c9898SEd Tanous            </Record>
458720c9898SEd Tanous            <Record>
459720c9898SEd Tanous              <PropertyValue Property="Member" String="Current"/>
460720c9898SEd Tanous              <Annotation Term="OData.Description" String="A current sensor."/>
461720c9898SEd Tanous            </Record>
462720c9898SEd Tanous            <Record>
463720c9898SEd Tanous              <PropertyValue Property="Member" String="Fan"/>
464720c9898SEd Tanous              <Annotation Term="OData.Description" String="A fan sensor."/>
465720c9898SEd Tanous            </Record>
466720c9898SEd Tanous            <Record>
467720c9898SEd Tanous              <PropertyValue Property="Member" String="Physical Chassis Security"/>
468720c9898SEd Tanous              <Annotation Term="OData.Description" String="A physical security sensor."/>
469720c9898SEd Tanous            </Record>
470720c9898SEd Tanous            <Record>
471720c9898SEd Tanous              <PropertyValue Property="Member" String="Processor"/>
472720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a processor."/>
473720c9898SEd Tanous            </Record>
474720c9898SEd Tanous            <Record>
475720c9898SEd Tanous              <PropertyValue Property="Member" String="Power Supply / Converter"/>
476720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a power supply or DC-to-DC converter."/>
477720c9898SEd Tanous            </Record>
478720c9898SEd Tanous            <Record>
479720c9898SEd Tanous              <PropertyValue Property="Member" String="PowerUnit"/>
480720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a power unit."/>
481720c9898SEd Tanous            </Record>
482720c9898SEd Tanous            <Record>
483720c9898SEd Tanous              <PropertyValue Property="Member" String="CoolingDevice"/>
484720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a cooling device."/>
485720c9898SEd Tanous            </Record>
486720c9898SEd Tanous            <Record>
487720c9898SEd Tanous              <PropertyValue Property="Member" String="Other Units-based Sensor"/>
488720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a miscellaneous analog sensor."/>
489720c9898SEd Tanous            </Record>
490720c9898SEd Tanous            <Record>
491720c9898SEd Tanous              <PropertyValue Property="Member" String="Memory"/>
492720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a memory device."/>
493720c9898SEd Tanous            </Record>
494720c9898SEd Tanous            <Record>
495720c9898SEd Tanous              <PropertyValue Property="Member" String="Drive Slot/Bay"/>
496720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a drive slot or bay."/>
497720c9898SEd Tanous            </Record>
498720c9898SEd Tanous            <Record>
499720c9898SEd Tanous              <PropertyValue Property="Member" String="POST Memory Resize"/>
500720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a POST memory resize event."/>
501720c9898SEd Tanous            </Record>
502720c9898SEd Tanous            <Record>
503720c9898SEd Tanous              <PropertyValue Property="Member" String="System Firmware Progress"/>
504720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a system firmware progress event."/>
505720c9898SEd Tanous            </Record>
506720c9898SEd Tanous            <Record>
507720c9898SEd Tanous              <PropertyValue Property="Member" String="Event Logging Disabled"/>
508720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for the event log."/>
509720c9898SEd Tanous            </Record>
510720c9898SEd Tanous            <Record>
511720c9898SEd Tanous              <PropertyValue Property="Member" String="System Event"/>
512720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a system event."/>
513720c9898SEd Tanous            </Record>
514720c9898SEd Tanous            <Record>
515720c9898SEd Tanous              <PropertyValue Property="Member" String="Critical Interrupt"/>
516720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a critical interrupt event."/>
517720c9898SEd Tanous            </Record>
518720c9898SEd Tanous            <Record>
519720c9898SEd Tanous              <PropertyValue Property="Member" String="Button/Switch"/>
520720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a button or switch."/>
521720c9898SEd Tanous            </Record>
522720c9898SEd Tanous            <Record>
523720c9898SEd Tanous              <PropertyValue Property="Member" String="Module/Board"/>
524720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a module or board."/>
525720c9898SEd Tanous            </Record>
526720c9898SEd Tanous            <Record>
527720c9898SEd Tanous              <PropertyValue Property="Member" String="Microcontroller/Coprocessor"/>
528720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a microcontroller or coprocessor."/>
529720c9898SEd Tanous            </Record>
530720c9898SEd Tanous            <Record>
531720c9898SEd Tanous              <PropertyValue Property="Member" String="Add-in Card"/>
532720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for an add-in card."/>
533720c9898SEd Tanous            </Record>
534720c9898SEd Tanous            <Record>
535720c9898SEd Tanous              <PropertyValue Property="Member" String="Chassis"/>
536720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a chassis."/>
537720c9898SEd Tanous            </Record>
538720c9898SEd Tanous            <Record>
539720c9898SEd Tanous              <PropertyValue Property="Member" String="ChipSet"/>
540720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a chipset."/>
541720c9898SEd Tanous            </Record>
542720c9898SEd Tanous            <Record>
543720c9898SEd Tanous              <PropertyValue Property="Member" String="Other FRU"/>
544720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for another type of FRU."/>
545720c9898SEd Tanous            </Record>
546720c9898SEd Tanous            <Record>
547720c9898SEd Tanous              <PropertyValue Property="Member" String="Cable/Interconnect"/>
548720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a cable or interconnect device type."/>
549720c9898SEd Tanous            </Record>
550720c9898SEd Tanous            <Record>
551720c9898SEd Tanous              <PropertyValue Property="Member" String="Terminator"/>
552720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a terminator."/>
553720c9898SEd Tanous            </Record>
554720c9898SEd Tanous            <Record>
555720c9898SEd Tanous              <PropertyValue Property="Member" String="SystemBoot/Restart"/>
556720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a system boot or restart event."/>
557720c9898SEd Tanous            </Record>
558720c9898SEd Tanous            <Record>
559720c9898SEd Tanous              <PropertyValue Property="Member" String="Boot Error"/>
560720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a boot error event."/>
561720c9898SEd Tanous            </Record>
562720c9898SEd Tanous            <Record>
563720c9898SEd Tanous              <PropertyValue Property="Member" String="BaseOSBoot/InstallationStatus"/>
564720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a base OS boot or installation status event."/>
565720c9898SEd Tanous            </Record>
566720c9898SEd Tanous            <Record>
567720c9898SEd Tanous              <PropertyValue Property="Member" String="OS Stop/Shutdown"/>
568720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for an OS stop or shutdown event."/>
569720c9898SEd Tanous            </Record>
570720c9898SEd Tanous            <Record>
571720c9898SEd Tanous              <PropertyValue Property="Member" String="Slot/Connector"/>
572720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a slot or connector."/>
573720c9898SEd Tanous            </Record>
574720c9898SEd Tanous            <Record>
575720c9898SEd Tanous              <PropertyValue Property="Member" String="System ACPI PowerState"/>
576720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for an ACPI power state event."/>
577720c9898SEd Tanous            </Record>
578720c9898SEd Tanous            <Record>
579720c9898SEd Tanous              <PropertyValue Property="Member" String="Watchdog"/>
580720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a watchdog event."/>
581720c9898SEd Tanous            </Record>
582720c9898SEd Tanous            <Record>
583720c9898SEd Tanous              <PropertyValue Property="Member" String="Platform Alert"/>
584720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a platform alert event."/>
585720c9898SEd Tanous            </Record>
586720c9898SEd Tanous            <Record>
587720c9898SEd Tanous              <PropertyValue Property="Member" String="Entity Presence"/>
588720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for an entity presence event."/>
589720c9898SEd Tanous            </Record>
590720c9898SEd Tanous            <Record>
591720c9898SEd Tanous              <PropertyValue Property="Member" String="Monitor ASIC/IC"/>
592720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a monitor ASIC or IC."/>
593720c9898SEd Tanous            </Record>
594720c9898SEd Tanous            <Record>
595720c9898SEd Tanous              <PropertyValue Property="Member" String="LAN"/>
596720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a LAN device."/>
597720c9898SEd Tanous            </Record>
598720c9898SEd Tanous            <Record>
599720c9898SEd Tanous              <PropertyValue Property="Member" String="Management Subsystem Health"/>
600720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a management subsystem health event."/>
601720c9898SEd Tanous            </Record>
602720c9898SEd Tanous            <Record>
603720c9898SEd Tanous              <PropertyValue Property="Member" String="Battery"/>
604720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a battery."/>
605720c9898SEd Tanous            </Record>
606720c9898SEd Tanous            <Record>
607720c9898SEd Tanous              <PropertyValue Property="Member" String="Session Audit"/>
608720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a session audit event."/>
609720c9898SEd Tanous            </Record>
610720c9898SEd Tanous            <Record>
611720c9898SEd Tanous              <PropertyValue Property="Member" String="Version Change"/>
612720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a version change event."/>
613720c9898SEd Tanous            </Record>
614720c9898SEd Tanous            <Record>
615720c9898SEd Tanous              <PropertyValue Property="Member" String="FRUState"/>
616720c9898SEd Tanous              <Annotation Term="OData.Description" String="A sensor for a FRU state event."/>
617720c9898SEd Tanous            </Record>
618720c9898SEd Tanous            <Record>
619720c9898SEd Tanous              <PropertyValue Property="Member" String="OEM"/>
620720c9898SEd Tanous              <Annotation Term="OData.Description" String="An OEM-defined sensor."/>
621720c9898SEd Tanous              <Annotation Term="Redfish.Revisions">
622720c9898SEd Tanous                <Collection>
623720c9898SEd Tanous                  <Record>
624720c9898SEd Tanous                    <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
625720c9898SEd Tanous                    <PropertyValue Property="Version" String="v1_3_0"/>
626720c9898SEd Tanous                  </Record>
627720c9898SEd Tanous                </Collection>
628720c9898SEd Tanous              </Annotation>
629720c9898SEd Tanous            </Record>
630720c9898SEd Tanous          </Collection>
631720c9898SEd Tanous        </Annotation>
632720c9898SEd Tanous      </TypeDefinition>
633720c9898SEd Tanous    </Schema>
634720c9898SEd Tanous
635720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_2">
636720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
637720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
638720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_0.LogEntry"/>
639720c9898SEd Tanous    </Schema>
640720c9898SEd Tanous
641720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_3">
642720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
643720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
644720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_2.LogEntry"/>
645720c9898SEd Tanous    </Schema>
646720c9898SEd Tanous
647720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_4">
648720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
649720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
650720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_3.LogEntry"/>
651720c9898SEd Tanous    </Schema>
652720c9898SEd Tanous
653720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_5">
654720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
655720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add descriptions to various enumerated values."/>
656720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_4.LogEntry"/>
657720c9898SEd Tanous    </Schema>
658720c9898SEd Tanous
659720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_6">
660720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
661*f2a8e57eSGunnar Mills      <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."/>
662720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_5.LogEntry"/>
663720c9898SEd Tanous    </Schema>
664720c9898SEd Tanous
665720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_7">
666720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
667*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
668720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_6.LogEntry"/>
669720c9898SEd Tanous    </Schema>
670720c9898SEd Tanous
671720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_8">
672720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
673720c9898SEd 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."/>
674720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_7.LogEntry"/>
675720c9898SEd Tanous    </Schema>
676720c9898SEd Tanous
677720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_9">
678720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
679720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
680720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_8.LogEntry"/>
681720c9898SEd Tanous    </Schema>
682720c9898SEd Tanous
683720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_10">
684720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
685*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add the Event Type/Direction byte of the IPMI SEL to `MessageId`."/>
686720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_9.LogEntry"/>
687720c9898SEd Tanous    </Schema>
688720c9898SEd Tanous
689720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_11">
690720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
691*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of `EntryCode`, `SensorType`, and `Message`."/>
692720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_10.LogEntry"/>
693720c9898SEd Tanous    </Schema>
694720c9898SEd Tanous
695720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_12">
696720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
697720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
698720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_11.LogEntry"/>
699720c9898SEd Tanous    </Schema>
700720c9898SEd Tanous
701720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_13">
702720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
703*f2a8e57eSGunnar Mills      <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."/>
704720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_12.LogEntry"/>
705720c9898SEd Tanous    </Schema>
706720c9898SEd Tanous
707720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_14">
708720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
709720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
710720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_13.LogEntry"/>
711720c9898SEd Tanous    </Schema>
712720c9898SEd Tanous
713720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_15">
714720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
715*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify the usage of `OriginOfCondition` for creation and deletion events."/>
716720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_14.LogEntry"/>
717720c9898SEd Tanous    </Schema>
718720c9898SEd Tanous
719720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_16">
720720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
721720c9898SEd 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."/>
722720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_15.LogEntry"/>
723720c9898SEd Tanous    </Schema>
724720c9898SEd Tanous
725720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_17">
726720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
727720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
728720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_16.LogEntry"/>
729720c9898SEd Tanous    </Schema>
730720c9898SEd Tanous
731*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_18">
732*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
733*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
734*f2a8e57eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_17.LogEntry"/>
735*f2a8e57eSGunnar Mills    </Schema>
736*f2a8e57eSGunnar Mills
737720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_16">
738720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
739*f2a8e57eSGunnar Mills      <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`."/>
740720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_15.LogEntry"/>
741720c9898SEd Tanous    </Schema>
742720c9898SEd Tanous
743720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_17">
744720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
745*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify that `Severity` can be overridden by the service."/>
746720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_16.LogEntry"/>
747720c9898SEd Tanous    </Schema>
748720c9898SEd Tanous
749720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_18">
750720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
751720c9898SEd 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."/>
752720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_17.LogEntry"/>
753720c9898SEd Tanous    </Schema>
754720c9898SEd Tanous
755720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_19">
756720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
757720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
758720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_18.LogEntry"/>
759720c9898SEd Tanous    </Schema>
760720c9898SEd Tanous
761*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_20">
762*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
763*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
764*f2a8e57eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_19.LogEntry"/>
765*f2a8e57eSGunnar Mills    </Schema>
766*f2a8e57eSGunnar Mills
767720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_0">
768720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
769720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2016.2"/>
770720c9898SEd Tanous
771720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_2.LogEntry">
772720c9898SEd Tanous        <Property Name="EventType" Type="Event.EventType" Nullable="false">
773720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
774720c9898SEd Tanous          <Annotation Term="OData.Description" String="The type of event recorded in this log."/>
775*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="If present, this `LogEntry` records an event and the value shall indicate the type of event."/>
776720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
777720c9898SEd Tanous            <Collection>
778720c9898SEd Tanous              <Record>
779720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
780720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_4_0"/>
781*f2a8e57eSGunnar Mills                <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."/>
782720c9898SEd Tanous              </Record>
783720c9898SEd Tanous            </Collection>
784720c9898SEd Tanous          </Annotation>
785720c9898SEd Tanous        </Property>
786720c9898SEd Tanous        <Property Name="EventId" Type="Edm.String" Nullable="false">
787720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
788720c9898SEd Tanous          <Annotation Term="OData.Description" String="The unique instance identifier for an event."/>
789*f2a8e57eSGunnar Mills          <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."/>
790720c9898SEd Tanous        </Property>
791720c9898SEd Tanous        <Property Name="EventTimestamp" Type="Edm.DateTimeOffset" Nullable="false">
792720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
793720c9898SEd Tanous          <Annotation Term="OData.Description" String="The date and time when the event occurred."/>
794*f2a8e57eSGunnar Mills          <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."/>
795720c9898SEd Tanous        </Property>
796720c9898SEd Tanous      </EntityType>
797720c9898SEd Tanous    </Schema>
798720c9898SEd Tanous
799720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_1">
800720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
801720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
802720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_0.LogEntry"/>
803720c9898SEd Tanous    </Schema>
804720c9898SEd Tanous
805720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_2">
806720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
807720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show annotations in previous namespaces were updated."/>
808720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_1.LogEntry"/>
809720c9898SEd Tanous    </Schema>
810720c9898SEd Tanous
811720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_3">
812720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
813*f2a8e57eSGunnar Mills      <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."/>
814720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_2.LogEntry"/>
815720c9898SEd Tanous    </Schema>
816720c9898SEd Tanous
817720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_4">
818720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
819*f2a8e57eSGunnar Mills      <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."/>
820720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_3.LogEntry"/>
821720c9898SEd Tanous    </Schema>
822720c9898SEd Tanous
823720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_5">
824720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
825*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
826720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_4.LogEntry"/>
827720c9898SEd Tanous    </Schema>
828720c9898SEd Tanous
829720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_6">
830720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
831720c9898SEd 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."/>
832720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_5.LogEntry"/>
833720c9898SEd Tanous    </Schema>
834720c9898SEd Tanous
835720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_7">
836720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
837720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
838720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_6.LogEntry"/>
839720c9898SEd Tanous    </Schema>
840720c9898SEd Tanous
841720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_8">
842720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
843*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add the Event Type/Direction byte of the IPMI SEL to `MessageId`."/>
844720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_7.LogEntry"/>
845720c9898SEd Tanous    </Schema>
846720c9898SEd Tanous
847720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_9">
848720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
849*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of `EntryCode`, `SensorType`, and `Message`."/>
850720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_8.LogEntry"/>
851720c9898SEd Tanous    </Schema>
852720c9898SEd Tanous
853720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_10">
854720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
855720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
856720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_9.LogEntry"/>
857720c9898SEd Tanous    </Schema>
858720c9898SEd Tanous
859720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_11">
860720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
861*f2a8e57eSGunnar Mills      <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."/>
862720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_10.LogEntry"/>
863720c9898SEd Tanous    </Schema>
864720c9898SEd Tanous
865720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_12">
866720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
867720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
868720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_11.LogEntry"/>
869720c9898SEd Tanous    </Schema>
870720c9898SEd Tanous
871720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_13">
872720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
873*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify the usage of `OriginOfCondition` for creation and deletion events."/>
874720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_12.LogEntry"/>
875720c9898SEd Tanous    </Schema>
876720c9898SEd Tanous
877720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_14">
878720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
879*f2a8e57eSGunnar Mills      <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`."/>
880720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_13.LogEntry"/>
881720c9898SEd Tanous    </Schema>
882720c9898SEd Tanous
883720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_15">
884720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
885*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify that `Severity` can be overridden by the service."/>
886720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_14.LogEntry"/>
887720c9898SEd Tanous    </Schema>
888720c9898SEd Tanous
889720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_0">
890720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
891720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2017.1"/>
892720c9898SEd Tanous
893720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_2.LogEntry">
894720c9898SEd Tanous        <Property Name="Actions" Type="LogEntry.v1_2_0.Actions" Nullable="false">
895720c9898SEd Tanous          <Annotation Term="OData.Description" String="The available actions for this resource."/>
896720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
897720c9898SEd Tanous        </Property>
898720c9898SEd Tanous      </EntityType>
899720c9898SEd Tanous
900720c9898SEd Tanous      <ComplexType Name="Actions">
901720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
902720c9898SEd Tanous        <Annotation Term="OData.Description" String="The available actions for this resource."/>
903720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
904720c9898SEd Tanous        <Property Name="Oem" Type="LogEntry.v1_2_0.OemActions" Nullable="false">
905720c9898SEd Tanous          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
906720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
907720c9898SEd Tanous        </Property>
908720c9898SEd Tanous      </ComplexType>
909720c9898SEd Tanous
910720c9898SEd Tanous      <ComplexType Name="OemActions">
911720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
912720c9898SEd Tanous        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
913720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
914720c9898SEd Tanous      </ComplexType>
915720c9898SEd Tanous    </Schema>
916720c9898SEd Tanous
917720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_1">
918720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
919*f2a8e57eSGunnar Mills      <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."/>
920720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_0.LogEntry"/>
921720c9898SEd Tanous    </Schema>
922720c9898SEd Tanous
923720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_2">
924720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
925*f2a8e57eSGunnar Mills      <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."/>
926720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_1.LogEntry"/>
927720c9898SEd Tanous    </Schema>
928720c9898SEd Tanous
929720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_3">
930720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
931*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
932720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_2.LogEntry"/>
933720c9898SEd Tanous    </Schema>
934720c9898SEd Tanous
935720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_4">
936720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
937720c9898SEd 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."/>
938720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_3.LogEntry"/>
939720c9898SEd Tanous    </Schema>
940720c9898SEd Tanous
941720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_5">
942720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
943720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
944720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_4.LogEntry"/>
945720c9898SEd Tanous    </Schema>
946720c9898SEd Tanous
947720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_6">
948720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
949*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add the Event Type/Direction byte of the IPMI SEL to `MessageId`."/>
950720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_5.LogEntry"/>
951720c9898SEd Tanous    </Schema>
952720c9898SEd Tanous
953720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_7">
954720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
955*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of `EntryCode`, `SensorType`, and `Message`."/>
956720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_6.LogEntry"/>
957720c9898SEd Tanous    </Schema>
958720c9898SEd Tanous
959720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_8">
960720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
961720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
962720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_7.LogEntry"/>
963720c9898SEd Tanous    </Schema>
964720c9898SEd Tanous
965720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_9">
966720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
967*f2a8e57eSGunnar Mills      <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."/>
968720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_8.LogEntry"/>
969720c9898SEd Tanous    </Schema>
970720c9898SEd Tanous
971720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_10">
972720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
973720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
974720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_9.LogEntry"/>
975720c9898SEd Tanous    </Schema>
976720c9898SEd Tanous
977720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_11">
978720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
979*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify the usage of `OriginOfCondition` for creation and deletion events."/>
980720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_10.LogEntry"/>
981720c9898SEd Tanous    </Schema>
982720c9898SEd Tanous
983720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_12">
984720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
985*f2a8e57eSGunnar Mills      <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`."/>
986720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_11.LogEntry"/>
987720c9898SEd Tanous    </Schema>
988720c9898SEd Tanous
989720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_13">
990720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
991*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify that `Severity` can be overridden by the service."/>
992720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_12.LogEntry"/>
993720c9898SEd Tanous    </Schema>
994720c9898SEd Tanous
995720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_14">
996720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
997720c9898SEd 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."/>
998720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_13.LogEntry"/>
999720c9898SEd Tanous    </Schema>
1000720c9898SEd Tanous
1001720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_15">
1002720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1003720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1004720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_14.LogEntry"/>
1005720c9898SEd Tanous    </Schema>
1006720c9898SEd Tanous
1007*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_16">
1008*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1009*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1010*f2a8e57eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_15.LogEntry"/>
1011*f2a8e57eSGunnar Mills    </Schema>
1012*f2a8e57eSGunnar Mills
1013720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_0">
1014720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1015720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2017.3"/>
1016720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to add OEM enumerations for legacy IPMI log implementations."/>
1017720c9898SEd Tanous
1018720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_1.LogEntry">
1019720c9898SEd Tanous        <Property Name="OemLogEntryCode" Type="Edm.String">
1020720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1021*f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="The OEM-specific entry code, if the `LogEntryCode` type is `OEM`."/>
1022*f2a8e57eSGunnar Mills          <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`."/>
1023720c9898SEd Tanous        </Property>
1024720c9898SEd Tanous        <Property Name="OemSensorType" Type="Edm.String">
1025720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1026720c9898SEd Tanous          <Annotation Term="OData.Description" String="The OEM-specific sensor type if the sensor type is `OEM`."/>
1027*f2a8e57eSGunnar Mills          <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`."/>
1028720c9898SEd Tanous        </Property>
1029720c9898SEd Tanous      </EntityType>
1030720c9898SEd Tanous    </Schema>
1031720c9898SEd Tanous
1032720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_1">
1033720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1034*f2a8e57eSGunnar Mills      <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."/>
1035720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_0.LogEntry"/>
1036720c9898SEd Tanous    </Schema>
1037720c9898SEd Tanous
1038720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_2">
1039720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1040*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
1041720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_1.LogEntry"/>
1042720c9898SEd Tanous    </Schema>
1043720c9898SEd Tanous
1044720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_3">
1045720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1046720c9898SEd 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."/>
1047720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_2.LogEntry"/>
1048720c9898SEd Tanous    </Schema>
1049720c9898SEd Tanous
1050720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_4">
1051720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1052720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1053720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_3.LogEntry"/>
1054720c9898SEd Tanous    </Schema>
1055720c9898SEd Tanous
1056720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_5">
1057720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1058*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add the Event Type/Direction byte of the IPMI SEL to `MessageId`."/>
1059720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_4.LogEntry"/>
1060720c9898SEd Tanous    </Schema>
1061720c9898SEd Tanous
1062720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_6">
1063720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1064*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of `EntryCode`, `SensorType`, and `Message`."/>
1065720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_5.LogEntry"/>
1066720c9898SEd Tanous    </Schema>
1067720c9898SEd Tanous
1068720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_7">
1069720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1070720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1071720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_6.LogEntry"/>
1072720c9898SEd Tanous    </Schema>
1073720c9898SEd Tanous
1074720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_8">
1075720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1076*f2a8e57eSGunnar Mills      <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."/>
1077720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_7.LogEntry"/>
1078720c9898SEd Tanous    </Schema>
1079720c9898SEd Tanous
1080720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_9">
1081720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1082720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
1083720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_8.LogEntry"/>
1084720c9898SEd Tanous    </Schema>
1085720c9898SEd Tanous
1086720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_10">
1087720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1088*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify the usage of `OriginOfCondition` for creation and deletion events."/>
1089720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_9.LogEntry"/>
1090720c9898SEd Tanous    </Schema>
1091720c9898SEd Tanous
1092720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_11">
1093720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1094*f2a8e57eSGunnar Mills      <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`."/>
1095720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_10.LogEntry"/>
1096720c9898SEd Tanous    </Schema>
1097720c9898SEd Tanous
1098720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_12">
1099720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1100*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify that `Severity` can be overridden by the service."/>
1101720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_11.LogEntry"/>
1102720c9898SEd Tanous    </Schema>
1103720c9898SEd Tanous
1104720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_13">
1105720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1106720c9898SEd 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."/>
1107720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_12.LogEntry"/>
1108720c9898SEd Tanous    </Schema>
1109720c9898SEd Tanous
1110720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_14">
1111720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1112720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1113720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_13.LogEntry"/>
1114720c9898SEd Tanous    </Schema>
1115720c9898SEd Tanous
1116*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_15">
1117*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1118*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1119*f2a8e57eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_14.LogEntry"/>
1120*f2a8e57eSGunnar Mills    </Schema>
1121*f2a8e57eSGunnar Mills
1122720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_0">
1123720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1124720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2018.2"/>
1125*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to deprecate `EventType` and to add `EventGroupId` in the case the log is used for Redfish events."/>
1126720c9898SEd Tanous
1127720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_1.LogEntry">
1128720c9898SEd Tanous        <Property Name="EventGroupId" Type="Edm.Int64">
1129720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1130720c9898SEd Tanous          <Annotation Term="OData.Description" String="An identifier that correlates events with the same cause."/>
1131720c9898SEd 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."/>
1132720c9898SEd Tanous        </Property>
1133720c9898SEd Tanous      </EntityType>
1134720c9898SEd Tanous    </Schema>
1135720c9898SEd Tanous
1136720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_1">
1137720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1138*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
1139720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_0.LogEntry"/>
1140720c9898SEd Tanous    </Schema>
1141720c9898SEd Tanous
1142720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_2">
1143720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1144720c9898SEd 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."/>
1145720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_1.LogEntry"/>
1146720c9898SEd Tanous    </Schema>
1147720c9898SEd Tanous
1148720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_3">
1149720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1150720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1151720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_2.LogEntry"/>
1152720c9898SEd Tanous    </Schema>
1153720c9898SEd Tanous
1154720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_4">
1155720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1156*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add the Event Type/Direction byte of the IPMI SEL to `MessageId`."/>
1157720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_3.LogEntry"/>
1158720c9898SEd Tanous    </Schema>
1159720c9898SEd Tanous
1160720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_5">
1161720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1162*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of `EntryCode`, `SensorType`, and `Message`."/>
1163720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_4.LogEntry"/>
1164720c9898SEd Tanous    </Schema>
1165720c9898SEd Tanous
1166720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_6">
1167720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1168720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1169720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_5.LogEntry"/>
1170720c9898SEd Tanous    </Schema>
1171720c9898SEd Tanous
1172720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_7">
1173720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1174*f2a8e57eSGunnar Mills      <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."/>
1175720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_6.LogEntry"/>
1176720c9898SEd Tanous    </Schema>
1177720c9898SEd Tanous
1178720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_8">
1179720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1180720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
1181720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_7.LogEntry"/>
1182720c9898SEd Tanous    </Schema>
1183720c9898SEd Tanous
1184720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_9">
1185720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1186*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify the usage of `OriginOfCondition` for creation and deletion events."/>
1187720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_8.LogEntry"/>
1188720c9898SEd Tanous    </Schema>
1189720c9898SEd Tanous
1190720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_10">
1191720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1192*f2a8e57eSGunnar Mills      <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`."/>
1193720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_9.LogEntry"/>
1194720c9898SEd Tanous    </Schema>
1195720c9898SEd Tanous
1196720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_11">
1197720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1198*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify that `Severity` can be overridden by the service."/>
1199720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_10.LogEntry"/>
1200720c9898SEd Tanous    </Schema>
1201720c9898SEd Tanous
1202720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_12">
1203720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1204720c9898SEd 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."/>
1205720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_11.LogEntry"/>
1206720c9898SEd Tanous    </Schema>
1207720c9898SEd Tanous
1208720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_13">
1209720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1210720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1211720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_12.LogEntry"/>
1212720c9898SEd Tanous    </Schema>
1213720c9898SEd Tanous
1214*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_14">
1215*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1216*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1217*f2a8e57eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_13.LogEntry"/>
1218*f2a8e57eSGunnar Mills    </Schema>
1219*f2a8e57eSGunnar Mills
1220720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_0">
1221720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1222720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2019.3"/>
1223720c9898SEd Tanous
1224720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_4.LogEntry">
1225720c9898SEd Tanous        <Property Name="GeneratorId" Type="Edm.String">
1226720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1227720c9898SEd Tanous          <Annotation Term="OData.Description" String="An identifier of the device that has generated the IPMI SEL Event Record."/>
1228*f2a8e57eSGunnar Mills          <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."/>
1229720c9898SEd Tanous          <Annotation Term="Validation.Pattern" String="^0[xX](([a-fA-F]|[0-9]){2}){2}$"/>
1230720c9898SEd Tanous        </Property>
1231720c9898SEd Tanous      </EntityType>
1232720c9898SEd Tanous    </Schema>
1233720c9898SEd Tanous
1234720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_1">
1235720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1236*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify references to the IPMI Specification in the descriptions of `EntryCode`, `SensorType`, and `Message`."/>
1237720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_0.LogEntry"/>
1238720c9898SEd Tanous    </Schema>
1239720c9898SEd Tanous
1240720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_2">
1241720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1242720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1243720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_1.LogEntry"/>
1244720c9898SEd Tanous    </Schema>
1245720c9898SEd Tanous
1246720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_3">
1247720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1248*f2a8e57eSGunnar Mills      <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."/>
1249720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_2.LogEntry"/>
1250720c9898SEd Tanous    </Schema>
1251720c9898SEd Tanous
1252720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_4">
1253720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1254720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
1255720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_3.LogEntry"/>
1256720c9898SEd Tanous    </Schema>
1257720c9898SEd Tanous
1258720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_5">
1259720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1260*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify the usage of `OriginOfCondition` for creation and deletion events."/>
1261720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_4.LogEntry"/>
1262720c9898SEd Tanous    </Schema>
1263720c9898SEd Tanous
1264720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_6">
1265720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1266*f2a8e57eSGunnar Mills      <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`."/>
1267720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_5.LogEntry"/>
1268720c9898SEd Tanous    </Schema>
1269720c9898SEd Tanous
1270720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_7">
1271720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1272*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify that `Severity` can be overridden by the service."/>
1273720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_6.LogEntry"/>
1274720c9898SEd Tanous    </Schema>
1275720c9898SEd Tanous
1276720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_8">
1277720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1278720c9898SEd 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."/>
1279720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_7.LogEntry"/>
1280720c9898SEd Tanous    </Schema>
1281720c9898SEd Tanous
1282720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_9">
1283720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1284720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1285720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_8.LogEntry"/>
1286720c9898SEd Tanous    </Schema>
1287720c9898SEd Tanous
1288*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_10">
1289*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1290*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1291*f2a8e57eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_9.LogEntry"/>
1292*f2a8e57eSGunnar Mills    </Schema>
1293*f2a8e57eSGunnar Mills
1294720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_0">
1295720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1296720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2020.1"/>
1297720c9898SEd Tanous
1298720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_1.LogEntry">
1299720c9898SEd Tanous        <Property Name="Modified" Type="Edm.DateTimeOffset" Nullable="false">
1300720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1301720c9898SEd Tanous          <Annotation Term="OData.Description" String="The date and time when the log entry was last modified."/>
1302720c9898SEd 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."/>
1303720c9898SEd Tanous        </Property>
1304720c9898SEd Tanous      </EntityType>
1305720c9898SEd Tanous    </Schema>
1306720c9898SEd Tanous
1307720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_1">
1308720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1309720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1310720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_0.LogEntry"/>
1311720c9898SEd Tanous    </Schema>
1312720c9898SEd Tanous
1313720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_2">
1314720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1315*f2a8e57eSGunnar Mills      <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."/>
1316720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_1.LogEntry"/>
1317720c9898SEd Tanous    </Schema>
1318720c9898SEd Tanous
1319720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_3">
1320720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1321720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
1322720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_2.LogEntry"/>
1323720c9898SEd Tanous    </Schema>
1324720c9898SEd Tanous
1325720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_4">
1326720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1327*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify the usage of `OriginOfCondition` for creation and deletion events."/>
1328720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_3.LogEntry"/>
1329720c9898SEd Tanous    </Schema>
1330720c9898SEd Tanous
1331720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_5">
1332720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1333*f2a8e57eSGunnar Mills      <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`."/>
1334720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_4.LogEntry"/>
1335720c9898SEd Tanous    </Schema>
1336720c9898SEd Tanous
1337720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_6">
1338720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1339*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify that `Severity` can be overridden by the service."/>
1340720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_5.LogEntry"/>
1341720c9898SEd Tanous    </Schema>
1342720c9898SEd Tanous
1343720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_7">
1344720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1345720c9898SEd 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."/>
1346720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_6.LogEntry"/>
1347720c9898SEd Tanous    </Schema>
1348720c9898SEd Tanous
1349720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_8">
1350720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1351720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1352720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_7.LogEntry"/>
1353720c9898SEd Tanous    </Schema>
1354720c9898SEd Tanous
1355*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_9">
1356*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1357*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1358*f2a8e57eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_8.LogEntry"/>
1359*f2a8e57eSGunnar Mills    </Schema>
1360*f2a8e57eSGunnar Mills
1361720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_7_0">
1362720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1363720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2020.3"/>
1364720c9898SEd Tanous
1365720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_2.LogEntry">
1366720c9898SEd Tanous        <Property Name="AdditionalDataSizeBytes" Type="Edm.Int64">
1367720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1368720c9898SEd Tanous          <Annotation Term="OData.Description" String="The size of the additional data for this log entry."/>
1369*f2a8e57eSGunnar Mills          <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."/>
1370720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="By"/>
1371720c9898SEd Tanous        </Property>
1372720c9898SEd Tanous        <Property Name="AdditionalDataURI" Type="Edm.String">
1373720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1374720c9898SEd 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."/>
1375*f2a8e57eSGunnar Mills          <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."/>
1376720c9898SEd Tanous          <Annotation Term="OData.IsURL"/>
1377720c9898SEd Tanous        </Property>
1378720c9898SEd Tanous        <Property Name="DiagnosticDataType" Type="LogEntry.v1_7_0.LogDiagnosticDataTypes">
1379720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1380*f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="The type of data available in the `DiagnosticData` property or retrieved from the URI specified by the `AdditionalDataURI` property."/>
1381*f2a8e57eSGunnar Mills          <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."/>
1382720c9898SEd Tanous        </Property>
1383720c9898SEd Tanous        <Property Name="OEMDiagnosticDataType" Type="Edm.String">
1384720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1385*f2a8e57eSGunnar Mills          <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."/>
1386*f2a8e57eSGunnar Mills          <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`."/>
1387720c9898SEd Tanous        </Property>
1388720c9898SEd Tanous      </EntityType>
1389720c9898SEd Tanous
1390720c9898SEd Tanous      <EnumType Name="LogDiagnosticDataTypes">
1391720c9898SEd Tanous        <Member Name="Manager">
1392720c9898SEd Tanous          <Annotation Term="OData.Description" String="Manager diagnostic data."/>
1393720c9898SEd Tanous        </Member>
1394720c9898SEd Tanous        <Member Name="PreOS">
1395720c9898SEd Tanous          <Annotation Term="OData.Description" String="Pre-OS diagnostic data."/>
1396720c9898SEd Tanous        </Member>
1397720c9898SEd Tanous        <Member Name="OS">
1398720c9898SEd Tanous          <Annotation Term="OData.Description" String="Operating system (OS) diagnostic data."/>
1399720c9898SEd Tanous        </Member>
1400720c9898SEd Tanous        <Member Name="OEM">
1401720c9898SEd Tanous          <Annotation Term="OData.Description" String="OEM diagnostic data."/>
1402720c9898SEd Tanous        </Member>
1403720c9898SEd Tanous        <Member Name="CPER">
1404720c9898SEd Tanous          <Annotation Term="OData.Description" String="UEFI Common Platform Error Record."/>
1405*f2a8e57eSGunnar Mills          <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."/>
1406720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
1407720c9898SEd Tanous            <Collection>
1408720c9898SEd Tanous              <Record>
1409720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
1410720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_10_0"/>
1411720c9898SEd Tanous              </Record>
1412720c9898SEd Tanous            </Collection>
1413720c9898SEd Tanous          </Annotation>
1414720c9898SEd Tanous        </Member>
1415720c9898SEd Tanous        <Member Name="CPERSection">
1416720c9898SEd Tanous          <Annotation Term="OData.Description" String="A Section of a UEFI Common Platform Error Record."/>
1417*f2a8e57eSGunnar Mills          <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."/>
1418720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
1419720c9898SEd Tanous            <Collection>
1420720c9898SEd Tanous              <Record>
1421720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
1422720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_10_0"/>
1423720c9898SEd Tanous              </Record>
1424720c9898SEd Tanous            </Collection>
1425720c9898SEd Tanous          </Annotation>
1426720c9898SEd Tanous        </Member>
1427720c9898SEd Tanous      </EnumType>
1428720c9898SEd Tanous    </Schema>
1429720c9898SEd Tanous
1430720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_7_1">
1431720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1432720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
1433720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_7_0.LogEntry"/>
1434720c9898SEd Tanous    </Schema>
1435720c9898SEd Tanous
1436720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_7_2">
1437720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1438*f2a8e57eSGunnar Mills      <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`."/>
1439720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_7_1.LogEntry"/>
1440720c9898SEd Tanous    </Schema>
1441720c9898SEd Tanous
1442720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_7_3">
1443720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1444*f2a8e57eSGunnar Mills      <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`."/>
1445720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_7_2.LogEntry"/>
1446720c9898SEd Tanous    </Schema>
1447720c9898SEd Tanous
1448720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_7_4">
1449720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1450*f2a8e57eSGunnar Mills      <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."/>
1451720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_7_3.LogEntry"/>
1452720c9898SEd Tanous    </Schema>
1453720c9898SEd Tanous
1454720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_7_5">
1455720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1456720c9898SEd 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."/>
1457720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_7_4.LogEntry"/>
1458720c9898SEd Tanous    </Schema>
1459720c9898SEd Tanous
1460720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_7_6">
1461720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1462720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1463720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_7_5.LogEntry"/>
1464720c9898SEd Tanous    </Schema>
1465720c9898SEd Tanous
1466*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_7_7">
1467*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1468*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1469*f2a8e57eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_7_6.LogEntry"/>
1470*f2a8e57eSGunnar Mills    </Schema>
1471*f2a8e57eSGunnar Mills
1472720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_8_0">
1473720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1474720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2020.4"/>
1475720c9898SEd Tanous
1476720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_7_1.LogEntry">
1477720c9898SEd Tanous        <Property Name="Resolved" Type="Edm.Boolean">
1478720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1479720c9898SEd Tanous          <Annotation Term="OData.Description" String="Indicates if the cause of the log entry has been resolved or repaired."/>
1480*f2a8e57eSGunnar Mills          <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`."/>
1481720c9898SEd Tanous        </Property>
1482720c9898SEd Tanous      </EntityType>
1483720c9898SEd Tanous    </Schema>
1484720c9898SEd Tanous
1485720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_8_1">
1486720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1487*f2a8e57eSGunnar Mills      <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`."/>
1488720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_8_0.LogEntry"/>
1489720c9898SEd Tanous    </Schema>
1490720c9898SEd Tanous
1491720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_8_2">
1492720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1493*f2a8e57eSGunnar Mills      <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`."/>
1494720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_8_1.LogEntry"/>
1495720c9898SEd Tanous    </Schema>
1496720c9898SEd Tanous
1497720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_8_3">
1498720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1499*f2a8e57eSGunnar Mills      <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."/>
1500720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_8_2.LogEntry"/>
1501720c9898SEd Tanous    </Schema>
1502720c9898SEd Tanous
1503720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_8_4">
1504720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1505*f2a8e57eSGunnar Mills      <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`."/>
1506720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_8_3.LogEntry"/>
1507720c9898SEd Tanous    </Schema>
1508720c9898SEd Tanous
1509720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_8_5">
1510720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1511720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1512720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_8_4.LogEntry"/>
1513720c9898SEd Tanous    </Schema>
1514720c9898SEd Tanous
1515*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_8_6">
1516*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1517*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1518*f2a8e57eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_8_5.LogEntry"/>
1519*f2a8e57eSGunnar Mills    </Schema>
1520*f2a8e57eSGunnar Mills
1521720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_9_0">
1522720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1523720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2021.1"/>
1524720c9898SEd Tanous
1525720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_8_0.LogEntry">
1526720c9898SEd Tanous        <Property Name="ServiceProviderNotified" Type="Edm.Boolean">
1527720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1528720c9898SEd Tanous          <Annotation Term="OData.Description" String="Indicates if the log entry has been sent to the service provider."/>
1529720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an indication if the log entry has been sent to the service provider."/>
1530720c9898SEd Tanous        </Property>
1531720c9898SEd Tanous        <Property Name="Resolution" Type="Edm.String" Nullable="false">
1532720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1533720c9898SEd Tanous          <Annotation Term="OData.Description" String="Used to provide suggestions on how to resolve the situation that caused the log entry."/>
1534720c9898SEd 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."/>
1535720c9898SEd Tanous        </Property>
1536720c9898SEd Tanous      </EntityType>
1537720c9898SEd Tanous    </Schema>
1538720c9898SEd Tanous
1539720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_9_1">
1540720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1541*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to update the description for `Resolution` to recommend that an appropriate resolution is used."/>
1542720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_9_0.LogEntry"/>
1543720c9898SEd Tanous    </Schema>
1544720c9898SEd Tanous
1545720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_9_2">
1546720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1547*f2a8e57eSGunnar Mills      <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`."/>
1548720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_9_1.LogEntry"/>
1549720c9898SEd Tanous    </Schema>
1550720c9898SEd Tanous
1551720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_9_3">
1552720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1553*f2a8e57eSGunnar Mills      <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`."/>
1554720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_9_2.LogEntry"/>
1555720c9898SEd Tanous    </Schema>
1556720c9898SEd Tanous
1557720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_9_4">
1558720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1559*f2a8e57eSGunnar Mills      <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."/>
1560720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_9_3.LogEntry"/>
1561720c9898SEd Tanous    </Schema>
1562720c9898SEd Tanous
1563720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_9_5">
1564720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1565*f2a8e57eSGunnar Mills      <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`."/>
1566720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_9_4.LogEntry"/>
1567720c9898SEd Tanous    </Schema>
1568720c9898SEd Tanous
1569720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_9_6">
1570720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1571720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1572720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_9_5.LogEntry"/>
1573720c9898SEd Tanous    </Schema>
1574720c9898SEd Tanous
1575*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_9_7">
1576*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1577*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1578*f2a8e57eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_9_6.LogEntry"/>
1579*f2a8e57eSGunnar Mills    </Schema>
1580*f2a8e57eSGunnar Mills
1581720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_10_0">
1582720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1583720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2021.3"/>
1584*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add `CPER` and `CPERSection` to `LogDiagnosticDataTypes`."/>
1585720c9898SEd Tanous
1586720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_9_0.LogEntry"/>
1587720c9898SEd Tanous    </Schema>
1588720c9898SEd Tanous
1589720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_10_1">
1590720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1591*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to update the description for `Resolution` to recommend that an appropriate resolution is used."/>
1592720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_10_0.LogEntry"/>
1593720c9898SEd Tanous    </Schema>
1594720c9898SEd Tanous
1595720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_10_2">
1596720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1597*f2a8e57eSGunnar Mills      <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`."/>
1598720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_10_1.LogEntry"/>
1599720c9898SEd Tanous    </Schema>
1600720c9898SEd Tanous
1601720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_10_3">
1602720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1603*f2a8e57eSGunnar Mills      <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`."/>
1604720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_10_2.LogEntry"/>
1605720c9898SEd Tanous    </Schema>
1606720c9898SEd Tanous
1607720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_10_4">
1608720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1609*f2a8e57eSGunnar Mills      <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."/>
1610720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_10_3.LogEntry"/>
1611720c9898SEd Tanous    </Schema>
1612720c9898SEd Tanous
1613720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_10_5">
1614720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1615*f2a8e57eSGunnar Mills      <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`."/>
1616720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_10_4.LogEntry"/>
1617720c9898SEd Tanous    </Schema>
1618720c9898SEd Tanous
1619720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_10_6">
1620720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1621720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1622720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_10_5.LogEntry"/>
1623720c9898SEd Tanous    </Schema>
1624720c9898SEd Tanous
1625*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_10_7">
1626*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1627*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1628*f2a8e57eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_10_6.LogEntry"/>
1629*f2a8e57eSGunnar Mills    </Schema>
1630*f2a8e57eSGunnar Mills
1631720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_11_0">
1632720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1633720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2021.4"/>
1634720c9898SEd Tanous
1635720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_10_1.LogEntry">
1636720c9898SEd Tanous        <Property Name="Originator" Type="Edm.String" Nullable="false">
1637720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1638720c9898SEd Tanous          <Annotation Term="OData.Description" String="The source of the log entry."/>
1639720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the source of the log entry."/>
1640720c9898SEd Tanous        </Property>
1641720c9898SEd Tanous        <Property Name="OriginatorType" Type="LogEntry.v1_11_0.OriginatorTypes" Nullable="false">
1642720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1643720c9898SEd Tanous          <Annotation Term="OData.Description" String="The type of originator data."/>
1644720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the type of originator data."/>
1645720c9898SEd Tanous        </Property>
1646720c9898SEd Tanous      </EntityType>
1647720c9898SEd Tanous
1648720c9898SEd Tanous      <EnumType Name="OriginatorTypes">
1649720c9898SEd Tanous        <Member Name="Client">
1650720c9898SEd Tanous          <Annotation Term="OData.Description" String="A client of the service created this log entry."/>
1651720c9898SEd Tanous        </Member>
1652720c9898SEd Tanous        <Member Name="Internal">
1653720c9898SEd Tanous          <Annotation Term="OData.Description" String="A process running on the service created this log entry."/>
1654720c9898SEd Tanous        </Member>
1655720c9898SEd Tanous        <Member Name="SupportingService">
1656720c9898SEd 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."/>
1657720c9898SEd Tanous        </Member>
1658720c9898SEd Tanous      </EnumType>
1659720c9898SEd Tanous    </Schema>
1660720c9898SEd Tanous
1661720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_11_1">
1662720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1663*f2a8e57eSGunnar Mills      <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`."/>
1664720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_11_0.LogEntry"/>
1665720c9898SEd Tanous    </Schema>
1666720c9898SEd Tanous
1667720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_11_2">
1668720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1669*f2a8e57eSGunnar Mills      <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`."/>
1670720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_11_1.LogEntry"/>
1671720c9898SEd Tanous    </Schema>
1672720c9898SEd Tanous
1673720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_11_3">
1674720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1675*f2a8e57eSGunnar Mills      <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."/>
1676720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_11_2.LogEntry"/>
1677720c9898SEd Tanous    </Schema>
1678720c9898SEd Tanous
1679720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_11_4">
1680720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1681*f2a8e57eSGunnar Mills      <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`."/>
1682720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_11_3.LogEntry"/>
1683720c9898SEd Tanous    </Schema>
1684720c9898SEd Tanous
1685720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_11_5">
1686720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1687720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1688720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_11_4.LogEntry"/>
1689720c9898SEd Tanous    </Schema>
1690720c9898SEd Tanous
1691*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_11_6">
1692*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1693*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1694*f2a8e57eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_11_5.LogEntry"/>
1695*f2a8e57eSGunnar Mills    </Schema>
1696*f2a8e57eSGunnar Mills
1697720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_12_0">
1698720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1699720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2022.1"/>
1700720c9898SEd Tanous
1701720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_11_1.LogEntry"/>
1702720c9898SEd Tanous
1703720c9898SEd Tanous      <ComplexType Name="Links" BaseType="LogEntry.v1_0_0.Links">
1704720c9898SEd Tanous        <NavigationProperty Name="RelatedItem" Type="Collection(Resource.Item)">
1705720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1706720c9898SEd Tanous          <Annotation Term="OData.Description" String="An array of links to resources associated with this log entry."/>
1707*f2a8e57eSGunnar Mills          <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."/>
1708720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
1709720c9898SEd Tanous        </NavigationProperty>
1710720c9898SEd Tanous        <NavigationProperty Name="RelatedLogEntries" Type="Collection(LogEntry.LogEntry)">
1711720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1712720c9898SEd Tanous          <Annotation Term="OData.Description" String="An array of links to other log entries that are related to this log entry."/>
1713*f2a8e57eSGunnar Mills          <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."/>
1714720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
1715720c9898SEd Tanous        </NavigationProperty>
1716720c9898SEd Tanous      </ComplexType>
1717720c9898SEd Tanous    </Schema>
1718720c9898SEd Tanous
1719720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_12_1">
1720720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1721*f2a8e57eSGunnar Mills      <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`."/>
1722720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_12_0.LogEntry"/>
1723720c9898SEd Tanous    </Schema>
1724720c9898SEd Tanous
1725720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_12_2">
1726720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1727*f2a8e57eSGunnar Mills      <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."/>
1728720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_12_1.LogEntry"/>
1729720c9898SEd Tanous    </Schema>
1730720c9898SEd Tanous
1731720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_12_3">
1732720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1733*f2a8e57eSGunnar Mills      <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`."/>
1734720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_12_2.LogEntry"/>
1735720c9898SEd Tanous    </Schema>
1736720c9898SEd Tanous
1737720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_12_4">
1738720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1739720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1740720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_12_3.LogEntry"/>
1741720c9898SEd Tanous    </Schema>
1742720c9898SEd Tanous
1743*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_12_5">
1744*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1745*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1746*f2a8e57eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_12_4.LogEntry"/>
1747*f2a8e57eSGunnar Mills    </Schema>
1748*f2a8e57eSGunnar Mills
1749720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_13_0">
1750720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1751720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2022.2"/>
1752720c9898SEd Tanous
1753720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_12_0.LogEntry">
1754720c9898SEd Tanous        <Property Name="SpecificEventExistsInGroup" Type="Edm.Boolean" Nullable="false">
1755720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1756*f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="Indicates this log entry is equivalent to a more specific log entry within the same `EventGroupId`."/>
1757*f2a8e57eSGunnar Mills          <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`."/>
1758720c9898SEd Tanous        </Property>
1759720c9898SEd Tanous      </EntityType>
1760720c9898SEd Tanous    </Schema>
1761720c9898SEd Tanous
1762720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_13_1">
1763720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1764*f2a8e57eSGunnar Mills      <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`."/>
1765720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_13_0.LogEntry"/>
1766720c9898SEd Tanous    </Schema>
1767720c9898SEd Tanous
1768720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_13_2">
1769720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1770*f2a8e57eSGunnar Mills      <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."/>
1771720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_13_1.LogEntry"/>
1772720c9898SEd Tanous    </Schema>
1773720c9898SEd Tanous
1774720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_13_3">
1775720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1776*f2a8e57eSGunnar Mills      <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`."/>
1777720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_13_2.LogEntry"/>
1778720c9898SEd Tanous    </Schema>
1779720c9898SEd Tanous
1780720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_13_4">
1781720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1782720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1783720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_13_3.LogEntry"/>
1784720c9898SEd Tanous    </Schema>
1785720c9898SEd Tanous
1786*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_13_5">
1787*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1788*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1789*f2a8e57eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_13_4.LogEntry"/>
1790*f2a8e57eSGunnar Mills    </Schema>
1791*f2a8e57eSGunnar Mills
1792720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_14_0">
1793720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1794720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2022.3"/>
1795*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add `CXL` to `LogEntryType`."/>
1796720c9898SEd Tanous
1797720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_13_1.LogEntry">
1798720c9898SEd Tanous        <Property Name="OverflowErrorCount" Type="Edm.Int64" Nullable="false">
1799720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1800720c9898SEd Tanous          <Annotation Term="OData.Description" String="The count of overflow errors that occurred after this log entry."/>
1801720c9898SEd 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."/>
1802720c9898SEd Tanous        </Property>
1803720c9898SEd Tanous        <Property Name="FirstOverflowTimestamp" Type="Edm.DateTimeOffset" Nullable="false">
1804720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1805720c9898SEd Tanous          <Annotation Term="OData.Description" String="The timestamp of the first overflow captured after this log entry."/>
1806720c9898SEd 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."/>
1807720c9898SEd Tanous        </Property>
1808720c9898SEd Tanous        <Property Name="LastOverflowTimestamp" Type="Edm.DateTimeOffset" Nullable="false">
1809720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1810720c9898SEd Tanous          <Annotation Term="OData.Description" String="The timestamp of the last overflow captured after this log entry."/>
1811720c9898SEd 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."/>
1812720c9898SEd Tanous        </Property>
1813720c9898SEd Tanous        <Property Name="CXLEntryType" Type="LogEntry.v1_14_0.CXLEntryType" Nullable="false">
1814720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1815720c9898SEd Tanous          <Annotation Term="OData.Description" String="The specific CXL entry type."/>
1816*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the specific CXL entry type.  This property shall only be present if `EntryType` contains `CXL`."/>
1817720c9898SEd Tanous        </Property>
1818720c9898SEd Tanous        <Property Name="Persistency" Type="Edm.Boolean" Nullable="false">
1819720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1820720c9898SEd Tanous          <Annotation Term="OData.Description" String="Indicates whether the log entry is persistent across a cold reset of the device."/>
1821720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the log entry is persistent across a cold reset of the device."/>
1822720c9898SEd Tanous        </Property>
1823720c9898SEd Tanous      </EntityType>
1824720c9898SEd Tanous
1825720c9898SEd Tanous      <EnumType Name="CXLEntryType">
1826720c9898SEd Tanous        <Member Name="DynamicCapacity">
1827720c9898SEd Tanous          <Annotation Term="OData.Description" String="A CXL Dynamic Capacity log entry."/>
1828720c9898SEd Tanous        </Member>
1829720c9898SEd Tanous        <Member Name="Informational">
1830720c9898SEd Tanous          <Annotation Term="OData.Description" String="A CXL informational log entry."/>
1831720c9898SEd Tanous        </Member>
1832720c9898SEd Tanous        <Member Name="Warning">
1833720c9898SEd Tanous          <Annotation Term="OData.Description" String="A CXL warning log entry."/>
1834720c9898SEd Tanous        </Member>
1835720c9898SEd Tanous        <Member Name="Failure">
1836720c9898SEd Tanous          <Annotation Term="OData.Description" String="A CXL failure log entry."/>
1837720c9898SEd Tanous        </Member>
1838720c9898SEd Tanous        <Member Name="Fatal">
1839720c9898SEd Tanous          <Annotation Term="OData.Description" String="A CXL fatal log entry."/>
1840720c9898SEd Tanous        </Member>
1841720c9898SEd Tanous      </EnumType>
1842720c9898SEd Tanous    </Schema>
1843720c9898SEd Tanous
1844720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_14_1">
1845720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1846*f2a8e57eSGunnar Mills      <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."/>
1847720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_14_0.LogEntry"/>
1848720c9898SEd Tanous    </Schema>
1849720c9898SEd Tanous
1850720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_14_2">
1851720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1852*f2a8e57eSGunnar Mills      <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`."/>
1853720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_14_1.LogEntry"/>
1854720c9898SEd Tanous    </Schema>
1855720c9898SEd Tanous
1856720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_14_3">
1857720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1858720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1859720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_14_2.LogEntry"/>
1860720c9898SEd Tanous    </Schema>
1861720c9898SEd Tanous
1862*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_14_4">
1863*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1864*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1865*f2a8e57eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_14_3.LogEntry"/>
1866*f2a8e57eSGunnar Mills    </Schema>
1867*f2a8e57eSGunnar Mills
1868720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_15_0">
1869720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1870720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2023.1"/>
1871720c9898SEd Tanous
1872720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_14_1.LogEntry">
1873720c9898SEd Tanous        <Property Name="CPER" Type="LogEntry.v1_15_0.CPER" Nullable="false">
1874720c9898SEd Tanous          <Annotation Term="OData.Description" String="Details for a CPER section or record associated with this log entry."/>
1875720c9898SEd 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."/>
1876720c9898SEd Tanous        </Property>
1877720c9898SEd Tanous        <Property Name="DiagnosticData" Type="Edm.String">
1878720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1879720c9898SEd Tanous          <Annotation Term="OData.Description" String="A Base64-encoded set of diagnostic data associated with this log entry."/>
1880*f2a8e57eSGunnar Mills          <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."/>
1881720c9898SEd Tanous        </Property>
1882720c9898SEd Tanous      </EntityType>
1883720c9898SEd Tanous
1884720c9898SEd Tanous      <ComplexType Name="CPER">
1885720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1886720c9898SEd Tanous        <Annotation Term="OData.Description" String="Details for a CPER section or record associated with a log entry."/>
1887720c9898SEd 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."/>
1888720c9898SEd Tanous        <Property Name="NotificationType" Type="Edm.Guid">
1889720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1890720c9898SEd Tanous          <Annotation Term="OData.Description" String="The CPER Notification Type for a CPER record."/>
1891*f2a8e57eSGunnar Mills          <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`."/>
1892720c9898SEd Tanous        </Property>
1893720c9898SEd Tanous        <Property Name="SectionType" Type="Edm.Guid">
1894720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1895720c9898SEd Tanous          <Annotation Term="OData.Description" String="The CPER Section Type."/>
1896*f2a8e57eSGunnar Mills          <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`."/>
1897720c9898SEd Tanous        </Property>
1898720c9898SEd Tanous        <Property Name="Oem" Type="Resource.Oem" Nullable="false">
1899720c9898SEd Tanous          <Annotation Term="OData.Description" String="The OEM extension property."/>
1900720c9898SEd 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."/>
1901720c9898SEd Tanous        </Property>
1902720c9898SEd Tanous      </ComplexType>
1903720c9898SEd Tanous    </Schema>
1904720c9898SEd Tanous
1905720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_15_1">
1906720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1907*f2a8e57eSGunnar Mills      <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`."/>
1908720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_15_0.LogEntry"/>
1909720c9898SEd Tanous    </Schema>
1910720c9898SEd Tanous
1911720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_15_2">
1912720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1913720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1914720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_15_1.LogEntry"/>
1915720c9898SEd Tanous    </Schema>
1916720c9898SEd Tanous
1917*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_15_3">
1918*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1919*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1920*f2a8e57eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_15_2.LogEntry"/>
1921*f2a8e57eSGunnar Mills    </Schema>
1922*f2a8e57eSGunnar Mills
1923720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_16_0">
1924720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1925720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2023.3"/>
1926720c9898SEd Tanous
1927720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_15_2.LogEntry">
1928720c9898SEd Tanous        <Property Name="ResolutionSteps" Type="Collection(ResolutionStep.ResolutionStep)" Nullable="false">
1929720c9898SEd Tanous          <Annotation Term="OData.Description" String="The list of recommended steps to resolve the cause of the log entry."/>
1930*f2a8e57eSGunnar Mills          <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`."/>
1931720c9898SEd Tanous        </Property>
1932720c9898SEd Tanous      </EntityType>
1933720c9898SEd Tanous    </Schema>
1934720c9898SEd Tanous
1935*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_16_1">
1936*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1937*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
1938*f2a8e57eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_16_0.LogEntry"/>
1939*f2a8e57eSGunnar Mills    </Schema>
1940*f2a8e57eSGunnar Mills
1941720c9898SEd Tanous  </edmx:DataServices>
1942720c9898SEd Tanous</edmx:Edmx>
1943