1<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################       -->
4<!--# Redfish Schema:  Event v1.5.0                                                        -->
5<!--#                                                                                      -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
7<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8<!--# Copyright 2014-2020 DMTF.                                                            -->
9<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################       -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16  </edmx:Reference>
17  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19  </edmx:Reference>
20  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
21    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
22    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
23  </edmx:Reference>
24  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
25    <edmx:Include Namespace="Resource"/>
26    <edmx:Include Namespace="Resource.v1_0_0"/>
27  </edmx:Reference>
28
29  <edmx:DataServices>
30
31    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event">
32      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
33
34      <EntityType Name="Event" BaseType="Resource.v1_0_0.Resource" Abstract="true">
35        <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."/>
36        <Annotation Term="OData.LongDescription" String="This resource contains an event for a Redfish implementation."/>
37        <Annotation Term="Capabilities.InsertRestrictions">
38          <Record>
39            <PropertyValue Property="Insertable" Bool="false"/>
40          </Record>
41        </Annotation>
42        <Annotation Term="Capabilities.UpdateRestrictions">
43          <Record>
44            <PropertyValue Property="Updatable" Bool="false"/>
45          </Record>
46        </Annotation>
47        <Annotation Term="Capabilities.DeleteRestrictions">
48          <Record>
49            <PropertyValue Property="Deletable" Bool="false"/>
50          </Record>
51        </Annotation>
52      </EntityType>
53
54      <EnumType Name="EventType">
55        <Annotation Term="Redfish.Revisions">
56          <Collection>
57            <Record>
58              <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
59              <PropertyValue Property="Version" String="v1_3_0"/>
60              <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."/>
61            </Record>
62          </Collection>
63        </Annotation>
64        <Member Name="StatusChange">
65          <Annotation Term="OData.Description" String="The status of a resource has changed."/>
66        </Member>
67        <Member Name="ResourceUpdated">
68          <Annotation Term="OData.Description" String="A resource has been updated."/>
69        </Member>
70        <Member Name="ResourceAdded">
71          <Annotation Term="OData.Description" String="A resource has been added."/>
72        </Member>
73        <Member Name="ResourceRemoved">
74          <Annotation Term="OData.Description" String="A resource has been removed."/>
75        </Member>
76        <Member Name="Alert">
77          <Annotation Term="OData.Description" String="A condition requires attention."/>
78        </Member>
79        <Member Name="MetricReport">
80          <Annotation Term="OData.Description" String="The telemetry service is sending a metric report."/>
81          <Annotation Term="OData.LongDescription" String="Events of type `MetricReport` shall be sent to a client in accordance with the MetricReport schema definition."/>
82          <Annotation Term="Redfish.Revisions">
83            <Collection>
84              <Record>
85                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
86                <PropertyValue Property="Version" String="v1_3_0"/>
87              </Record>
88            </Collection>
89          </Annotation>
90        </Member>
91        <Member Name="Other">
92          <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."/>
93          <Annotation Term="OData.LongDescription" String="Events of type `Other` shall be sent to a client in accordance with subscriptions to RegistryPrefixes or ResourceTypes."/>
94          <Annotation Term="Redfish.Revisions">
95            <Collection>
96              <Record>
97                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
98                <PropertyValue Property="Version" String="v1_4_0"/>
99              </Record>
100            </Collection>
101          </Annotation>
102        </Member>
103      </EnumType>
104
105    </Schema>
106
107    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_0">
108      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
109      <Annotation Term="Redfish.Release" String="1.0"/>
110
111      <EntityType Name="Event" BaseType="Event.Event">
112        <NavigationProperty Name="Events" Type="Collection(Event.v1_0_0.EventRecord)" ContainsTarget="true">
113          <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."/>
114          <Annotation Term="OData.LongDescription" String="This property shall contain an array of objects that represent the occurrence of one or more events."/>
115          <Annotation Term="Redfish.Required"/>
116          <Annotation Term="OData.AutoExpand"/>
117        </NavigationProperty>
118      </EntityType>
119
120      <EntityType Name="EventRecord" BaseType="Resource.v1_0_0.ReferenceableMember">
121        <Property Name="EventType" Type="Event.EventType" Nullable="false">
122          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
123          <Annotation Term="OData.Description" String="The type of event."/>
124          <Annotation Term="OData.LongDescription" String="This property shall indicate the type of event."/>
125          <Annotation Term="Redfish.Required"/>
126          <Annotation Term="Redfish.Revisions">
127            <Collection>
128              <Record>
129                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
130                <PropertyValue Property="Version" String="v1_3_0"/>
131                <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."/>
132              </Record>
133            </Collection>
134          </Annotation>
135        </Property>
136        <Property Name="EventId" Type="Edm.String" Nullable="false">
137          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
138          <Annotation Term="OData.Description" String="The unique instance identifier of an event."/>
139          <Annotation Term="OData.LongDescription" String="This property shall indicate a unique identifier for the event.  The value should be a string of a positive integer, and should be generated in a sequential manner."/>
140        </Property>
141        <Property Name="EventTimestamp" Type="Edm.DateTimeOffset" Nullable="false">
142          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
143          <Annotation Term="OData.Description" String="The time the event occurred."/>
144          <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."/>
145        </Property>
146        <Property Name="Severity" Type="Edm.String" Nullable="false">
147          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
148          <Annotation Term="OData.Description" String="The severity of the event."/>
149          <Annotation Term="OData.LongDescription" String="This property shall contain the severity of the event, as defined by the Redfish Specification."/>
150          <Annotation Term="Redfish.Revisions">
151            <Collection>
152              <Record>
153                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
154                <PropertyValue Property="Version" String="v1_5_0"/>
155                <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."/>
156              </Record>
157            </Collection>
158          </Annotation>
159        </Property>
160        <Property Name="Message" Type="Edm.String" Nullable="false">
161          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
162          <Annotation Term="OData.Description" String="The human-readable event message."/>
163          <Annotation Term="OData.LongDescription" String="This property shall contain a human-readable event message."/>
164        </Property>
165        <Property Name="MessageId" Type="Edm.String" Nullable="false">
166          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
167          <Annotation Term="OData.Description" String="The key used to find the message in a message registry."/>
168          <Annotation Term="OData.LongDescription" String="This property shall contain a MessageId, as defined in the Redfish Specification."/>
169          <Annotation Term="Validation.Pattern" String="^[A-Za-z0-9]+\.\d+\.\d+\.[A-Za-z0-9.]+$"/>
170          <Annotation Term="Redfish.Required"/>
171        </Property>
172        <Property Name="MessageArgs" Type="Collection(Edm.String)" Nullable="false">
173          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
174          <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."/>
175          <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."/>
176        </Property>
177        <Property Name="Context" Type="Edm.String" Nullable="false">
178          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
179          <Annotation Term="OData.Description" String="A context can be supplied at subscription time.  This property is the context value supplied by the subscriber."/>
180          <Annotation Term="OData.LongDescription" String="This property shall contain a client supplied context for the event destination to which this event is being sent."/>
181          <Annotation Term="Redfish.Revisions">
182            <Collection>
183              <Record>
184                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
185                <PropertyValue Property="Version" String="v1_1_0"/>
186                <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."/>
187              </Record>
188            </Collection>
189          </Annotation>
190        </Property>
191        <NavigationProperty Name="OriginOfCondition" Type="Resource.Item" Nullable="false">
192          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
193          <Annotation Term="OData.Description" String="A link to the resource or object that originated the condition that caused the event to be generated."/>
194          <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."/>
195          <Annotation Term="OData.AutoExpandReferences"/>
196        </NavigationProperty>
197      </EntityType>
198    </Schema>
199
200    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_2">
201      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
202      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
203      <EntityType Name="Event" BaseType="Event.v1_0_0.Event"/>
204      <EntityType Name="EventRecord" BaseType="Event.v1_0_0.EventRecord"/>
205    </Schema>
206
207    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_3">
208      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
209      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
210      <EntityType Name="Event" BaseType="Event.v1_0_2.Event"/>
211      <EntityType Name="EventRecord" BaseType="Event.v1_0_2.EventRecord"/>
212    </Schema>
213
214    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_4">
215      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
216      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
217      <EntityType Name="Event" BaseType="Event.v1_0_3.Event"/>
218      <EntityType Name="EventRecord" BaseType="Event.v1_0_3.EventRecord"/>
219    </Schema>
220
221    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_5">
222      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
223      <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type."/>
224      <EntityType Name="Event" BaseType="Event.v1_0_4.Event"/>
225      <EntityType Name="EventRecord" BaseType="Event.v1_0_4.EventRecord"/>
226    </Schema>
227
228    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_6">
229      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
230      <Annotation Term="OData.Description" String="This version deprecates the versioned definition of EventType to use an unversioned definition."/>
231      <EntityType Name="Event" BaseType="Event.v1_0_5.Event"/>
232      <EntityType Name="EventRecord" BaseType="Event.v1_0_5.EventRecord"/>
233    </Schema>
234
235    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_7">
236      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
237      <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."/>
238      <EntityType Name="Event" BaseType="Event.v1_0_6.Event"/>
239      <EntityType Name="EventRecord" BaseType="Event.v1_0_6.EventRecord"/>
240    </Schema>
241
242    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_8">
243      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
244      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
245      <EntityType Name="Event" BaseType="Event.v1_0_7.Event"/>
246      <EntityType Name="EventRecord" BaseType="Event.v1_0_7.EventRecord"/>
247    </Schema>
248
249    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_9">
250      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
251      <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."/>
252      <EntityType Name="Event" BaseType="Event.v1_0_8.Event"/>
253      <EntityType Name="EventRecord" BaseType="Event.v1_0_8.EventRecord"/>
254    </Schema>
255
256    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_10">
257      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
258      <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."/>
259      <EntityType Name="Event" BaseType="Event.v1_0_9.Event"/>
260      <EntityType Name="EventRecord" BaseType="Event.v1_0_9.EventRecord"/>
261    </Schema>
262
263    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_11">
264      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
265      <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."/>
266      <EntityType Name="Event" BaseType="Event.v1_0_10.Event"/>
267      <EntityType Name="EventRecord" BaseType="Event.v1_0_10.EventRecord"/>
268    </Schema>
269
270    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_0">
271      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
272      <Annotation Term="Redfish.Release" String="2016.1"/>
273
274      <EntityType Name="Event" BaseType="Event.v1_0_2.Event">
275        <Property Name="Context" Type="Edm.String" Nullable="false">
276          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
277          <Annotation Term="OData.Description" String="A context can be supplied at subscription time.  This property is the context value supplied by the subscriber."/>
278          <Annotation Term="OData.LongDescription" String="This property shall contain a client supplied context for the event destination to which this event is being sent."/>
279        </Property>
280      </EntityType>
281
282      <EntityType Name="EventRecord" BaseType="Event.v1_0_2.EventRecord"/>
283    </Schema>
284
285    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_1">
286      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
287      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
288      <EntityType Name="Event" BaseType="Event.v1_1_0.Event"/>
289      <EntityType Name="EventRecord" BaseType="Event.v1_1_0.EventRecord"/>
290    </Schema>
291
292    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_2">
293      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
294      <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
295      <EntityType Name="Event" BaseType="Event.v1_1_1.Event"/>
296      <EntityType Name="EventRecord" BaseType="Event.v1_1_1.EventRecord"/>
297    </Schema>
298
299    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_3">
300      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
301      <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type."/>
302      <EntityType Name="Event" BaseType="Event.v1_1_2.Event"/>
303      <EntityType Name="EventRecord" BaseType="Event.v1_1_2.EventRecord"/>
304    </Schema>
305
306    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_4">
307      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
308      <Annotation Term="OData.Description" String="This version deprecates the versioned definition of EventType to use an unversioned definition."/>
309      <EntityType Name="Event" BaseType="Event.v1_1_3.Event"/>
310      <EntityType Name="EventRecord" BaseType="Event.v1_1_3.EventRecord"/>
311    </Schema>
312
313    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_5">
314      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
315      <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."/>
316      <EntityType Name="Event" BaseType="Event.v1_1_4.Event"/>
317      <EntityType Name="EventRecord" BaseType="Event.v1_1_4.EventRecord"/>
318    </Schema>
319
320    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_6">
321      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
322      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
323      <EntityType Name="Event" BaseType="Event.v1_1_5.Event"/>
324      <EntityType Name="EventRecord" BaseType="Event.v1_1_5.EventRecord"/>
325    </Schema>
326
327    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_7">
328      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
329      <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."/>
330      <EntityType Name="Event" BaseType="Event.v1_1_6.Event"/>
331      <EntityType Name="EventRecord" BaseType="Event.v1_1_6.EventRecord"/>
332    </Schema>
333
334    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_8">
335      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
336      <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."/>
337      <EntityType Name="Event" BaseType="Event.v1_1_7.Event"/>
338      <EntityType Name="EventRecord" BaseType="Event.v1_1_7.EventRecord"/>
339    </Schema>
340
341    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_9">
342      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
343      <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."/>
344      <EntityType Name="Event" BaseType="Event.v1_1_8.Event"/>
345      <EntityType Name="EventRecord" BaseType="Event.v1_1_8.EventRecord"/>
346    </Schema>
347
348    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_0">
349      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
350      <Annotation Term="Redfish.Release" String="2017.1"/>
351
352      <EntityType Name="Event" BaseType="Event.v1_1_3.Event">
353        <Property Name="Actions" Type="Event.v1_2_0.Actions" Nullable="false">
354          <Annotation Term="OData.Description" String="The available actions for this resource."/>
355          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
356        </Property>
357      </EntityType>
358
359      <EntityType Name="EventRecord" BaseType="Event.v1_1_3.EventRecord">
360        <Property Name="Actions" Type="Event.v1_2_0.EventRecordActions" Nullable="false">
361          <Annotation Term="OData.Description" String="The available actions for this resource."/>
362          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
363        </Property>
364      </EntityType>
365
366      <ComplexType Name="Actions">
367        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
368        <Annotation Term="OData.Description" String="The available actions for this resource."/>
369        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
370        <Property Name="Oem" Type="Event.v1_2_0.OemActions" Nullable="false">
371          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
372          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
373        </Property>
374      </ComplexType>
375
376      <ComplexType Name="OemActions">
377        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
378        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
379        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
380      </ComplexType>
381
382      <ComplexType Name="EventRecordActions">
383        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
384        <Annotation Term="OData.Description" String="The available actions for this resource."/>
385        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
386        <Property Name="Oem" Type="Event.v1_2_0.EventRecordOemActions" Nullable="false">
387          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
388          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
389        </Property>
390      </ComplexType>
391
392      <ComplexType Name="EventRecordOemActions">
393        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
394        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
395        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
396      </ComplexType>
397    </Schema>
398
399    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_1">
400      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
401      <Annotation Term="OData.Description" String="This version deprecates the versioned definition of EventType to use an unversioned definition."/>
402      <EntityType Name="Event" BaseType="Event.v1_2_0.Event"/>
403      <EntityType Name="EventRecord" BaseType="Event.v1_2_0.EventRecord"/>
404    </Schema>
405
406    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_2">
407      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
408      <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."/>
409      <EntityType Name="Event" BaseType="Event.v1_2_1.Event"/>
410      <EntityType Name="EventRecord" BaseType="Event.v1_2_1.EventRecord"/>
411    </Schema>
412
413    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_3">
414      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
415      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
416      <EntityType Name="Event" BaseType="Event.v1_2_2.Event"/>
417      <EntityType Name="EventRecord" BaseType="Event.v1_2_2.EventRecord"/>
418    </Schema>
419
420    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_4">
421      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
422      <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."/>
423      <EntityType Name="Event" BaseType="Event.v1_2_3.Event"/>
424      <EntityType Name="EventRecord" BaseType="Event.v1_2_3.EventRecord"/>
425    </Schema>
426
427    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_5">
428      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
429      <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."/>
430      <EntityType Name="Event" BaseType="Event.v1_2_4.Event"/>
431      <EntityType Name="EventRecord" BaseType="Event.v1_2_4.EventRecord"/>
432    </Schema>
433
434    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_6">
435      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
436      <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."/>
437      <EntityType Name="Event" BaseType="Event.v1_2_5.Event"/>
438      <EntityType Name="EventRecord" BaseType="Event.v1_2_5.EventRecord"/>
439    </Schema>
440
441    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_0">
442      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
443      <Annotation Term="Redfish.Release" String="2018.2"/>
444      <Annotation Term="OData.Description" String="This version deprecates EventType and to add the grouping mechanism EventGroupId."/>
445
446      <EntityType Name="Event" BaseType="Event.v1_2_2.Event"/>
447
448      <EntityType Name="EventRecord" BaseType="Event.v1_2_2.EventRecord">
449        <Property Name="EventGroupId" Type="Edm.Int64" Nullable="false">
450          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
451          <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."/>
452          <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."/>
453        </Property>
454      </EntityType>
455    </Schema>
456
457    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_1">
458      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
459      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
460      <EntityType Name="Event" BaseType="Event.v1_3_0.Event"/>
461      <EntityType Name="EventRecord" BaseType="Event.v1_3_0.EventRecord"/>
462    </Schema>
463
464    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_2">
465      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
466      <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."/>
467      <EntityType Name="Event" BaseType="Event.v1_3_1.Event"/>
468      <EntityType Name="EventRecord" BaseType="Event.v1_3_1.EventRecord"/>
469    </Schema>
470
471    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_3">
472      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
473      <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."/>
474      <EntityType Name="Event" BaseType="Event.v1_3_2.Event"/>
475      <EntityType Name="EventRecord" BaseType="Event.v1_3_2.EventRecord"/>
476    </Schema>
477
478    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_4">
479      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
480      <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."/>
481      <EntityType Name="Event" BaseType="Event.v1_3_3.Event"/>
482      <EntityType Name="EventRecord" BaseType="Event.v1_3_3.EventRecord"/>
483    </Schema>
484
485    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_0">
486      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
487      <Annotation Term="Redfish.Release" String="2019.1"/>
488      <Annotation Term="OData.Description" String="This version was created to add the value `Other` to EventType."/>
489
490      <EntityType Name="Event" BaseType="Event.v1_3_2.Event"/>
491
492      <EntityType Name="EventRecord" BaseType="Event.v1_3_2.EventRecord"/>
493    </Schema>
494
495    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_1">
496      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
497      <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."/>
498      <EntityType Name="Event" BaseType="Event.v1_4_0.Event"/>
499      <EntityType Name="EventRecord" BaseType="Event.v1_4_0.EventRecord"/>
500    </Schema>
501
502    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_2">
503      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
504      <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."/>
505      <EntityType Name="Event" BaseType="Event.v1_4_1.Event"/>
506      <EntityType Name="EventRecord" BaseType="Event.v1_4_1.EventRecord"/>
507    </Schema>
508
509    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_5_0">
510      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
511      <Annotation Term="Redfish.Release" String="2020.2"/>
512      <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."/>
513
514      <EntityType Name="Event" BaseType="Event.v1_4_2.Event"/>
515
516      <EntityType Name="EventRecord" BaseType="Event.v1_4_2.EventRecord">
517        <Property Name="MessageSeverity" Type="Resource.Health">
518          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
519          <Annotation Term="OData.Description" String="The severity of the message in this event."/>
520          <Annotation Term="OData.LongDescription" String="This property shall contain the severity of the message in this event."/>
521        </Property>
522      </EntityType>
523    </Schema>
524
525  </edmx:DataServices>
526</edmx:Edmx>
527