xref: /openbmc/bmcweb/features/redfish/schema/dmtf/csdl/LogEntry_v1.xml (revision c6d7a45d427f9a6d9e761afcf305761dca60d7cf)
1720c9898SEd Tanous<?xml version="1.0" encoding="UTF-8"?>
2720c9898SEd Tanous<!---->
3720c9898SEd Tanous<!--################################################################################       -->
4*c6d7a45dSGunnar Mills<!--# Redfish Schema:  LogEntry v1.19.0                                                    -->
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                                   -->
8d125652eSGunnar Mills<!--# Copyright 2014-2025 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"/>
42f2a8e57eSGunnar Mills      <Annotation Term="Redfish.Language" String="en"/>
43720c9898SEd Tanous
44720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="Resource.v1_0_0.Resource" Abstract="true">
45f2a8e57eSGunnar 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."/>
87f2a8e57eSGunnar 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."/>
104f2a8e57eSGunnar 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`."/>
109f2a8e57eSGunnar 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."/>
119f2a8e57eSGunnar 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"/>
128f2a8e57eSGunnar 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."/>
129f2a8e57eSGunnar 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."/>
134f2a8e57eSGunnar 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"/>
661f2a8e57eSGunnar 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"/>
667f2a8e57eSGunnar 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"/>
685f2a8e57eSGunnar 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"/>
691f2a8e57eSGunnar 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"/>
703f2a8e57eSGunnar 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"/>
715f2a8e57eSGunnar 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
731f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_0_18">
732f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
733f2a8e57eSGunnar 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."/>
734f2a8e57eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_0_17.LogEntry"/>
735f2a8e57eSGunnar Mills    </Schema>
736f2a8e57eSGunnar 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"/>
739f2a8e57eSGunnar 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"/>
745f2a8e57eSGunnar 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
761f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_1_20">
762f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
763f2a8e57eSGunnar 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."/>
764f2a8e57eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_1_19.LogEntry"/>
765f2a8e57eSGunnar Mills    </Schema>
766f2a8e57eSGunnar 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."/>
775f2a8e57eSGunnar 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"/>
781f2a8e57eSGunnar 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."/>
789f2a8e57eSGunnar 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."/>
794f2a8e57eSGunnar 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"/>
813f2a8e57eSGunnar 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"/>
819f2a8e57eSGunnar 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"/>
825f2a8e57eSGunnar 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"/>
843f2a8e57eSGunnar 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"/>
849f2a8e57eSGunnar 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"/>
861f2a8e57eSGunnar 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"/>
873f2a8e57eSGunnar 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"/>
879f2a8e57eSGunnar 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"/>
885f2a8e57eSGunnar 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"/>
919f2a8e57eSGunnar 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"/>
925f2a8e57eSGunnar 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"/>
931f2a8e57eSGunnar 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"/>
949f2a8e57eSGunnar 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"/>
955f2a8e57eSGunnar 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"/>
967f2a8e57eSGunnar 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"/>
979f2a8e57eSGunnar 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"/>
985f2a8e57eSGunnar 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"/>
991f2a8e57eSGunnar 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
1007f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_2_16">
1008f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1009f2a8e57eSGunnar 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."/>
1010f2a8e57eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_2_15.LogEntry"/>
1011f2a8e57eSGunnar Mills    </Schema>
1012f2a8e57eSGunnar 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"/>
1021f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="The OEM-specific entry code, if the `LogEntryCode` type is `OEM`."/>
1022f2a8e57eSGunnar 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`."/>
1027f2a8e57eSGunnar 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"/>
1034f2a8e57eSGunnar 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"/>
1040f2a8e57eSGunnar 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"/>
1058f2a8e57eSGunnar 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"/>
1064f2a8e57eSGunnar 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"/>
1076f2a8e57eSGunnar 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"/>
1088f2a8e57eSGunnar 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"/>
1094f2a8e57eSGunnar 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"/>
1100f2a8e57eSGunnar 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
1116f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_3_15">
1117f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1118f2a8e57eSGunnar 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."/>
1119f2a8e57eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_3_14.LogEntry"/>
1120f2a8e57eSGunnar Mills    </Schema>
1121f2a8e57eSGunnar 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"/>
1125f2a8e57eSGunnar 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"/>
1138f2a8e57eSGunnar 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"/>
1156f2a8e57eSGunnar 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"/>
1162f2a8e57eSGunnar 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"/>
1174f2a8e57eSGunnar 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"/>
1186f2a8e57eSGunnar 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"/>
1192f2a8e57eSGunnar 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"/>
1198f2a8e57eSGunnar 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
1214f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_4_14">
1215f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1216f2a8e57eSGunnar 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."/>
1217f2a8e57eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_4_13.LogEntry"/>
1218f2a8e57eSGunnar Mills    </Schema>
1219f2a8e57eSGunnar 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."/>
1228f2a8e57eSGunnar 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"/>
1236f2a8e57eSGunnar 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"/>
1248f2a8e57eSGunnar 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"/>
1260f2a8e57eSGunnar 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"/>
1266f2a8e57eSGunnar 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"/>
1272f2a8e57eSGunnar 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
1288f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_5_10">
1289f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1290f2a8e57eSGunnar 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."/>
1291f2a8e57eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_5_9.LogEntry"/>
1292f2a8e57eSGunnar Mills    </Schema>
1293f2a8e57eSGunnar 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"/>
1315f2a8e57eSGunnar 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"/>
1327f2a8e57eSGunnar 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"/>
1333f2a8e57eSGunnar 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"/>
1339f2a8e57eSGunnar 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
1355f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_6_9">
1356f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1357f2a8e57eSGunnar 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."/>
1358f2a8e57eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_6_8.LogEntry"/>
1359f2a8e57eSGunnar Mills    </Schema>
1360f2a8e57eSGunnar 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."/>
1369f2a8e57eSGunnar 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."/>
1375d125652eSGunnar 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 a Base64-encoded string, with padding characters, 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"/>
1380f2a8e57eSGunnar 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."/>
1381d125652eSGunnar 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.  The `OriginOfCondition` property, if present, shall contain a link to the resource that represents the device from which the diagnostic data was collected."/>
1382720c9898SEd Tanous        </Property>
1383720c9898SEd Tanous        <Property Name="OEMDiagnosticDataType" Type="Edm.String">
1384720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1385f2a8e57eSGunnar 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."/>
1386f2a8e57eSGunnar 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."/>
1405f2a8e57eSGunnar 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."/>
1417f2a8e57eSGunnar 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>
1427d125652eSGunnar Mills        <Member Name="Device">
1428d125652eSGunnar Mills          <Annotation Term="OData.Description" String="Device diagnostic data."/>
1429d125652eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This value shall indicate the data provided at the URI specified by the `AdditionalDataURI` property contains vendor-defined diagnostic data for a device."/>
1430d125652eSGunnar Mills          <Annotation Term="Redfish.Revisions">
1431d125652eSGunnar Mills            <Collection>
1432d125652eSGunnar Mills              <Record>
1433d125652eSGunnar Mills                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
1434d125652eSGunnar Mills                <PropertyValue Property="Version" String="v1_18_0"/>
1435d125652eSGunnar Mills              </Record>
1436d125652eSGunnar Mills            </Collection>
1437d125652eSGunnar Mills          </Annotation>
1438d125652eSGunnar Mills        </Member>
1439720c9898SEd Tanous      </EnumType>
1440720c9898SEd Tanous    </Schema>
1441720c9898SEd Tanous
1442720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_7_1">
1443720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1444720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
1445720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_7_0.LogEntry"/>
1446720c9898SEd Tanous    </Schema>
1447720c9898SEd Tanous
1448720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_7_2">
1449720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1450f2a8e57eSGunnar 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`."/>
1451720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_7_1.LogEntry"/>
1452720c9898SEd Tanous    </Schema>
1453720c9898SEd Tanous
1454720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_7_3">
1455720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1456f2a8e57eSGunnar 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`."/>
1457720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_7_2.LogEntry"/>
1458720c9898SEd Tanous    </Schema>
1459720c9898SEd Tanous
1460720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_7_4">
1461720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1462f2a8e57eSGunnar 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."/>
1463720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_7_3.LogEntry"/>
1464720c9898SEd Tanous    </Schema>
1465720c9898SEd Tanous
1466720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_7_5">
1467720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1468720c9898SEd 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."/>
1469720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_7_4.LogEntry"/>
1470720c9898SEd Tanous    </Schema>
1471720c9898SEd Tanous
1472720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_7_6">
1473720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1474720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1475720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_7_5.LogEntry"/>
1476720c9898SEd Tanous    </Schema>
1477720c9898SEd Tanous
1478f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_7_7">
1479f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1480f2a8e57eSGunnar 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."/>
1481f2a8e57eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_7_6.LogEntry"/>
1482f2a8e57eSGunnar Mills    </Schema>
1483f2a8e57eSGunnar Mills
1484d125652eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_7_8">
1485d125652eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1486d125652eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify the usage of `OriginOfCondition` with relation to the `DiagnosticDataType` property."/>
1487d125652eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_7_7.LogEntry"/>
1488d125652eSGunnar Mills    </Schema>
1489d125652eSGunnar Mills
1490d125652eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_7_9">
1491d125652eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1492d125652eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify that Base64-encoded string properties include padding characters."/>
1493d125652eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_7_8.LogEntry"/>
1494d125652eSGunnar Mills    </Schema>
1495d125652eSGunnar Mills
1496720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_8_0">
1497720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1498720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2020.4"/>
1499720c9898SEd Tanous
1500720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_7_1.LogEntry">
1501720c9898SEd Tanous        <Property Name="Resolved" Type="Edm.Boolean">
1502720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/ReadWrite"/>
1503720c9898SEd Tanous          <Annotation Term="OData.Description" String="Indicates if the cause of the log entry has been resolved or repaired."/>
1504f2a8e57eSGunnar 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`."/>
1505720c9898SEd Tanous        </Property>
1506720c9898SEd Tanous      </EntityType>
1507720c9898SEd Tanous    </Schema>
1508720c9898SEd Tanous
1509720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_8_1">
1510720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1511f2a8e57eSGunnar 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`."/>
1512720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_8_0.LogEntry"/>
1513720c9898SEd Tanous    </Schema>
1514720c9898SEd Tanous
1515720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_8_2">
1516720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1517f2a8e57eSGunnar 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`."/>
1518720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_8_1.LogEntry"/>
1519720c9898SEd Tanous    </Schema>
1520720c9898SEd Tanous
1521720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_8_3">
1522720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1523f2a8e57eSGunnar 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."/>
1524720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_8_2.LogEntry"/>
1525720c9898SEd Tanous    </Schema>
1526720c9898SEd Tanous
1527720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_8_4">
1528720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1529f2a8e57eSGunnar 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`."/>
1530720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_8_3.LogEntry"/>
1531720c9898SEd Tanous    </Schema>
1532720c9898SEd Tanous
1533720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_8_5">
1534720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1535720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1536720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_8_4.LogEntry"/>
1537720c9898SEd Tanous    </Schema>
1538720c9898SEd Tanous
1539f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_8_6">
1540f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1541f2a8e57eSGunnar 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."/>
1542f2a8e57eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_8_5.LogEntry"/>
1543f2a8e57eSGunnar Mills    </Schema>
1544f2a8e57eSGunnar Mills
1545d125652eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_8_7">
1546d125652eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1547d125652eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify the usage of `OriginOfCondition` with relation to the `DiagnosticDataType` property."/>
1548d125652eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_8_6.LogEntry"/>
1549d125652eSGunnar Mills    </Schema>
1550d125652eSGunnar Mills
1551d125652eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_8_8">
1552d125652eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1553d125652eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify that Base64-encoded string properties include padding characters."/>
1554d125652eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_8_7.LogEntry"/>
1555d125652eSGunnar Mills    </Schema>
1556d125652eSGunnar Mills
1557720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_9_0">
1558720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1559720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2021.1"/>
1560720c9898SEd Tanous
1561720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_8_0.LogEntry">
1562720c9898SEd Tanous        <Property Name="ServiceProviderNotified" Type="Edm.Boolean">
1563720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1564720c9898SEd Tanous          <Annotation Term="OData.Description" String="Indicates if the log entry has been sent to the service provider."/>
1565720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an indication if the log entry has been sent to the service provider."/>
1566720c9898SEd Tanous        </Property>
1567720c9898SEd Tanous        <Property Name="Resolution" Type="Edm.String" Nullable="false">
1568720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1569720c9898SEd Tanous          <Annotation Term="OData.Description" String="Used to provide suggestions on how to resolve the situation that caused the log entry."/>
1570720c9898SEd 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."/>
1571720c9898SEd Tanous        </Property>
1572720c9898SEd Tanous      </EntityType>
1573720c9898SEd Tanous    </Schema>
1574720c9898SEd Tanous
1575720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_9_1">
1576720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1577f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to update the description for `Resolution` to recommend that an appropriate resolution is used."/>
1578720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_9_0.LogEntry"/>
1579720c9898SEd Tanous    </Schema>
1580720c9898SEd Tanous
1581720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_9_2">
1582720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1583f2a8e57eSGunnar 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`."/>
1584720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_9_1.LogEntry"/>
1585720c9898SEd Tanous    </Schema>
1586720c9898SEd Tanous
1587720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_9_3">
1588720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1589f2a8e57eSGunnar 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`."/>
1590720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_9_2.LogEntry"/>
1591720c9898SEd Tanous    </Schema>
1592720c9898SEd Tanous
1593720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_9_4">
1594720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1595f2a8e57eSGunnar 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."/>
1596720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_9_3.LogEntry"/>
1597720c9898SEd Tanous    </Schema>
1598720c9898SEd Tanous
1599720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_9_5">
1600720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1601f2a8e57eSGunnar 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`."/>
1602720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_9_4.LogEntry"/>
1603720c9898SEd Tanous    </Schema>
1604720c9898SEd Tanous
1605720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_9_6">
1606720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1607720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1608720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_9_5.LogEntry"/>
1609720c9898SEd Tanous    </Schema>
1610720c9898SEd Tanous
1611f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_9_7">
1612f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1613f2a8e57eSGunnar 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."/>
1614f2a8e57eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_9_6.LogEntry"/>
1615f2a8e57eSGunnar Mills    </Schema>
1616f2a8e57eSGunnar Mills
1617d125652eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_9_8">
1618d125652eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1619d125652eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify the usage of `OriginOfCondition` with relation to the `DiagnosticDataType` property."/>
1620d125652eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_9_7.LogEntry"/>
1621d125652eSGunnar Mills    </Schema>
1622d125652eSGunnar Mills
1623d125652eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_9_9">
1624d125652eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1625d125652eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify that Base64-encoded string properties include padding characters."/>
1626d125652eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_9_8.LogEntry"/>
1627d125652eSGunnar Mills    </Schema>
1628d125652eSGunnar Mills
1629720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_10_0">
1630720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1631720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2021.3"/>
1632f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add `CPER` and `CPERSection` to `LogDiagnosticDataTypes`."/>
1633720c9898SEd Tanous
1634720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_9_0.LogEntry"/>
1635720c9898SEd Tanous    </Schema>
1636720c9898SEd Tanous
1637720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_10_1">
1638720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1639f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to update the description for `Resolution` to recommend that an appropriate resolution is used."/>
1640720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_10_0.LogEntry"/>
1641720c9898SEd Tanous    </Schema>
1642720c9898SEd Tanous
1643720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_10_2">
1644720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1645f2a8e57eSGunnar 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`."/>
1646720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_10_1.LogEntry"/>
1647720c9898SEd Tanous    </Schema>
1648720c9898SEd Tanous
1649720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_10_3">
1650720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1651f2a8e57eSGunnar 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`."/>
1652720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_10_2.LogEntry"/>
1653720c9898SEd Tanous    </Schema>
1654720c9898SEd Tanous
1655720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_10_4">
1656720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1657f2a8e57eSGunnar 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."/>
1658720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_10_3.LogEntry"/>
1659720c9898SEd Tanous    </Schema>
1660720c9898SEd Tanous
1661720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_10_5">
1662720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1663f2a8e57eSGunnar 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`."/>
1664720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_10_4.LogEntry"/>
1665720c9898SEd Tanous    </Schema>
1666720c9898SEd Tanous
1667720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_10_6">
1668720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1669720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1670720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_10_5.LogEntry"/>
1671720c9898SEd Tanous    </Schema>
1672720c9898SEd Tanous
1673f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_10_7">
1674f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1675f2a8e57eSGunnar 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."/>
1676f2a8e57eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_10_6.LogEntry"/>
1677f2a8e57eSGunnar Mills    </Schema>
1678f2a8e57eSGunnar Mills
1679d125652eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_10_8">
1680d125652eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1681d125652eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify the usage of `OriginOfCondition` with relation to the `DiagnosticDataType` property."/>
1682d125652eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_10_7.LogEntry"/>
1683d125652eSGunnar Mills    </Schema>
1684d125652eSGunnar Mills
1685d125652eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_10_9">
1686d125652eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1687d125652eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify that Base64-encoded string properties include padding characters."/>
1688d125652eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_10_8.LogEntry"/>
1689d125652eSGunnar Mills    </Schema>
1690d125652eSGunnar Mills
1691720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_11_0">
1692720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1693720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2021.4"/>
1694720c9898SEd Tanous
1695720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_10_1.LogEntry">
1696720c9898SEd Tanous        <Property Name="Originator" Type="Edm.String" Nullable="false">
1697720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1698720c9898SEd Tanous          <Annotation Term="OData.Description" String="The source of the log entry."/>
1699720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the source of the log entry."/>
1700720c9898SEd Tanous        </Property>
1701720c9898SEd Tanous        <Property Name="OriginatorType" Type="LogEntry.v1_11_0.OriginatorTypes" Nullable="false">
1702720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1703720c9898SEd Tanous          <Annotation Term="OData.Description" String="The type of originator data."/>
1704720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the type of originator data."/>
1705720c9898SEd Tanous        </Property>
1706720c9898SEd Tanous      </EntityType>
1707720c9898SEd Tanous
1708720c9898SEd Tanous      <EnumType Name="OriginatorTypes">
1709720c9898SEd Tanous        <Member Name="Client">
1710720c9898SEd Tanous          <Annotation Term="OData.Description" String="A client of the service created this log entry."/>
1711720c9898SEd Tanous        </Member>
1712720c9898SEd Tanous        <Member Name="Internal">
1713720c9898SEd Tanous          <Annotation Term="OData.Description" String="A process running on the service created this log entry."/>
1714720c9898SEd Tanous        </Member>
1715720c9898SEd Tanous        <Member Name="SupportingService">
1716720c9898SEd 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."/>
1717720c9898SEd Tanous        </Member>
1718720c9898SEd Tanous      </EnumType>
1719720c9898SEd Tanous    </Schema>
1720720c9898SEd Tanous
1721720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_11_1">
1722720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1723f2a8e57eSGunnar 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`."/>
1724720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_11_0.LogEntry"/>
1725720c9898SEd Tanous    </Schema>
1726720c9898SEd Tanous
1727720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_11_2">
1728720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1729f2a8e57eSGunnar 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`."/>
1730720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_11_1.LogEntry"/>
1731720c9898SEd Tanous    </Schema>
1732720c9898SEd Tanous
1733720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_11_3">
1734720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1735f2a8e57eSGunnar 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."/>
1736720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_11_2.LogEntry"/>
1737720c9898SEd Tanous    </Schema>
1738720c9898SEd Tanous
1739720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_11_4">
1740720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1741f2a8e57eSGunnar 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`."/>
1742720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_11_3.LogEntry"/>
1743720c9898SEd Tanous    </Schema>
1744720c9898SEd Tanous
1745720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_11_5">
1746720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1747720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1748720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_11_4.LogEntry"/>
1749720c9898SEd Tanous    </Schema>
1750720c9898SEd Tanous
1751f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_11_6">
1752f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1753f2a8e57eSGunnar 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."/>
1754f2a8e57eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_11_5.LogEntry"/>
1755f2a8e57eSGunnar Mills    </Schema>
1756f2a8e57eSGunnar Mills
1757d125652eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_11_7">
1758d125652eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1759d125652eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify the usage of `OriginOfCondition` with relation to the `DiagnosticDataType` property."/>
1760d125652eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_11_6.LogEntry"/>
1761d125652eSGunnar Mills    </Schema>
1762d125652eSGunnar Mills
1763d125652eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_11_8">
1764d125652eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1765d125652eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify that Base64-encoded string properties include padding characters."/>
1766d125652eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_11_7.LogEntry"/>
1767d125652eSGunnar Mills    </Schema>
1768d125652eSGunnar Mills
1769720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_12_0">
1770720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1771720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2022.1"/>
1772720c9898SEd Tanous
1773720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_11_1.LogEntry"/>
1774720c9898SEd Tanous
1775720c9898SEd Tanous      <ComplexType Name="Links" BaseType="LogEntry.v1_0_0.Links">
1776720c9898SEd Tanous        <NavigationProperty Name="RelatedItem" Type="Collection(Resource.Item)">
1777720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1778720c9898SEd Tanous          <Annotation Term="OData.Description" String="An array of links to resources associated with this log entry."/>
1779f2a8e57eSGunnar 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."/>
1780720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
1781720c9898SEd Tanous        </NavigationProperty>
1782720c9898SEd Tanous        <NavigationProperty Name="RelatedLogEntries" Type="Collection(LogEntry.LogEntry)">
1783720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1784720c9898SEd Tanous          <Annotation Term="OData.Description" String="An array of links to other log entries that are related to this log entry."/>
178528cfceb2SGunnar 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.  This property should be used to link a log entry indicating the resolution of a condition with a log entry for the initial condition."/>
1786720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
1787720c9898SEd Tanous        </NavigationProperty>
1788720c9898SEd Tanous      </ComplexType>
1789720c9898SEd Tanous    </Schema>
1790720c9898SEd Tanous
1791720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_12_1">
1792720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1793f2a8e57eSGunnar 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`."/>
1794720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_12_0.LogEntry"/>
1795720c9898SEd Tanous    </Schema>
1796720c9898SEd Tanous
1797720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_12_2">
1798720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1799f2a8e57eSGunnar 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."/>
1800720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_12_1.LogEntry"/>
1801720c9898SEd Tanous    </Schema>
1802720c9898SEd Tanous
1803720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_12_3">
1804720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1805f2a8e57eSGunnar 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`."/>
1806720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_12_2.LogEntry"/>
1807720c9898SEd Tanous    </Schema>
1808720c9898SEd Tanous
1809720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_12_4">
1810720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1811720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1812720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_12_3.LogEntry"/>
1813720c9898SEd Tanous    </Schema>
1814720c9898SEd Tanous
1815f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_12_5">
1816f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1817f2a8e57eSGunnar 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."/>
1818f2a8e57eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_12_4.LogEntry"/>
1819f2a8e57eSGunnar Mills    </Schema>
1820f2a8e57eSGunnar Mills
182128cfceb2SGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_12_6">
182228cfceb2SGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
182328cfceb2SGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify that `RelatedLogEntries` should be used to link log entries that describe the initial condition from the log entry that describes the resolved condition."/>
182428cfceb2SGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_12_5.LogEntry"/>
182528cfceb2SGunnar Mills    </Schema>
182628cfceb2SGunnar Mills
1827d125652eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_12_7">
1828d125652eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1829d125652eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify the usage of `OriginOfCondition` with relation to the `DiagnosticDataType` property."/>
1830d125652eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_12_6.LogEntry"/>
1831d125652eSGunnar Mills    </Schema>
1832d125652eSGunnar Mills
1833d125652eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_12_8">
1834d125652eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1835d125652eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify that Base64-encoded string properties include padding characters."/>
1836d125652eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_12_7.LogEntry"/>
1837d125652eSGunnar Mills    </Schema>
1838d125652eSGunnar Mills
1839720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_13_0">
1840720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1841720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2022.2"/>
1842720c9898SEd Tanous
1843720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_12_0.LogEntry">
1844720c9898SEd Tanous        <Property Name="SpecificEventExistsInGroup" Type="Edm.Boolean" Nullable="false">
1845720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1846f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="Indicates this log entry is equivalent to a more specific log entry within the same `EventGroupId`."/>
1847f2a8e57eSGunnar 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`."/>
1848720c9898SEd Tanous        </Property>
1849720c9898SEd Tanous      </EntityType>
1850720c9898SEd Tanous    </Schema>
1851720c9898SEd Tanous
1852720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_13_1">
1853720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1854f2a8e57eSGunnar 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`."/>
1855720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_13_0.LogEntry"/>
1856720c9898SEd Tanous    </Schema>
1857720c9898SEd Tanous
1858720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_13_2">
1859720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1860f2a8e57eSGunnar 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."/>
1861720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_13_1.LogEntry"/>
1862720c9898SEd Tanous    </Schema>
1863720c9898SEd Tanous
1864720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_13_3">
1865720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1866f2a8e57eSGunnar 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`."/>
1867720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_13_2.LogEntry"/>
1868720c9898SEd Tanous    </Schema>
1869720c9898SEd Tanous
1870720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_13_4">
1871720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1872720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1873720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_13_3.LogEntry"/>
1874720c9898SEd Tanous    </Schema>
1875720c9898SEd Tanous
1876f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_13_5">
1877f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1878f2a8e57eSGunnar 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."/>
1879f2a8e57eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_13_4.LogEntry"/>
1880f2a8e57eSGunnar Mills    </Schema>
1881f2a8e57eSGunnar Mills
188228cfceb2SGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_13_6">
188328cfceb2SGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
188428cfceb2SGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify that `RelatedLogEntries` should be used to link log entries that describe the initial condition from the log entry that describes the resolved condition."/>
188528cfceb2SGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_13_5.LogEntry"/>
188628cfceb2SGunnar Mills    </Schema>
188728cfceb2SGunnar Mills
1888d125652eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_13_7">
1889d125652eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1890d125652eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify the usage of `OriginOfCondition` with relation to the `DiagnosticDataType` property."/>
1891d125652eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_13_6.LogEntry"/>
1892d125652eSGunnar Mills    </Schema>
1893d125652eSGunnar Mills
1894d125652eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_13_8">
1895d125652eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1896d125652eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify that Base64-encoded string properties include padding characters."/>
1897d125652eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_13_7.LogEntry"/>
1898d125652eSGunnar Mills    </Schema>
1899d125652eSGunnar Mills
1900720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_14_0">
1901720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1902720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2022.3"/>
1903f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add `CXL` to `LogEntryType`."/>
1904720c9898SEd Tanous
1905720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_13_1.LogEntry">
1906720c9898SEd Tanous        <Property Name="OverflowErrorCount" Type="Edm.Int64" Nullable="false">
1907720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1908720c9898SEd Tanous          <Annotation Term="OData.Description" String="The count of overflow errors that occurred after this log entry."/>
1909720c9898SEd 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."/>
1910720c9898SEd Tanous        </Property>
1911720c9898SEd Tanous        <Property Name="FirstOverflowTimestamp" Type="Edm.DateTimeOffset" Nullable="false">
1912720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1913720c9898SEd Tanous          <Annotation Term="OData.Description" String="The timestamp of the first overflow captured after this log entry."/>
1914720c9898SEd 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."/>
1915720c9898SEd Tanous        </Property>
1916720c9898SEd Tanous        <Property Name="LastOverflowTimestamp" Type="Edm.DateTimeOffset" Nullable="false">
1917720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1918720c9898SEd Tanous          <Annotation Term="OData.Description" String="The timestamp of the last overflow captured after this log entry."/>
1919720c9898SEd 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."/>
1920720c9898SEd Tanous        </Property>
1921720c9898SEd Tanous        <Property Name="CXLEntryType" Type="LogEntry.v1_14_0.CXLEntryType" Nullable="false">
1922720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1923720c9898SEd Tanous          <Annotation Term="OData.Description" String="The specific CXL entry type."/>
1924f2a8e57eSGunnar 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`."/>
1925720c9898SEd Tanous        </Property>
1926720c9898SEd Tanous        <Property Name="Persistency" Type="Edm.Boolean" Nullable="false">
1927720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1928720c9898SEd Tanous          <Annotation Term="OData.Description" String="Indicates whether the log entry is persistent across a cold reset of the device."/>
1929720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall indicate whether the log entry is persistent across a cold reset of the device."/>
1930720c9898SEd Tanous        </Property>
1931720c9898SEd Tanous      </EntityType>
1932720c9898SEd Tanous
1933720c9898SEd Tanous      <EnumType Name="CXLEntryType">
1934720c9898SEd Tanous        <Member Name="DynamicCapacity">
1935720c9898SEd Tanous          <Annotation Term="OData.Description" String="A CXL Dynamic Capacity log entry."/>
1936720c9898SEd Tanous        </Member>
1937720c9898SEd Tanous        <Member Name="Informational">
1938720c9898SEd Tanous          <Annotation Term="OData.Description" String="A CXL informational log entry."/>
1939720c9898SEd Tanous        </Member>
1940720c9898SEd Tanous        <Member Name="Warning">
1941720c9898SEd Tanous          <Annotation Term="OData.Description" String="A CXL warning log entry."/>
1942720c9898SEd Tanous        </Member>
1943720c9898SEd Tanous        <Member Name="Failure">
1944720c9898SEd Tanous          <Annotation Term="OData.Description" String="A CXL failure log entry."/>
1945720c9898SEd Tanous        </Member>
1946720c9898SEd Tanous        <Member Name="Fatal">
1947720c9898SEd Tanous          <Annotation Term="OData.Description" String="A CXL fatal log entry."/>
1948720c9898SEd Tanous        </Member>
1949720c9898SEd Tanous      </EnumType>
1950720c9898SEd Tanous    </Schema>
1951720c9898SEd Tanous
1952720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_14_1">
1953720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1954f2a8e57eSGunnar 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."/>
1955720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_14_0.LogEntry"/>
1956720c9898SEd Tanous    </Schema>
1957720c9898SEd Tanous
1958720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_14_2">
1959720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1960f2a8e57eSGunnar 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`."/>
1961720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_14_1.LogEntry"/>
1962720c9898SEd Tanous    </Schema>
1963720c9898SEd Tanous
1964720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_14_3">
1965720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1966720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1967720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_14_2.LogEntry"/>
1968720c9898SEd Tanous    </Schema>
1969720c9898SEd Tanous
1970f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_14_4">
1971f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1972f2a8e57eSGunnar 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."/>
1973f2a8e57eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_14_3.LogEntry"/>
1974f2a8e57eSGunnar Mills    </Schema>
1975f2a8e57eSGunnar Mills
197628cfceb2SGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_14_5">
197728cfceb2SGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
197828cfceb2SGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify that `RelatedLogEntries` should be used to link log entries that describe the initial condition from the log entry that describes the resolved condition."/>
197928cfceb2SGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_14_4.LogEntry"/>
198028cfceb2SGunnar Mills    </Schema>
198128cfceb2SGunnar Mills
1982d125652eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_14_6">
1983d125652eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1984d125652eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify the usage of `OriginOfCondition` with relation to the `DiagnosticDataType` property."/>
1985d125652eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_14_5.LogEntry"/>
1986d125652eSGunnar Mills    </Schema>
1987d125652eSGunnar Mills
1988d125652eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_14_7">
1989d125652eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1990d125652eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify that Base64-encoded string properties include padding characters."/>
1991d125652eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_14_6.LogEntry"/>
1992d125652eSGunnar Mills    </Schema>
1993d125652eSGunnar Mills
1994720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_15_0">
1995720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1996720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2023.1"/>
1997720c9898SEd Tanous
1998720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_14_1.LogEntry">
1999720c9898SEd Tanous        <Property Name="CPER" Type="LogEntry.v1_15_0.CPER" Nullable="false">
2000720c9898SEd Tanous          <Annotation Term="OData.Description" String="Details for a CPER section or record associated with this log entry."/>
2001720c9898SEd 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."/>
2002720c9898SEd Tanous        </Property>
2003720c9898SEd Tanous        <Property Name="DiagnosticData" Type="Edm.String">
2004720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2005720c9898SEd Tanous          <Annotation Term="OData.Description" String="A Base64-encoded set of diagnostic data associated with this log entry."/>
2006d125652eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain a Base64-encoded string, with padding characters, 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."/>
2007720c9898SEd Tanous        </Property>
2008720c9898SEd Tanous      </EntityType>
2009720c9898SEd Tanous
2010720c9898SEd Tanous      <ComplexType Name="CPER">
2011720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
2012720c9898SEd Tanous        <Annotation Term="OData.Description" String="Details for a CPER section or record associated with a log entry."/>
2013720c9898SEd 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."/>
2014720c9898SEd Tanous        <Property Name="NotificationType" Type="Edm.Guid">
2015720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2016720c9898SEd Tanous          <Annotation Term="OData.Description" String="The CPER Notification Type for a CPER record."/>
2017f2a8e57eSGunnar 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`."/>
2018720c9898SEd Tanous        </Property>
2019720c9898SEd Tanous        <Property Name="SectionType" Type="Edm.Guid">
2020720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2021720c9898SEd Tanous          <Annotation Term="OData.Description" String="The CPER Section Type."/>
2022f2a8e57eSGunnar 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`."/>
2023720c9898SEd Tanous        </Property>
2024720c9898SEd Tanous        <Property Name="Oem" Type="Resource.Oem" Nullable="false">
2025720c9898SEd Tanous          <Annotation Term="OData.Description" String="The OEM extension property."/>
2026720c9898SEd 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."/>
2027720c9898SEd Tanous        </Property>
2028720c9898SEd Tanous      </ComplexType>
2029720c9898SEd Tanous    </Schema>
2030720c9898SEd Tanous
2031720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_15_1">
2032720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2033f2a8e57eSGunnar 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`."/>
2034720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_15_0.LogEntry"/>
2035720c9898SEd Tanous    </Schema>
2036720c9898SEd Tanous
2037720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_15_2">
2038720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2039720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
2040720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_15_1.LogEntry"/>
2041720c9898SEd Tanous    </Schema>
2042720c9898SEd Tanous
2043f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_15_3">
2044f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2045f2a8e57eSGunnar 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."/>
2046f2a8e57eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_15_2.LogEntry"/>
2047f2a8e57eSGunnar Mills    </Schema>
2048f2a8e57eSGunnar Mills
204928cfceb2SGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_15_4">
205028cfceb2SGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
205128cfceb2SGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify that `RelatedLogEntries` should be used to link log entries that describe the initial condition from the log entry that describes the resolved condition."/>
205228cfceb2SGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_15_3.LogEntry"/>
205328cfceb2SGunnar Mills    </Schema>
205428cfceb2SGunnar Mills
2055d125652eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_15_5">
2056d125652eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2057d125652eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify the usage of `OriginOfCondition` with relation to the `DiagnosticDataType` property."/>
2058d125652eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_15_4.LogEntry"/>
2059d125652eSGunnar Mills    </Schema>
2060d125652eSGunnar Mills
2061d125652eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_15_6">
2062d125652eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2063d125652eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify that Base64-encoded string properties include padding characters."/>
2064d125652eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_15_5.LogEntry"/>
2065d125652eSGunnar Mills    </Schema>
2066d125652eSGunnar Mills
2067720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_16_0">
2068720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2069720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2023.3"/>
2070720c9898SEd Tanous
2071720c9898SEd Tanous      <EntityType Name="LogEntry" BaseType="LogEntry.v1_15_2.LogEntry">
2072720c9898SEd Tanous        <Property Name="ResolutionSteps" Type="Collection(ResolutionStep.ResolutionStep)" Nullable="false">
2073720c9898SEd Tanous          <Annotation Term="OData.Description" String="The list of recommended steps to resolve the cause of the log entry."/>
2074f2a8e57eSGunnar 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`."/>
2075720c9898SEd Tanous        </Property>
2076720c9898SEd Tanous      </EntityType>
2077720c9898SEd Tanous    </Schema>
2078720c9898SEd Tanous
2079f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_16_1">
2080f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2081f2a8e57eSGunnar 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."/>
2082f2a8e57eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_16_0.LogEntry"/>
2083f2a8e57eSGunnar Mills    </Schema>
2084f2a8e57eSGunnar Mills
208528cfceb2SGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_16_2">
208628cfceb2SGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
208728cfceb2SGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify that `RelatedLogEntries` should be used to link log entries that describe the initial condition from the log entry that describes the resolved condition."/>
208828cfceb2SGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_16_1.LogEntry"/>
208928cfceb2SGunnar Mills    </Schema>
209028cfceb2SGunnar Mills
2091d125652eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_16_3">
2092d125652eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2093d125652eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify the usage of `OriginOfCondition` with relation to the `DiagnosticDataType` property."/>
2094d125652eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_16_2.LogEntry"/>
2095d125652eSGunnar Mills    </Schema>
2096d125652eSGunnar Mills
2097d125652eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_16_4">
2098d125652eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2099d125652eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify that Base64-encoded string properties include padding characters."/>
2100d125652eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_16_3.LogEntry"/>
2101d125652eSGunnar Mills    </Schema>
2102d125652eSGunnar Mills
2103dd5c81e9SGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_17_0">
2104dd5c81e9SGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2105dd5c81e9SGunnar Mills      <Annotation Term="Redfish.Release" String="2024.3"/>
2106dd5c81e9SGunnar Mills
2107dd5c81e9SGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_16_2.LogEntry">
2108dd5c81e9SGunnar Mills        <Property Name="Username" Type="Edm.String">
2109dd5c81e9SGunnar Mills          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2110dd5c81e9SGunnar Mills          <Annotation Term="OData.Description" String="The username of the account associated with the log entry."/>
2111dd5c81e9SGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the username of the account associated with the log entry.  This should be used for audit logs that result from a user action."/>
2112dd5c81e9SGunnar Mills        </Property>
2113dd5c81e9SGunnar Mills        <Property Name="UserAuthenticationSource" Type="Edm.String">
2114dd5c81e9SGunnar Mills          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2115dd5c81e9SGunnar Mills          <Annotation Term="OData.Description" String="The source of authentication for the username property associated with the log entry."/>
2116dd5c81e9SGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the URL to the authentication service that is associated with the username property.  This should be used for audit logs that result from a user action."/>
2117dd5c81e9SGunnar Mills        </Property>
2118dd5c81e9SGunnar Mills      </EntityType>
2119dd5c81e9SGunnar Mills    </Schema>
2120dd5c81e9SGunnar Mills
2121d125652eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_17_1">
2122d125652eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2123d125652eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify the usage of `OriginOfCondition` with relation to the `DiagnosticDataType` property."/>
2124d125652eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_17_0.LogEntry"/>
2125d125652eSGunnar Mills    </Schema>
2126d125652eSGunnar Mills
2127d125652eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_17_2">
2128d125652eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2129d125652eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify that Base64-encoded string properties include padding characters."/>
2130d125652eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_17_1.LogEntry"/>
2131d125652eSGunnar Mills    </Schema>
2132d125652eSGunnar Mills
2133d125652eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_18_0">
2134d125652eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2135d125652eSGunnar Mills      <Annotation Term="Redfish.Release" String="2025.1"/>
2136d125652eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add `Device` to `DiagnosticDataType`."/>
2137d125652eSGunnar Mills
2138d125652eSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_17_2.LogEntry"/>
2139d125652eSGunnar Mills    </Schema>
2140d125652eSGunnar Mills
2141*c6d7a45dSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LogEntry.v1_19_0">
2142*c6d7a45dSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2143*c6d7a45dSGunnar Mills      <Annotation Term="Redfish.Release" String="2025.2"/>
2144*c6d7a45dSGunnar Mills
2145*c6d7a45dSGunnar Mills      <EntityType Name="LogEntry" BaseType="LogEntry.v1_18_0.LogEntry">
2146*c6d7a45dSGunnar Mills        <Property Name="SerialNumber" Type="Edm.String">
2147*c6d7a45dSGunnar Mills          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2148*c6d7a45dSGunnar Mills          <Annotation Term="OData.Description" String="The serial number associated with the source of this log entry."/>
2149*c6d7a45dSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain a manufacturer-allocated number that identifies the source of this log entry."/>
2150*c6d7a45dSGunnar Mills        </Property>
2151*c6d7a45dSGunnar Mills        <Property Name="PartNumber" Type="Edm.String">
2152*c6d7a45dSGunnar Mills          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2153*c6d7a45dSGunnar Mills          <Annotation Term="OData.Description" String="The part number associated with the source of this log entry."/>
2154*c6d7a45dSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the manufacturer-provided part number for the source of this log entry."/>
2155*c6d7a45dSGunnar Mills        </Property>
2156*c6d7a45dSGunnar Mills      </EntityType>
2157*c6d7a45dSGunnar Mills    </Schema>
2158*c6d7a45dSGunnar Mills
2159720c9898SEd Tanous  </edmx:DataServices>
2160720c9898SEd Tanous</edmx:Edmx>
2161