1720c9898SEd Tanous<?xml version="1.0" encoding="UTF-8"?>
2720c9898SEd Tanous<!---->
3720c9898SEd Tanous<!--################################################################################       -->
4*f2a8e57eSGunnar Mills<!--# Redfish Schema:  Event v1.10.1                                                       -->
5720c9898SEd Tanous<!--#                                                                                      -->
6720c9898SEd Tanous<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
7720c9898SEd Tanous<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8*f2a8e57eSGunnar Mills<!--# Copyright 2014-2024 DMTF.                                                            -->
9720c9898SEd Tanous<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10720c9898SEd Tanous<!--################################################################################       -->
11720c9898SEd Tanous<!---->
12720c9898SEd Tanous<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13720c9898SEd Tanous
14720c9898SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15720c9898SEd Tanous    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16720c9898SEd Tanous  </edmx:Reference>
17720c9898SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18720c9898SEd Tanous    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19720c9898SEd Tanous  </edmx:Reference>
20720c9898SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
21720c9898SEd Tanous    <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
22720c9898SEd Tanous  </edmx:Reference>
23720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
24720c9898SEd Tanous    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
25720c9898SEd Tanous    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
26720c9898SEd Tanous  </edmx:Reference>
27720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
28720c9898SEd Tanous    <edmx:Include Namespace="Resource"/>
29720c9898SEd Tanous    <edmx:Include Namespace="Resource.v1_0_0"/>
30720c9898SEd Tanous  </edmx:Reference>
31720c9898SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/LogEntry_v1.xml">
32720c9898SEd Tanous    <edmx:Include Namespace="LogEntry"/>
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="Event">
41720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
42*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.Language" String="en"/>
43720c9898SEd Tanous
44720c9898SEd Tanous      <EntityType Name="Event" BaseType="Resource.v1_0_0.Resource" Abstract="true">
45*f2a8e57eSGunnar Mills        <Annotation Term="OData.Description" String="The `Event` schema describes the JSON payload received by an event destination, which has subscribed to event notification, when events occur.  This resource contains data about events, including descriptions, severity, and a message identifier to a message registry that can be accessed for further information."/>
46720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This resource contains an event for 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="false"/>
55720c9898SEd Tanous          </Record>
56720c9898SEd Tanous        </Annotation>
57720c9898SEd Tanous        <Annotation Term="Capabilities.DeleteRestrictions">
58720c9898SEd Tanous          <Record>
59720c9898SEd Tanous            <PropertyValue Property="Deletable" Bool="false"/>
60720c9898SEd Tanous          </Record>
61720c9898SEd Tanous        </Annotation>
62720c9898SEd Tanous      </EntityType>
63720c9898SEd Tanous
64720c9898SEd Tanous      <EnumType Name="EventType">
65720c9898SEd Tanous        <Annotation Term="Redfish.Revisions">
66720c9898SEd Tanous          <Collection>
67720c9898SEd Tanous            <Record>
68720c9898SEd Tanous              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
69720c9898SEd Tanous              <PropertyValue Property="Version" String="v1_3_0"/>
70*f2a8e57eSGunnar Mills              <PropertyValue Property="Description" String="Starting with Redfish Specification v1.6 (Event v1.3), subscriptions are based on the `RegistryPrefix` and `ResourceType` properties and not on the `EventType` property."/>
71720c9898SEd Tanous            </Record>
72720c9898SEd Tanous          </Collection>
73720c9898SEd Tanous        </Annotation>
74720c9898SEd Tanous        <Member Name="StatusChange">
75720c9898SEd Tanous          <Annotation Term="OData.Description" String="The status of a resource has changed."/>
76720c9898SEd Tanous        </Member>
77720c9898SEd Tanous        <Member Name="ResourceUpdated">
78720c9898SEd Tanous          <Annotation Term="OData.Description" String="A resource has been updated."/>
79720c9898SEd Tanous        </Member>
80720c9898SEd Tanous        <Member Name="ResourceAdded">
81720c9898SEd Tanous          <Annotation Term="OData.Description" String="A resource has been added."/>
82720c9898SEd Tanous        </Member>
83720c9898SEd Tanous        <Member Name="ResourceRemoved">
84720c9898SEd Tanous          <Annotation Term="OData.Description" String="A resource has been removed."/>
85720c9898SEd Tanous        </Member>
86720c9898SEd Tanous        <Member Name="Alert">
87720c9898SEd Tanous          <Annotation Term="OData.Description" String="A condition requires attention."/>
88720c9898SEd Tanous        </Member>
89720c9898SEd Tanous        <Member Name="MetricReport">
90720c9898SEd Tanous          <Annotation Term="OData.Description" String="The telemetry service is sending a metric report."/>
91*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="Events of type `MetricReport` shall be sent to a client in accordance with the `MetricReport` schema definition."/>
92720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
93720c9898SEd Tanous            <Collection>
94720c9898SEd Tanous              <Record>
95720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
96720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_3_0"/>
97720c9898SEd Tanous              </Record>
98720c9898SEd Tanous            </Collection>
99720c9898SEd Tanous          </Annotation>
100720c9898SEd Tanous        </Member>
101720c9898SEd Tanous        <Member Name="Other">
102*f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="Because `EventType` is deprecated as of Redfish Specification v1.6, the event is based on a registry or resource but not an `EventType`."/>
103*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="Events of type `Other` shall be sent to a client in accordance with subscriptions to `RegistryPrefixes` or `ResourceTypes`."/>
104720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
105720c9898SEd Tanous            <Collection>
106720c9898SEd Tanous              <Record>
107720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
108720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_4_0"/>
109720c9898SEd Tanous              </Record>
110720c9898SEd Tanous            </Collection>
111720c9898SEd Tanous          </Annotation>
112720c9898SEd Tanous        </Member>
113720c9898SEd Tanous      </EnumType>
114720c9898SEd Tanous
115720c9898SEd Tanous    </Schema>
116720c9898SEd Tanous
117720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_0">
118720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
119720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="1.0"/>
120720c9898SEd Tanous
121720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.Event">
122720c9898SEd Tanous        <NavigationProperty Name="Events" Type="Collection(Event.v1_0_0.EventRecord)" ContainsTarget="true">
123720c9898SEd Tanous          <Annotation Term="OData.Description" String="Each event in this array has a set of properties that describe the event.  Because this is an array, more than one event can be sent simultaneously."/>
124720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of objects that represent the occurrence of one or more events."/>
125720c9898SEd Tanous          <Annotation Term="Redfish.Required"/>
126720c9898SEd Tanous          <Annotation Term="OData.AutoExpand"/>
127720c9898SEd Tanous        </NavigationProperty>
128720c9898SEd Tanous      </EntityType>
129720c9898SEd Tanous
130720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Resource.v1_0_0.ReferenceableMember">
131720c9898SEd Tanous        <Property Name="EventType" Type="Event.EventType" Nullable="false">
132720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
133720c9898SEd Tanous          <Annotation Term="OData.Description" String="The type of event."/>
134720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall indicate the type of event."/>
135720c9898SEd Tanous          <Annotation Term="Redfish.Required"/>
136720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
137720c9898SEd Tanous            <Collection>
138720c9898SEd Tanous              <Record>
139720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
140720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_3_0"/>
141*f2a8e57eSGunnar Mills                <PropertyValue Property="Description" String="This property has been deprecated.  Starting with Redfish Specification v1.6 (Event v1.3), subscriptions are based on the `RegistryPrefix` and `ResourceType` properties and not on the `EventType` property."/>
142720c9898SEd Tanous              </Record>
143720c9898SEd Tanous            </Collection>
144720c9898SEd Tanous          </Annotation>
145720c9898SEd Tanous        </Property>
146720c9898SEd Tanous        <Property Name="EventId" Type="Edm.String" Nullable="false">
147720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
148720c9898SEd Tanous          <Annotation Term="OData.Description" String="The unique instance identifier of an event."/>
149720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a service-defined unique identifier for the event."/>
150720c9898SEd Tanous        </Property>
151720c9898SEd Tanous        <Property Name="EventTimestamp" Type="Edm.DateTimeOffset" Nullable="false">
152720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
153720c9898SEd Tanous          <Annotation Term="OData.Description" String="The time the event occurred."/>
154*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall indicate the time the event occurred where the value shall be consistent with the Redfish service time that is also used for the values of the `Modified` property."/>
155720c9898SEd Tanous        </Property>
156720c9898SEd Tanous        <Property Name="Severity" Type="Edm.String" Nullable="false">
157720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
158720c9898SEd Tanous          <Annotation Term="OData.Description" String="The severity of the event."/>
159720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the severity of the event, as defined in the 'Status' clause of the Redfish Specification.  Services can replace the value defined in the message registry with a value more applicable to the implementation."/>
160720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
161720c9898SEd Tanous            <Collection>
162720c9898SEd Tanous              <Record>
163720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
164720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_5_0"/>
165*f2a8e57eSGunnar Mills                <PropertyValue Property="Description" String="This property has been deprecated in favor of `MessageSeverity`, which ties the values to the enumerations defined for the `Health` property within `Status`."/>
166720c9898SEd Tanous              </Record>
167720c9898SEd Tanous            </Collection>
168720c9898SEd Tanous          </Annotation>
169720c9898SEd Tanous        </Property>
170720c9898SEd Tanous        <Property Name="Message" Type="Edm.String" Nullable="false">
171720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
172720c9898SEd Tanous          <Annotation Term="OData.Description" String="The human-readable event message."/>
173720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a human-readable event message."/>
174720c9898SEd Tanous        </Property>
175720c9898SEd Tanous        <Property Name="MessageId" Type="Edm.String" Nullable="false">
176720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
177720c9898SEd Tanous          <Annotation Term="OData.Description" String="The identifier for the message."/>
178*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain a `MessageId`, as defined in the 'MessageId format' clause of the Redfish Specification."/>
179720c9898SEd Tanous          <Annotation Term="Validation.Pattern" String="^[A-Za-z0-9]+\.\d+\.\d+\.[A-Za-z0-9.]+$"/>
180720c9898SEd Tanous          <Annotation Term="Redfish.Required"/>
181720c9898SEd Tanous        </Property>
182720c9898SEd Tanous        <Property Name="MessageArgs" Type="Collection(Edm.String)" Nullable="false">
183720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
184720c9898SEd 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."/>
185*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain an array of message arguments that are substituted for the arguments in the message when looked up in the message registry.  It has the same semantics as the `MessageArgs` property in the Redfish `MessageRegistry` schema.  If the corresponding `ParamType` value contains `number`, the service shall convert the number to a string representation of the number."/>
186720c9898SEd Tanous        </Property>
187720c9898SEd Tanous        <Property Name="Context" Type="Edm.String" Nullable="false">
188720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
189720c9898SEd Tanous          <Annotation Term="OData.Description" String="A context can be supplied at subscription time.  This property is the context value supplied by the subscriber."/>
190720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a client supplied context for the event destination to which this event is being sent."/>
191720c9898SEd Tanous          <Annotation Term="Redfish.Revisions">
192720c9898SEd Tanous            <Collection>
193720c9898SEd Tanous              <Record>
194720c9898SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
195720c9898SEd Tanous                <PropertyValue Property="Version" String="v1_1_0"/>
196*f2a8e57eSGunnar Mills                <PropertyValue Property="Description" String="Events are triggered independently from subscriptions to those events.  This property has been deprecated in favor of the `Context` property found at the root level of the object."/>
197720c9898SEd Tanous              </Record>
198720c9898SEd Tanous            </Collection>
199720c9898SEd Tanous          </Annotation>
200720c9898SEd Tanous        </Property>
201720c9898SEd Tanous        <NavigationProperty Name="OriginOfCondition" Type="Resource.Item" Nullable="false">
202720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
203720c9898SEd Tanous          <Annotation Term="OData.Description" String="A link to the resource or object that originated the condition that caused the event to be generated."/>
204*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain a link to the resource or object that originated the condition that caused the event to be generated.  If the event subscription has the `IncludeOriginOfCondition` property set to `true`, it shall include the entire resource or object referenced by the link.  For events 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."/>
205720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
206720c9898SEd Tanous        </NavigationProperty>
207720c9898SEd Tanous      </EntityType>
208720c9898SEd Tanous    </Schema>
209720c9898SEd Tanous
210720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_2">
211720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
212720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
213720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_0_0.Event"/>
214720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_0_0.EventRecord"/>
215720c9898SEd Tanous    </Schema>
216720c9898SEd Tanous
217720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_3">
218720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
219720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
220720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_0_2.Event"/>
221720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_0_2.EventRecord"/>
222720c9898SEd Tanous    </Schema>
223720c9898SEd Tanous
224720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_4">
225720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
226720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
227720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_0_3.Event"/>
228720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_0_3.EventRecord"/>
229720c9898SEd Tanous    </Schema>
230720c9898SEd Tanous
231720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_5">
232720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
233*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to remove the nullable term on arrays of links."/>
234720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_0_4.Event"/>
235720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_0_4.EventRecord"/>
236720c9898SEd Tanous    </Schema>
237720c9898SEd Tanous
238720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_6">
239720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
240*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version deprecates the versioned definition of `EventType` to use an unversioned definition."/>
241720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_0_5.Event"/>
242720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_0_5.EventRecord"/>
243720c9898SEd Tanous    </Schema>
244720c9898SEd Tanous
245720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_7">
246720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
247720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was 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."/>
248720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_0_6.Event"/>
249720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_0_6.EventRecord"/>
250720c9898SEd Tanous    </Schema>
251720c9898SEd Tanous
252720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_8">
253720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
254720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
255720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_0_7.Event"/>
256720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_0_7.EventRecord"/>
257720c9898SEd Tanous    </Schema>
258720c9898SEd Tanous
259720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_9">
260720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
261*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to regenerate JSON Schema so that `@odata.id` is not provided as a property, and so that URI properties use the uri-reference format."/>
262720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_0_8.Event"/>
263720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_0_8.EventRecord"/>
264720c9898SEd Tanous    </Schema>
265720c9898SEd Tanous
266720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_10">
267720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
268*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to update the description for `EventId`.  It was also created to update descriptions that this schema defines."/>
269720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_0_9.Event"/>
270720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_0_9.EventRecord"/>
271720c9898SEd Tanous    </Schema>
272720c9898SEd Tanous
273720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_11">
274720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
275*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to expand the description for `OriginOfCondition` to show that it can be expanded based on the configuration of the event destination."/>
276720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_0_10.Event"/>
277720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_0_10.EventRecord"/>
278720c9898SEd Tanous    </Schema>
279720c9898SEd Tanous
280720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_12">
281720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
282*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify that `Severity` can be overridden by the service."/>
283720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_0_11.Event"/>
284720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_0_11.EventRecord"/>
285720c9898SEd Tanous    </Schema>
286720c9898SEd Tanous
287720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_13">
288720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
289*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to correct the description for `MessageId`, and to align descriptions between the `Message` and `Event` schemas.  It was also created to remove language in the long description for `EventId` to align with the specification."/>
290720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_0_12.Event"/>
291720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_0_12.EventRecord"/>
292720c9898SEd Tanous    </Schema>
293720c9898SEd Tanous
294720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_14">
295720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
296*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify the usage of `OriginOfCondition` for creation and deletion events."/>
297720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_0_13.Event"/>
298720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_0_13.EventRecord"/>
299720c9898SEd Tanous    </Schema>
300720c9898SEd Tanous
301720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_15">
302720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
303720c9898SEd 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."/>
304720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_0_14.Event"/>
305*f2a8e57eSGunnar Mills      <EntityType Name="EventRecord" BaseType="Event.v1_0_14.EventRecord"/>
306*f2a8e57eSGunnar Mills    </Schema>
307*f2a8e57eSGunnar Mills
308*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_16">
309*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
310*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
311*f2a8e57eSGunnar Mills      <EntityType Name="Event" BaseType="Event.v1_0_15.Event"/>
312*f2a8e57eSGunnar Mills      <EntityType Name="EventRecord" BaseType="Event.v1_0_15.EventRecord"/>
313720c9898SEd Tanous    </Schema>
314720c9898SEd Tanous
315720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_0">
316720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
317720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2016.1"/>
318720c9898SEd Tanous
319720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_0_2.Event">
320720c9898SEd Tanous        <Property Name="Context" Type="Edm.String" Nullable="false">
321720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
322720c9898SEd Tanous          <Annotation Term="OData.Description" String="A context can be supplied at subscription time.  This property is the context value supplied by the subscriber."/>
323720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain a client supplied context for the event destination to which this event is being sent."/>
324720c9898SEd Tanous        </Property>
325720c9898SEd Tanous      </EntityType>
326720c9898SEd Tanous
327720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_0_2.EventRecord"/>
328720c9898SEd Tanous    </Schema>
329720c9898SEd Tanous
330720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_1">
331720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
332720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
333720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_1_0.Event"/>
334720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_1_0.EventRecord"/>
335720c9898SEd Tanous    </Schema>
336720c9898SEd Tanous
337720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_2">
338720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
339720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
340720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_1_1.Event"/>
341720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_1_1.EventRecord"/>
342720c9898SEd Tanous    </Schema>
343720c9898SEd Tanous
344720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_3">
345720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
346*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to remove the nullable term on arrays of links."/>
347720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_1_2.Event"/>
348720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_1_2.EventRecord"/>
349720c9898SEd Tanous    </Schema>
350720c9898SEd Tanous
351720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_4">
352720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
353*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version deprecates the versioned definition of `EventType` to use an unversioned definition."/>
354720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_1_3.Event"/>
355720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_1_3.EventRecord"/>
356720c9898SEd Tanous    </Schema>
357720c9898SEd Tanous
358720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_5">
359720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
360720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was 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."/>
361720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_1_4.Event"/>
362720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_1_4.EventRecord"/>
363720c9898SEd Tanous    </Schema>
364720c9898SEd Tanous
365720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_6">
366720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
367720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
368720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_1_5.Event"/>
369720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_1_5.EventRecord"/>
370720c9898SEd Tanous    </Schema>
371720c9898SEd Tanous
372720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_7">
373720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
374*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to regenerate JSON Schema so that `@odata.id` is not provided as a property, and so that URI properties use the uri-reference format."/>
375720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_1_6.Event"/>
376720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_1_6.EventRecord"/>
377720c9898SEd Tanous    </Schema>
378720c9898SEd Tanous
379720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_8">
380720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
381*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to update the description for `EventId`.  It was also created to update descriptions that this schema defines."/>
382720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_1_7.Event"/>
383720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_1_7.EventRecord"/>
384720c9898SEd Tanous    </Schema>
385720c9898SEd Tanous
386720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_9">
387720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
388*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to expand the description for `OriginOfCondition` to show that it can be expanded based on the configuration of the event destination."/>
389720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_1_8.Event"/>
390720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_1_8.EventRecord"/>
391720c9898SEd Tanous    </Schema>
392720c9898SEd Tanous
393720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_10">
394720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
395*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify that `Severity` can be overridden by the service."/>
396720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_1_9.Event"/>
397720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_1_9.EventRecord"/>
398720c9898SEd Tanous    </Schema>
399720c9898SEd Tanous
400720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_11">
401720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
402*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to correct the description for `MessageId`, and to align descriptions between the `Message` and `Event` schemas.  It was also created to remove language in the long description for `EventId` to align with the specification."/>
403720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_1_10.Event"/>
404720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_1_10.EventRecord"/>
405720c9898SEd Tanous    </Schema>
406720c9898SEd Tanous
407720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_12">
408720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
409*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify the usage of `OriginOfCondition` for creation and deletion events."/>
410720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_1_11.Event"/>
411720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_1_11.EventRecord"/>
412720c9898SEd Tanous    </Schema>
413720c9898SEd Tanous
414720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_13">
415720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
416720c9898SEd 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."/>
417720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_1_12.Event"/>
418*f2a8e57eSGunnar Mills      <EntityType Name="EventRecord" BaseType="Event.v1_1_12.EventRecord"/>
419*f2a8e57eSGunnar Mills    </Schema>
420*f2a8e57eSGunnar Mills
421*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_14">
422*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
423*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
424*f2a8e57eSGunnar Mills      <EntityType Name="Event" BaseType="Event.v1_1_13.Event"/>
425*f2a8e57eSGunnar Mills      <EntityType Name="EventRecord" BaseType="Event.v1_1_13.EventRecord"/>
426720c9898SEd Tanous    </Schema>
427720c9898SEd Tanous
428720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_0">
429720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
430720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2017.1"/>
431720c9898SEd Tanous
432720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_1_3.Event">
433720c9898SEd Tanous        <Property Name="Actions" Type="Event.v1_2_0.Actions" Nullable="false">
434720c9898SEd Tanous          <Annotation Term="OData.Description" String="The available actions for this resource."/>
435720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
436720c9898SEd Tanous        </Property>
437720c9898SEd Tanous      </EntityType>
438720c9898SEd Tanous
439720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_1_3.EventRecord">
440720c9898SEd Tanous        <Property Name="Actions" Type="Event.v1_2_0.EventRecordActions" Nullable="false">
441720c9898SEd Tanous          <Annotation Term="OData.Description" String="The available actions for this resource."/>
442720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
443720c9898SEd Tanous        </Property>
444720c9898SEd Tanous      </EntityType>
445720c9898SEd Tanous
446720c9898SEd Tanous      <ComplexType Name="Actions">
447720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
448720c9898SEd Tanous        <Annotation Term="OData.Description" String="The available actions for this resource."/>
449720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
450720c9898SEd Tanous        <Property Name="Oem" Type="Event.v1_2_0.OemActions" Nullable="false">
451720c9898SEd Tanous          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
452720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
453720c9898SEd Tanous        </Property>
454720c9898SEd Tanous      </ComplexType>
455720c9898SEd Tanous
456720c9898SEd Tanous      <ComplexType Name="OemActions">
457720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
458720c9898SEd Tanous        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
459720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
460720c9898SEd Tanous      </ComplexType>
461720c9898SEd Tanous
462720c9898SEd Tanous      <ComplexType Name="EventRecordActions">
463720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
464720c9898SEd Tanous        <Annotation Term="OData.Description" String="The available actions for this resource."/>
465720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
466720c9898SEd Tanous        <Property Name="Oem" Type="Event.v1_2_0.EventRecordOemActions" Nullable="false">
467720c9898SEd Tanous          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
468720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
469720c9898SEd Tanous        </Property>
470720c9898SEd Tanous      </ComplexType>
471720c9898SEd Tanous
472720c9898SEd Tanous      <ComplexType Name="EventRecordOemActions">
473720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
474720c9898SEd Tanous        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
475720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
476720c9898SEd Tanous      </ComplexType>
477720c9898SEd Tanous    </Schema>
478720c9898SEd Tanous
479720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_1">
480720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
481*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version deprecates the versioned definition of `EventType` to use an unversioned definition."/>
482720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_2_0.Event"/>
483720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_2_0.EventRecord"/>
484720c9898SEd Tanous    </Schema>
485720c9898SEd Tanous
486720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_2">
487720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
488720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was 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."/>
489720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_2_1.Event"/>
490720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_2_1.EventRecord"/>
491720c9898SEd Tanous    </Schema>
492720c9898SEd Tanous
493720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_3">
494720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
495720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
496720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_2_2.Event"/>
497720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_2_2.EventRecord"/>
498720c9898SEd Tanous    </Schema>
499720c9898SEd Tanous
500720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_4">
501720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
502*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to regenerate JSON Schema so that `@odata.id` is not provided as a property, and so that URI properties use the uri-reference format."/>
503720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_2_3.Event"/>
504720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_2_3.EventRecord"/>
505720c9898SEd Tanous    </Schema>
506720c9898SEd Tanous
507720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_5">
508720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
509*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to update the description for `EventId`.  It was also created to update descriptions that this schema defines."/>
510720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_2_4.Event"/>
511720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_2_4.EventRecord"/>
512720c9898SEd Tanous    </Schema>
513720c9898SEd Tanous
514720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_6">
515720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
516*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to expand the description for `OriginOfCondition` to show that it can be expanded based on the configuration of the event destination."/>
517720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_2_5.Event"/>
518720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_2_5.EventRecord"/>
519720c9898SEd Tanous    </Schema>
520720c9898SEd Tanous
521720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_7">
522720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
523*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify that `Severity` can be overridden by the service."/>
524720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_2_6.Event"/>
525720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_2_6.EventRecord"/>
526720c9898SEd Tanous    </Schema>
527720c9898SEd Tanous
528720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_8">
529720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
530*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to correct the description for `MessageId`, and to align descriptions between the `Message` and `Event` schemas.  It was also created to remove language in the long description for `EventId` to align with the specification."/>
531720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_2_7.Event"/>
532720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_2_7.EventRecord"/>
533720c9898SEd Tanous    </Schema>
534720c9898SEd Tanous
535720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_9">
536720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
537*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify the usage of `OriginOfCondition` for creation and deletion events."/>
538720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_2_8.Event"/>
539720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_2_8.EventRecord"/>
540720c9898SEd Tanous    </Schema>
541720c9898SEd Tanous
542720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_10">
543720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
544720c9898SEd 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."/>
545720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_2_9.Event"/>
546*f2a8e57eSGunnar Mills      <EntityType Name="EventRecord" BaseType="Event.v1_2_9.EventRecord"/>
547*f2a8e57eSGunnar Mills    </Schema>
548*f2a8e57eSGunnar Mills
549*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_11">
550*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
551*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
552*f2a8e57eSGunnar Mills      <EntityType Name="Event" BaseType="Event.v1_2_10.Event"/>
553*f2a8e57eSGunnar Mills      <EntityType Name="EventRecord" BaseType="Event.v1_2_10.EventRecord"/>
554720c9898SEd Tanous    </Schema>
555720c9898SEd Tanous
556720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_0">
557720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
558720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2018.2"/>
559*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version deprecates `EventType` and to add the grouping mechanism `EventGroupId`."/>
560720c9898SEd Tanous
561720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_2_2.Event"/>
562720c9898SEd Tanous
563720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_2_2.EventRecord">
564720c9898SEd Tanous        <Property Name="EventGroupId" Type="Edm.Int64" Nullable="false">
565720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
566720c9898SEd Tanous          <Annotation Term="OData.Description" String="The identifier that correlates events with the same root cause.  If `0`, no other event is related to this event."/>
567720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall indicate that events are related and shall have the same value when multiple event messages are produced by the same root cause.  Implementations shall use separate values for events with a separate root cause.  This property value shall not imply an ordering of events.  The `0` value shall indicate that this event is not grouped with any other event."/>
568720c9898SEd Tanous        </Property>
569720c9898SEd Tanous      </EntityType>
570720c9898SEd Tanous    </Schema>
571720c9898SEd Tanous
572720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_1">
573720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
574720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
575720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_3_0.Event"/>
576720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_3_0.EventRecord"/>
577720c9898SEd Tanous    </Schema>
578720c9898SEd Tanous
579720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_2">
580720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
581*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to regenerate JSON Schema so that `@odata.id` is not provided as a property, and so that URI properties use the uri-reference format."/>
582720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_3_1.Event"/>
583720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_3_1.EventRecord"/>
584720c9898SEd Tanous    </Schema>
585720c9898SEd Tanous
586720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_3">
587720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
588*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to update the description for `EventId` and `EventGroupId`.  It was also created to update descriptions that this schema defines."/>
589720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_3_2.Event"/>
590720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_3_2.EventRecord"/>
591720c9898SEd Tanous    </Schema>
592720c9898SEd Tanous
593720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_4">
594720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
595*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to expand the description for `OriginOfCondition` to show that it can be expanded based on the configuration of the event destination."/>
596720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_3_3.Event"/>
597720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_3_3.EventRecord"/>
598720c9898SEd Tanous    </Schema>
599720c9898SEd Tanous
600720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_5">
601720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
602*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify that `Severity` can be overridden by the service."/>
603720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_3_4.Event"/>
604720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_3_4.EventRecord"/>
605720c9898SEd Tanous    </Schema>
606720c9898SEd Tanous
607720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_6">
608720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
609*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to correct the description for `MessageId`, and to align descriptions between the `Message` and `Event` schemas.  It was also created to remove language in the long description for `EventId` to align with the specification."/>
610720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_3_5.Event"/>
611720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_3_5.EventRecord"/>
612720c9898SEd Tanous    </Schema>
613720c9898SEd Tanous
614720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_7">
615720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
616*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify the usage of `OriginOfCondition` for creation and deletion events."/>
617720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_3_6.Event"/>
618720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_3_6.EventRecord"/>
619720c9898SEd Tanous    </Schema>
620720c9898SEd Tanous
621720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_8">
622720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
623720c9898SEd 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."/>
624720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_3_7.Event"/>
625*f2a8e57eSGunnar Mills      <EntityType Name="EventRecord" BaseType="Event.v1_3_7.EventRecord"/>
626*f2a8e57eSGunnar Mills    </Schema>
627*f2a8e57eSGunnar Mills
628*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_9">
629*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
630*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
631*f2a8e57eSGunnar Mills      <EntityType Name="Event" BaseType="Event.v1_3_8.Event"/>
632*f2a8e57eSGunnar Mills      <EntityType Name="EventRecord" BaseType="Event.v1_3_8.EventRecord"/>
633720c9898SEd Tanous    </Schema>
634720c9898SEd Tanous
635720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_0">
636720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
637720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2019.1"/>
638*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add the value `Other` to `EventType`."/>
639720c9898SEd Tanous
640720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_3_2.Event"/>
641720c9898SEd Tanous
642720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_3_2.EventRecord"/>
643720c9898SEd Tanous    </Schema>
644720c9898SEd Tanous
645720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_1">
646720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
647*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to update the description for `EventId` and `EventGroupId`.  It was also created to update descriptions that this schema defines."/>
648720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_4_0.Event"/>
649720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_4_0.EventRecord"/>
650720c9898SEd Tanous    </Schema>
651720c9898SEd Tanous
652720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_2">
653720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
654*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to expand the description for `OriginOfCondition` to show that it can be expanded based on the configuration of the event destination."/>
655720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_4_1.Event"/>
656720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_4_1.EventRecord"/>
657720c9898SEd Tanous    </Schema>
658720c9898SEd Tanous
659720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_3">
660720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
661*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify that `Severity` can be overridden by the service."/>
662720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_4_2.Event"/>
663720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_4_2.EventRecord"/>
664720c9898SEd Tanous    </Schema>
665720c9898SEd Tanous
666720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_4">
667720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
668*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to correct the description for `MessageId`, and to align descriptions between the `Message` and `Event` schemas.  It was also created to remove language in the long description for `EventId` to align with the specification."/>
669720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_4_3.Event"/>
670720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_4_3.EventRecord"/>
671720c9898SEd Tanous    </Schema>
672720c9898SEd Tanous
673720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_5">
674720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
675*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify the usage of `OriginOfCondition` for creation and deletion events."/>
676720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_4_4.Event"/>
677720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_4_4.EventRecord"/>
678720c9898SEd Tanous    </Schema>
679720c9898SEd Tanous
680720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_6">
681720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
682720c9898SEd 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."/>
683720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_4_5.Event"/>
684*f2a8e57eSGunnar Mills      <EntityType Name="EventRecord" BaseType="Event.v1_4_5.EventRecord"/>
685*f2a8e57eSGunnar Mills    </Schema>
686*f2a8e57eSGunnar Mills
687*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_7">
688*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
689*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
690*f2a8e57eSGunnar Mills      <EntityType Name="Event" BaseType="Event.v1_4_6.Event"/>
691*f2a8e57eSGunnar Mills      <EntityType Name="EventRecord" BaseType="Event.v1_4_6.EventRecord"/>
692720c9898SEd Tanous    </Schema>
693720c9898SEd Tanous
694720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_5_0">
695720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
696720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2020.2"/>
697*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to deprecate the `Severity` property and replace it with the `MessageSeverity` property, in order to tie the values to those used for the `Health` property within `Status`."/>
698720c9898SEd Tanous
699720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_4_2.Event"/>
700720c9898SEd Tanous
701720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_4_2.EventRecord">
702720c9898SEd Tanous        <Property Name="MessageSeverity" Type="Resource.Health" Nullable="false">
703720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
704720c9898SEd Tanous          <Annotation Term="OData.Description" String="The severity of the message in this event."/>
705720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the severity of the message in this event.  Services can replace the value defined in the message registry with a value more applicable to the implementation."/>
706720c9898SEd Tanous        </Property>
707720c9898SEd Tanous      </EntityType>
708720c9898SEd Tanous    </Schema>
709720c9898SEd Tanous
710720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_5_1">
711720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
712*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify that `MessageSeverity` and `Severity` can be overridden by the service."/>
713720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_5_0.Event"/>
714720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_5_0.EventRecord"/>
715720c9898SEd Tanous    </Schema>
716720c9898SEd Tanous
717720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_5_2">
718720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
719*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to correct the description for `MessageId`, and to align descriptions between the `Message` and `Event` schemas.  It was also created to remove language in the long description for `EventId` to align with the specification."/>
720720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_5_1.Event"/>
721720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_5_1.EventRecord"/>
722720c9898SEd Tanous    </Schema>
723720c9898SEd Tanous
724720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_5_3">
725720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
726*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify the usage of `OriginOfCondition` for creation and deletion events."/>
727720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_5_2.Event"/>
728720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_5_2.EventRecord"/>
729720c9898SEd Tanous    </Schema>
730720c9898SEd Tanous
731720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_5_4">
732720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
733720c9898SEd 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."/>
734720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_5_3.Event"/>
735*f2a8e57eSGunnar Mills      <EntityType Name="EventRecord" BaseType="Event.v1_5_3.EventRecord"/>
736*f2a8e57eSGunnar Mills    </Schema>
737*f2a8e57eSGunnar Mills
738*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_5_5">
739*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
740*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
741*f2a8e57eSGunnar Mills      <EntityType Name="Event" BaseType="Event.v1_5_4.Event"/>
742*f2a8e57eSGunnar Mills      <EntityType Name="EventRecord" BaseType="Event.v1_5_4.EventRecord"/>
743720c9898SEd Tanous    </Schema>
744720c9898SEd Tanous
745720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_6_0">
746720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
747720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2020.3"/>
748720c9898SEd Tanous
749720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_5_1.Event"/>
750720c9898SEd Tanous
751720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_5_1.EventRecord">
752720c9898SEd Tanous        <Property Name="SpecificEventExistsInGroup" Type="Edm.Boolean" Nullable="false">
753720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
754*f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="Indicates this event is equivalent to a more specific event in this event group."/>
755*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall indicate that the event is equivalent to another event, 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`."/>
756720c9898SEd Tanous        </Property>
757720c9898SEd Tanous      </EntityType>
758720c9898SEd Tanous    </Schema>
759720c9898SEd Tanous
760720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_6_1">
761720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
762*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to correct the description for `MessageId`, and to align descriptions between the `Message` and `Event` schemas.  It was also created to remove language in the long description for `EventId` to align with the specification."/>
763720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_6_0.Event"/>
764720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_6_0.EventRecord"/>
765720c9898SEd Tanous    </Schema>
766720c9898SEd Tanous
767720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_6_2">
768720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
769*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify the usage of `OriginOfCondition` for creation and deletion events."/>
770720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_6_1.Event"/>
771720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_6_1.EventRecord"/>
772720c9898SEd Tanous    </Schema>
773720c9898SEd Tanous
774720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_6_3">
775720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
776720c9898SEd 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."/>
777720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_6_2.Event"/>
778*f2a8e57eSGunnar Mills      <EntityType Name="EventRecord" BaseType="Event.v1_6_2.EventRecord"/>
779*f2a8e57eSGunnar Mills    </Schema>
780*f2a8e57eSGunnar Mills
781*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_6_4">
782*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
783*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
784*f2a8e57eSGunnar Mills      <EntityType Name="Event" BaseType="Event.v1_6_3.Event"/>
785*f2a8e57eSGunnar Mills      <EntityType Name="EventRecord" BaseType="Event.v1_6_3.EventRecord"/>
786720c9898SEd Tanous    </Schema>
787720c9898SEd Tanous
788720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_7_0">
789720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
790720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2021.2"/>
791720c9898SEd Tanous
792720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_6_1.Event"/>
793720c9898SEd Tanous
794720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_6_1.EventRecord">
795720c9898SEd Tanous        <NavigationProperty Name="LogEntry" Type="LogEntry.LogEntry" Nullable="false">
796720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
797720c9898SEd Tanous          <Annotation Term="OData.Description" String="The link to a log entry if an entry was created for this event."/>
798*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource of type `LogEntry` that represents the log entry created for this event."/>
799720c9898SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
800720c9898SEd Tanous        </NavigationProperty>
801720c9898SEd Tanous      </EntityType>
802720c9898SEd Tanous    </Schema>
803720c9898SEd Tanous
804720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_7_1">
805720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
806*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to clarify the usage of `OriginOfCondition` for creation and deletion events."/>
807720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_7_0.Event"/>
808720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_7_0.EventRecord"/>
809720c9898SEd Tanous    </Schema>
810720c9898SEd Tanous
811720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_7_2">
812720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
813720c9898SEd 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."/>
814720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_7_1.Event"/>
815*f2a8e57eSGunnar Mills      <EntityType Name="EventRecord" BaseType="Event.v1_7_1.EventRecord"/>
816*f2a8e57eSGunnar Mills    </Schema>
817*f2a8e57eSGunnar Mills
818*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_7_3">
819*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
820*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
821*f2a8e57eSGunnar Mills      <EntityType Name="Event" BaseType="Event.v1_7_2.Event"/>
822*f2a8e57eSGunnar Mills      <EntityType Name="EventRecord" BaseType="Event.v1_7_2.EventRecord"/>
823720c9898SEd Tanous    </Schema>
824720c9898SEd Tanous
825720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_8_0">
826720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
827720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2023.1"/>
828720c9898SEd Tanous
829720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_7_1.Event"/>
830720c9898SEd Tanous
831720c9898SEd Tanous      <EntityType Name="EventRecord" BaseType="Event.v1_7_1.EventRecord">
832720c9898SEd Tanous        <Property Name="CPER" Type="Event.v1_8_0.CPER" Nullable="false">
833720c9898SEd Tanous          <Annotation Term="OData.Description" String="Details for a CPER section or record associated with this event."/>
834720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the details for a CPER section or record that is the source of this event."/>
835720c9898SEd Tanous        </Property>
836720c9898SEd Tanous        <Property Name="DiagnosticData" Type="Edm.String">
837720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
838720c9898SEd Tanous          <Annotation Term="OData.Description" String="A Base64-encoded set of diagnostic data associated with this event."/>
839*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain a Base64-encoded string that represents diagnostic data associated with this event.  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."/>
840720c9898SEd Tanous        </Property>
841720c9898SEd Tanous        <Property Name="DiagnosticDataType" Type="Event.v1_8_0.DiagnosticDataTypes">
842720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
843*f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="The type of data available in the `DiagnosticData` property or retrieved from the URI specified by the `AdditionalDataURI` property."/>
844*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the type of data available in the `DiagnosticData` property or retrieved from the URI specified by the `AdditionalDataURI` property."/>
845720c9898SEd Tanous        </Property>
846720c9898SEd Tanous        <Property Name="AdditionalDataSizeBytes" Type="Edm.Int64">
847720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
848720c9898SEd Tanous          <Annotation Term="OData.Description" String="The size of the additional data for this event."/>
849*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the size of the additional data retrieved from the URI specified by the `AdditionalDataURI` property for this event."/>
850720c9898SEd Tanous          <Annotation Term="Measures.Unit" String="By"/>
851720c9898SEd Tanous        </Property>
852720c9898SEd Tanous        <Property Name="AdditionalDataURI" Type="Edm.String">
853720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
854720c9898SEd Tanous          <Annotation Term="OData.Description" String="The URI at which to access the additional data for the event, such as diagnostic data, image captures, or other files."/>
855*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the URI at which to access the additional data for the event, using the Redfish protocol and authentication methods.  If both `DiagnosticData` and `AdditionalDataURI` are present, `DiagnosticData` shall contain the Base64-encoding of the data retrieved from the URI specified by the `AdditionalDataURI` property."/>
856720c9898SEd Tanous          <Annotation Term="OData.IsURL"/>
857720c9898SEd Tanous        </Property>
858720c9898SEd Tanous      </EntityType>
859720c9898SEd Tanous
860720c9898SEd Tanous      <ComplexType Name="CPER">
861720c9898SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
862720c9898SEd Tanous        <Annotation Term="OData.Description" String="Details for a CPER section or record associated with an event."/>
863720c9898SEd Tanous        <Annotation Term="OData.LongDescription" String="This object shall contain the details for a CPER section or record that is the source of an event."/>
864720c9898SEd Tanous        <Property Name="NotificationType" Type="Edm.Guid">
865720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
866720c9898SEd Tanous          <Annotation Term="OData.Description" String="The CPER Notification Type for a CPER record."/>
867*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the CPER Notification Type for a CPER record that corresponds to the contents of the `DiagnosticData` property or data retrieved from the URI specified by the `AdditionalDataURI` property.  This property shall only be present if `DiagnosticDataType` contains `CPER`."/>
868720c9898SEd Tanous        </Property>
869720c9898SEd Tanous        <Property Name="SectionType" Type="Edm.Guid">
870720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
871720c9898SEd Tanous          <Annotation Term="OData.Description" String="The CPER Section Type."/>
872*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the CPER Section Type for a CPER section that corresponds to the contents of the `DiagnosticData` property or data retrieved from the URI specified by the `AdditionalDataURI` property.  This property shall only be present if `DiagnosticDataType` contains `CPERSection`."/>
873720c9898SEd Tanous        </Property>
874720c9898SEd Tanous        <Property Name="Oem" Type="Resource.Oem" Nullable="false">
875720c9898SEd Tanous          <Annotation Term="OData.Description" String="The OEM extension property."/>
876720c9898SEd 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."/>
877720c9898SEd Tanous        </Property>
878720c9898SEd Tanous      </ComplexType>
879720c9898SEd Tanous
880720c9898SEd Tanous      <EnumType Name="DiagnosticDataTypes">
881720c9898SEd Tanous        <Member Name="Manager">
882720c9898SEd Tanous          <Annotation Term="OData.Description" String="Manager diagnostic data."/>
883720c9898SEd Tanous        </Member>
884720c9898SEd Tanous        <Member Name="PreOS">
885720c9898SEd Tanous          <Annotation Term="OData.Description" String="Pre-OS diagnostic data."/>
886720c9898SEd Tanous        </Member>
887720c9898SEd Tanous        <Member Name="OS">
888720c9898SEd Tanous          <Annotation Term="OData.Description" String="Operating system (OS) diagnostic data."/>
889720c9898SEd Tanous        </Member>
890720c9898SEd Tanous        <Member Name="OEM">
891720c9898SEd Tanous          <Annotation Term="OData.Description" String="OEM diagnostic data."/>
892720c9898SEd Tanous        </Member>
893720c9898SEd Tanous        <Member Name="CPER">
894720c9898SEd Tanous          <Annotation Term="OData.Description" String="UEFI Common Platform Error Record."/>
895*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This value shall indicate the data provided at the URI specified by the `AdditionalDataURI` property is a complete UEFI Specification-defined Common Platform Error Record.  The CPER data shall contain a Record Header and at least one Section as defined by the UEFI Specification."/>
896720c9898SEd Tanous        </Member>
897720c9898SEd Tanous        <Member Name="CPERSection">
898720c9898SEd Tanous          <Annotation Term="OData.Description" String="A Section of a UEFI Common Platform Error Record."/>
899*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This value shall indicate the data provided at the URI specified by the `AdditionalDataURI` property is a single Section of a UEFI Specification-defined Common Platform Error Record.  The CPER data shall contain one Section as defined by the UEFI Specification, with no Record Header."/>
900720c9898SEd Tanous        </Member>
901720c9898SEd Tanous      </EnumType>
902720c9898SEd Tanous    </Schema>
903720c9898SEd Tanous
904720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_8_1">
905720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
906720c9898SEd 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."/>
907720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_8_0.Event"/>
908*f2a8e57eSGunnar Mills      <EntityType Name="EventRecord" BaseType="Event.v1_8_0.EventRecord"/>
909720c9898SEd Tanous    </Schema>
910720c9898SEd Tanous
911720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_8_2">
912720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
913720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
914720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_8_1.Event"/>
915*f2a8e57eSGunnar Mills      <EntityType Name="EventRecord" BaseType="Event.v1_8_1.EventRecord"/>
916*f2a8e57eSGunnar Mills    </Schema>
917*f2a8e57eSGunnar Mills
918*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_8_3">
919*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
920*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
921*f2a8e57eSGunnar Mills      <EntityType Name="Event" BaseType="Event.v1_8_2.Event"/>
922*f2a8e57eSGunnar Mills      <EntityType Name="EventRecord" BaseType="Event.v1_8_2.EventRecord"/>
923720c9898SEd Tanous    </Schema>
924720c9898SEd Tanous
925720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_9_0">
926720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
927720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2023.2"/>
928720c9898SEd Tanous
929720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_8_1.Event"/>
930720c9898SEd Tanous
931*f2a8e57eSGunnar Mills      <EntityType Name="EventRecord" BaseType="Event.v1_8_1.EventRecord">
932720c9898SEd Tanous        <Property Name="Resolution" Type="Edm.String" Nullable="false">
933720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
934720c9898SEd Tanous          <Annotation Term="OData.Description" String="Used to provide suggestions on how to resolve the situation that caused the event."/>
935720c9898SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the resolution of the event.  Services should replace the resolution defined in the message registry with a more specific resolution in the event."/>
936720c9898SEd Tanous        </Property>
937720c9898SEd Tanous        <Property Name="OEMDiagnosticDataType" Type="Edm.String">
938720c9898SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
939*f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="The OEM-defined type of data available in the `DiagnosticData` property or retrieved from the URI specified by the `AdditionalDataURI` property."/>
940*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the OEM-defined type of data available in the `DiagnosticData` property or retrieved from the URI specified by the `AdditionalDataURI` property.  This property shall be present if `DiagnosticDataType` is `OEM`."/>
941720c9898SEd Tanous        </Property>
942720c9898SEd Tanous      </EntityType>
943720c9898SEd Tanous    </Schema>
944720c9898SEd Tanous
945720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_9_1">
946720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
947720c9898SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
948720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_9_0.Event"/>
949*f2a8e57eSGunnar Mills      <EntityType Name="EventRecord" BaseType="Event.v1_9_0.EventRecord"/>
950*f2a8e57eSGunnar Mills    </Schema>
951*f2a8e57eSGunnar Mills
952*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_9_2">
953*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
954*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
955*f2a8e57eSGunnar Mills      <EntityType Name="Event" BaseType="Event.v1_9_1.Event"/>
956*f2a8e57eSGunnar Mills      <EntityType Name="EventRecord" BaseType="Event.v1_9_1.EventRecord"/>
957720c9898SEd Tanous    </Schema>
958720c9898SEd Tanous
959720c9898SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_10_0">
960720c9898SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
961720c9898SEd Tanous      <Annotation Term="Redfish.Release" String="2023.3"/>
962720c9898SEd Tanous
963720c9898SEd Tanous      <EntityType Name="Event" BaseType="Event.v1_9_1.Event"/>
964720c9898SEd Tanous
965*f2a8e57eSGunnar Mills      <EntityType Name="EventRecord" BaseType="Event.v1_9_1.EventRecord">
966720c9898SEd Tanous        <Property Name="ResolutionSteps" Type="Collection(ResolutionStep.ResolutionStep)" Nullable="false">
967720c9898SEd Tanous          <Annotation Term="OData.Description" String="The list of recommended steps to resolve the cause of the event."/>
968*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain an array of recommended steps to resolve the cause of the event.  This property shall not be present if the `MessageSeverity` or `Severity` properties contain `OK`.  A client can stop executing the resolution steps once the `Resolved` property in the associated `LogEntry` resource contains `true` or the `Health` property in the associated resource referenced by the `OriginOfCondition` property contains `OK`."/>
969720c9898SEd Tanous        </Property>
970720c9898SEd Tanous       </EntityType>
971720c9898SEd Tanous    </Schema>
972720c9898SEd Tanous
973*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_10_1">
974*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
975*f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
976*f2a8e57eSGunnar Mills      <EntityType Name="Event" BaseType="Event.v1_10_0.Event"/>
977*f2a8e57eSGunnar Mills      <EntityType Name="EventRecord" BaseType="Event.v1_10_0.EventRecord"/>
978*f2a8e57eSGunnar Mills    </Schema>
979*f2a8e57eSGunnar Mills
980720c9898SEd Tanous  </edmx:DataServices>
981720c9898SEd Tanous</edmx:Edmx>
982