blob: c2be566dce4d2c654ac3ee28faafbac5bea96cb6 [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Ed Tanoused761212022-09-23 15:03:29 -07004<!--# Redfish Schema: Event v1.7.1 -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07005<!--# -->
6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, -->
7<!--# available at http://www.dmtf.org/standards/redfish -->
Ed Tanoused761212022-09-23 15:03:29 -07008<!--# Copyright 2014-2022 DMTF. -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07009<!--# 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>
Gunnar Mills9d424662021-09-22 21:56:16 -050028 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/LogEntry_v1.xml">
29 <edmx:Include Namespace="LogEntry"/>
30 </edmx:Reference>
Jason M. Billsea4aa752018-06-05 13:29:11 -070031
32 <edmx:DataServices>
33
34 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event">
35 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
36
37 <EntityType Name="Event" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Gunnar Millsa778c022020-05-12 12:20:36 -050038 <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."/>
39 <Annotation Term="OData.LongDescription" String="This resource contains an event for a Redfish implementation."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070040 <Annotation Term="Capabilities.InsertRestrictions">
41 <Record>
42 <PropertyValue Property="Insertable" Bool="false"/>
43 </Record>
44 </Annotation>
45 <Annotation Term="Capabilities.UpdateRestrictions">
46 <Record>
47 <PropertyValue Property="Updatable" Bool="false"/>
48 </Record>
49 </Annotation>
50 <Annotation Term="Capabilities.DeleteRestrictions">
51 <Record>
52 <PropertyValue Property="Deletable" Bool="false"/>
53 </Record>
54 </Annotation>
55 </EntityType>
56
57 <EnumType Name="EventType">
Marri Devender Raod45d2d02019-01-21 10:11:34 -060058 <Annotation Term="Redfish.Revisions">
59 <Collection>
60 <Record>
61 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
62 <PropertyValue Property="Version" String="v1_3_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -070063 <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."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060064 </Record>
65 </Collection>
66 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -070067 <Member Name="StatusChange">
Gunnar Millsa778c022020-05-12 12:20:36 -050068 <Annotation Term="OData.Description" String="The status of a resource has changed."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070069 </Member>
70 <Member Name="ResourceUpdated">
Gunnar Millsa778c022020-05-12 12:20:36 -050071 <Annotation Term="OData.Description" String="A resource has been updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070072 </Member>
73 <Member Name="ResourceAdded">
Gunnar Millsa778c022020-05-12 12:20:36 -050074 <Annotation Term="OData.Description" String="A resource has been added."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070075 </Member>
76 <Member Name="ResourceRemoved">
Gunnar Millsa778c022020-05-12 12:20:36 -050077 <Annotation Term="OData.Description" String="A resource has been removed."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070078 </Member>
79 <Member Name="Alert">
Ed Tanouscb103132019-10-08 11:34:22 -070080 <Annotation Term="OData.Description" String="A condition requires attention."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070081 </Member>
Ed Tanous530520e2019-01-02 13:41:37 -080082 <Member Name="MetricReport">
Gunnar Millsa778c022020-05-12 12:20:36 -050083 <Annotation Term="OData.Description" String="The telemetry service is sending a metric report."/>
84 <Annotation Term="OData.LongDescription" String="Events of type `MetricReport` shall be sent to a client in accordance with the MetricReport schema definition."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060085 <Annotation Term="Redfish.Revisions">
86 <Collection>
87 <Record>
88 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
89 <PropertyValue Property="Version" String="v1_3_0"/>
90 </Record>
91 </Collection>
92 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -080093 </Member>
Ed Tanouscb103132019-10-08 11:34:22 -070094 <Member Name="Other">
Gunnar Millsa778c022020-05-12 12:20:36 -050095 <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."/>
96 <Annotation Term="OData.LongDescription" String="Events of type `Other` shall be sent to a client in accordance with subscriptions to RegistryPrefixes or ResourceTypes."/>
Ed Tanouscb103132019-10-08 11:34:22 -070097 <Annotation Term="Redfish.Revisions">
98 <Collection>
99 <Record>
100 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
101 <PropertyValue Property="Version" String="v1_4_0"/>
102 </Record>
103 </Collection>
104 </Annotation>
105 </Member>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700106 </EnumType>
107
108 </Schema>
109
110 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_0">
111 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600112 <Annotation Term="Redfish.Release" String="1.0"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700113
114 <EntityType Name="Event" BaseType="Event.Event">
115 <NavigationProperty Name="Events" Type="Collection(Event.v1_0_0.EventRecord)" ContainsTarget="true">
Ed Tanouscb103132019-10-08 11:34:22 -0700116 <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."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500117 <Annotation Term="OData.LongDescription" String="This property shall contain an array of objects that represent the occurrence of one or more events."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700118 <Annotation Term="Redfish.Required"/>
119 <Annotation Term="OData.AutoExpand"/>
120 </NavigationProperty>
121 </EntityType>
122
Jason M. Billsea4aa752018-06-05 13:29:11 -0700123 <EntityType Name="EventRecord" BaseType="Resource.v1_0_0.ReferenceableMember">
124 <Property Name="EventType" Type="Event.EventType" Nullable="false">
125 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700126 <Annotation Term="OData.Description" String="The type of event."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500127 <Annotation Term="OData.LongDescription" String="This property shall indicate the type of event."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700128 <Annotation Term="Redfish.Required"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600129 <Annotation Term="Redfish.Revisions">
130 <Collection>
131 <Record>
132 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
133 <PropertyValue Property="Version" String="v1_3_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700134 <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."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600135 </Record>
136 </Collection>
137 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700138 </Property>
139 <Property Name="EventId" Type="Edm.String" Nullable="false">
140 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700141 <Annotation Term="OData.Description" String="The unique instance identifier of an event."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600142 <Annotation Term="OData.LongDescription" String="This property shall contain a service-defined unique identifier for the event."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700143 </Property>
144 <Property Name="EventTimestamp" Type="Edm.DateTimeOffset" Nullable="false">
145 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700146 <Annotation Term="OData.Description" String="The time the event occurred."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500147 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700148 </Property>
149 <Property Name="Severity" Type="Edm.String" Nullable="false">
150 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700151 <Annotation Term="OData.Description" String="The severity of the event."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600152 <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."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500153 <Annotation Term="Redfish.Revisions">
154 <Collection>
155 <Record>
156 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
157 <PropertyValue Property="Version" String="v1_5_0"/>
158 <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."/>
159 </Record>
160 </Collection>
161 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700162 </Property>
163 <Property Name="Message" Type="Edm.String" Nullable="false">
164 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700165 <Annotation Term="OData.Description" String="The human-readable event message."/>
166 <Annotation Term="OData.LongDescription" String="This property shall contain a human-readable event message."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700167 </Property>
168 <Property Name="MessageId" Type="Edm.String" Nullable="false">
169 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600170 <Annotation Term="OData.Description" String="The identifier for the message."/>
171 <Annotation Term="OData.LongDescription" String="This property shall contain a MessageId, as defined in the 'MessageId format' clause of the Redfish Specification."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700172 <Annotation Term="Validation.Pattern" String="^[A-Za-z0-9]+\.\d+\.\d+\.[A-Za-z0-9.]+$"/>
173 <Annotation Term="Redfish.Required"/>
174 </Property>
175 <Property Name="MessageArgs" Type="Collection(Edm.String)" Nullable="false">
176 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500177 <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."/>
178 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700179 </Property>
180 <Property Name="Context" Type="Edm.String" Nullable="false">
181 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
182 <Annotation Term="OData.Description" String="A context can be supplied at subscription time. This property is the context value supplied by the subscriber."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700183 <Annotation Term="OData.LongDescription" String="This property shall contain a client supplied context for the event destination to which this event is being sent."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600184 <Annotation Term="Redfish.Revisions">
185 <Collection>
186 <Record>
187 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
188 <PropertyValue Property="Version" String="v1_1_0"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500189 <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."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600190 </Record>
191 </Collection>
192 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700193 </Property>
194 <NavigationProperty Name="OriginOfCondition" Type="Resource.Item" Nullable="false">
195 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500196 <Annotation Term="OData.Description" String="A link to the resource or object that originated the condition that caused the event to be generated."/>
Ed Tanoused761212022-09-23 15:03:29 -0700197 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700198 <Annotation Term="OData.AutoExpandReferences"/>
199 </NavigationProperty>
200 </EntityType>
201 </Schema>
202
203 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_2">
204 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700205 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700206 <EntityType Name="Event" BaseType="Event.v1_0_0.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500207 <EntityType Name="EventRecord" BaseType="Event.v1_0_0.EventRecord"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700208 </Schema>
209
210 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_3">
211 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700212 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700213 <EntityType Name="Event" BaseType="Event.v1_0_2.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500214 <EntityType Name="EventRecord" BaseType="Event.v1_0_2.EventRecord"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700215 </Schema>
216
217 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_4">
218 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700219 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700220 <EntityType Name="Event" BaseType="Event.v1_0_3.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500221 <EntityType Name="EventRecord" BaseType="Event.v1_0_3.EventRecord"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700222 </Schema>
223
224 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_5">
225 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700226 <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700227 <EntityType Name="Event" BaseType="Event.v1_0_4.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500228 <EntityType Name="EventRecord" BaseType="Event.v1_0_4.EventRecord"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700229 </Schema>
230
231 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_6">
232 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700233 <Annotation Term="OData.Description" String="This version deprecates the versioned definition of EventType to use an unversioned definition."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700234 <EntityType Name="Event" BaseType="Event.v1_0_5.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500235 <EntityType Name="EventRecord" BaseType="Event.v1_0_5.EventRecord"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700236 </Schema>
237
Ed Tanous530520e2019-01-02 13:41:37 -0800238 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_7">
239 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
240 <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."/>
241 <EntityType Name="Event" BaseType="Event.v1_0_6.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500242 <EntityType Name="EventRecord" BaseType="Event.v1_0_6.EventRecord"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800243 </Schema>
244
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600245 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_8">
246 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500247 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600248 <EntityType Name="Event" BaseType="Event.v1_0_7.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500249 <EntityType Name="EventRecord" BaseType="Event.v1_0_7.EventRecord"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600250 </Schema>
251
Ed Tanouscb103132019-10-08 11:34:22 -0700252 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_9">
253 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
254 <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."/>
255 <EntityType Name="Event" BaseType="Event.v1_0_8.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500256 <EntityType Name="EventRecord" BaseType="Event.v1_0_8.EventRecord"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700257 </Schema>
258
259 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_10">
260 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
261 <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."/>
262 <EntityType Name="Event" BaseType="Event.v1_0_9.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500263 <EntityType Name="EventRecord" BaseType="Event.v1_0_9.EventRecord"/>
264 </Schema>
265
266 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_11">
267 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
268 <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."/>
269 <EntityType Name="Event" BaseType="Event.v1_0_10.Event"/>
270 <EntityType Name="EventRecord" BaseType="Event.v1_0_10.EventRecord"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700271 </Schema>
272
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500273 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_12">
274 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
275 <Annotation Term="OData.Description" String="This version was created to clarify that Severity can be overridden by the service."/>
276 <EntityType Name="Event" BaseType="Event.v1_0_11.Event"/>
277 <EntityType Name="EventRecord" BaseType="Event.v1_0_11.EventRecord"/>
278 </Schema>
279
Gunnar Mills262d7d42021-01-20 16:28:41 -0600280 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_13">
281 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
282 <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 updated to remove language in the long description for EventId to align with the specification."/>
283 <EntityType Name="Event" BaseType="Event.v1_0_12.Event"/>
284 <EntityType Name="EventRecord" BaseType="Event.v1_0_12.EventRecord"/>
285 </Schema>
286
Ed Tanoused761212022-09-23 15:03:29 -0700287 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_14">
288 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
289 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/>
290 <EntityType Name="Event" BaseType="Event.v1_0_13.Event"/>
291 <EntityType Name="EventRecord" BaseType="Event.v1_0_13.EventRecord"/>
292 </Schema>
293
Jason M. Billsea4aa752018-06-05 13:29:11 -0700294 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_0">
295 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600296 <Annotation Term="Redfish.Release" String="2016.1"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500297
Jason M. Billsea4aa752018-06-05 13:29:11 -0700298 <EntityType Name="Event" BaseType="Event.v1_0_2.Event">
299 <Property Name="Context" Type="Edm.String" Nullable="false">
300 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
301 <Annotation Term="OData.Description" String="A context can be supplied at subscription time. This property is the context value supplied by the subscriber."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700302 <Annotation Term="OData.LongDescription" String="This property shall contain a client supplied context for the event destination to which this event is being sent."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700303 </Property>
304 </EntityType>
Gunnar Millsa778c022020-05-12 12:20:36 -0500305
306 <EntityType Name="EventRecord" BaseType="Event.v1_0_2.EventRecord"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700307 </Schema>
308
309 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_1">
310 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700311 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700312 <EntityType Name="Event" BaseType="Event.v1_1_0.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500313 <EntityType Name="EventRecord" BaseType="Event.v1_1_0.EventRecord"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700314 </Schema>
315
316 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_2">
317 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700318 <Annotation Term="OData.Description" String="This version was created to show that annotations in previous namespaces were updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700319 <EntityType Name="Event" BaseType="Event.v1_1_1.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500320 <EntityType Name="EventRecord" BaseType="Event.v1_1_1.EventRecord"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700321 </Schema>
322
323 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_3">
324 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700325 <Annotation Term="OData.Description" String="This version was created to remove the Nullable facet on NavigationProperties of the Collection type."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700326 <EntityType Name="Event" BaseType="Event.v1_1_2.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500327 <EntityType Name="EventRecord" BaseType="Event.v1_1_2.EventRecord"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700328 </Schema>
329
330 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_4">
331 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700332 <Annotation Term="OData.Description" String="This version deprecates the versioned definition of EventType to use an unversioned definition."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700333 <EntityType Name="Event" BaseType="Event.v1_1_3.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500334 <EntityType Name="EventRecord" BaseType="Event.v1_1_3.EventRecord"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700335 </Schema>
336
Ed Tanous530520e2019-01-02 13:41:37 -0800337 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_5">
338 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
339 <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."/>
340 <EntityType Name="Event" BaseType="Event.v1_1_4.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500341 <EntityType Name="EventRecord" BaseType="Event.v1_1_4.EventRecord"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800342 </Schema>
343
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600344 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_6">
345 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500346 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600347 <EntityType Name="Event" BaseType="Event.v1_1_5.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500348 <EntityType Name="EventRecord" BaseType="Event.v1_1_5.EventRecord"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600349 </Schema>
350
Ed Tanouscb103132019-10-08 11:34:22 -0700351 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_7">
352 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
353 <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."/>
354 <EntityType Name="Event" BaseType="Event.v1_1_6.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500355 <EntityType Name="EventRecord" BaseType="Event.v1_1_6.EventRecord"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700356 </Schema>
357
358 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_8">
359 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
360 <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."/>
361 <EntityType Name="Event" BaseType="Event.v1_1_7.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500362 <EntityType Name="EventRecord" BaseType="Event.v1_1_7.EventRecord"/>
363 </Schema>
364
365 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_9">
366 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
367 <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."/>
368 <EntityType Name="Event" BaseType="Event.v1_1_8.Event"/>
369 <EntityType Name="EventRecord" BaseType="Event.v1_1_8.EventRecord"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700370 </Schema>
371
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500372 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_10">
373 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
374 <Annotation Term="OData.Description" String="This version was created to clarify that Severity can be overridden by the service."/>
375 <EntityType Name="Event" BaseType="Event.v1_1_9.Event"/>
376 <EntityType Name="EventRecord" BaseType="Event.v1_1_9.EventRecord"/>
377 </Schema>
378
Gunnar Mills262d7d42021-01-20 16:28:41 -0600379 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_11">
380 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
381 <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 updated to remove language in the long description for EventId to align with the specification."/>
382 <EntityType Name="Event" BaseType="Event.v1_1_10.Event"/>
383 <EntityType Name="EventRecord" BaseType="Event.v1_1_10.EventRecord"/>
384 </Schema>
385
Ed Tanoused761212022-09-23 15:03:29 -0700386 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_12">
387 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
388 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/>
389 <EntityType Name="Event" BaseType="Event.v1_1_11.Event"/>
390 <EntityType Name="EventRecord" BaseType="Event.v1_1_11.EventRecord"/>
391 </Schema>
392
Jason M. Billsea4aa752018-06-05 13:29:11 -0700393 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_0">
394 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600395 <Annotation Term="Redfish.Release" String="2017.1"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500396
Jason M. Billsea4aa752018-06-05 13:29:11 -0700397 <EntityType Name="Event" BaseType="Event.v1_1_3.Event">
398 <Property Name="Actions" Type="Event.v1_2_0.Actions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500399 <Annotation Term="OData.Description" String="The available actions for this resource."/>
400 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700401 </Property>
402 </EntityType>
403
Gunnar Millsa778c022020-05-12 12:20:36 -0500404 <EntityType Name="EventRecord" BaseType="Event.v1_1_3.EventRecord">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700405 <Property Name="Actions" Type="Event.v1_2_0.EventRecordActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500406 <Annotation Term="OData.Description" String="The available actions for this resource."/>
407 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700408 </Property>
409 </EntityType>
410
411 <ComplexType Name="Actions">
412 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500413 <Annotation Term="OData.Description" String="The available actions for this resource."/>
414 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800415 <Property Name="Oem" Type="Event.v1_2_0.OemActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500416 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
417 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800418 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700419 </ComplexType>
420
421 <ComplexType Name="OemActions">
422 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500423 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
424 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700425 </ComplexType>
426
427 <ComplexType Name="EventRecordActions">
428 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500429 <Annotation Term="OData.Description" String="The available actions for this resource."/>
430 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800431 <Property Name="Oem" Type="Event.v1_2_0.EventRecordOemActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500432 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
433 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800434 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700435 </ComplexType>
436
437 <ComplexType Name="EventRecordOemActions">
438 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500439 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
440 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700441 </ComplexType>
442 </Schema>
443
444 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_1">
445 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700446 <Annotation Term="OData.Description" String="This version deprecates the versioned definition of EventType to use an unversioned definition."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700447 <EntityType Name="Event" BaseType="Event.v1_2_0.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500448 <EntityType Name="EventRecord" BaseType="Event.v1_2_0.EventRecord"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700449 </Schema>
450
Ed Tanous530520e2019-01-02 13:41:37 -0800451 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_2">
452 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
453 <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."/>
454 <EntityType Name="Event" BaseType="Event.v1_2_1.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500455 <EntityType Name="EventRecord" BaseType="Event.v1_2_1.EventRecord"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800456 </Schema>
457
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600458 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_3">
459 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500460 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600461 <EntityType Name="Event" BaseType="Event.v1_2_2.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500462 <EntityType Name="EventRecord" BaseType="Event.v1_2_2.EventRecord"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600463 </Schema>
464
Ed Tanouscb103132019-10-08 11:34:22 -0700465 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_4">
466 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
467 <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."/>
468 <EntityType Name="Event" BaseType="Event.v1_2_3.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500469 <EntityType Name="EventRecord" BaseType="Event.v1_2_3.EventRecord"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700470 </Schema>
471
472 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_5">
473 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
474 <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."/>
475 <EntityType Name="Event" BaseType="Event.v1_2_4.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500476 <EntityType Name="EventRecord" BaseType="Event.v1_2_4.EventRecord"/>
477 </Schema>
478
479 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_6">
480 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
481 <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."/>
482 <EntityType Name="Event" BaseType="Event.v1_2_5.Event"/>
483 <EntityType Name="EventRecord" BaseType="Event.v1_2_5.EventRecord"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700484 </Schema>
485
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500486 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_7">
487 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
488 <Annotation Term="OData.Description" String="This version was created to clarify that Severity can be overridden by the service."/>
489 <EntityType Name="Event" BaseType="Event.v1_2_6.Event"/>
490 <EntityType Name="EventRecord" BaseType="Event.v1_2_6.EventRecord"/>
491 </Schema>
492
Gunnar Mills262d7d42021-01-20 16:28:41 -0600493 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_8">
494 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
495 <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 updated to remove language in the long description for EventId to align with the specification."/>
496 <EntityType Name="Event" BaseType="Event.v1_2_7.Event"/>
497 <EntityType Name="EventRecord" BaseType="Event.v1_2_7.EventRecord"/>
498 </Schema>
499
Ed Tanoused761212022-09-23 15:03:29 -0700500 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_9">
501 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
502 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/>
503 <EntityType Name="Event" BaseType="Event.v1_2_8.Event"/>
504 <EntityType Name="EventRecord" BaseType="Event.v1_2_8.EventRecord"/>
505 </Schema>
506
Ed Tanous530520e2019-01-02 13:41:37 -0800507 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_0">
508 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600509 <Annotation Term="Redfish.Release" String="2018.2"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700510 <Annotation Term="OData.Description" String="This version deprecates EventType and to add the grouping mechanism EventGroupId."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800511
512 <EntityType Name="Event" BaseType="Event.v1_2_2.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500513
514 <EntityType Name="EventRecord" BaseType="Event.v1_2_2.EventRecord">
Ed Tanous530520e2019-01-02 13:41:37 -0800515 <Property Name="EventGroupId" Type="Edm.Int64" Nullable="false">
516 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700517 <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."/>
518 <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."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800519 </Property>
520 </EntityType>
521 </Schema>
522
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600523 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_1">
524 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500525 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600526 <EntityType Name="Event" BaseType="Event.v1_3_0.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500527 <EntityType Name="EventRecord" BaseType="Event.v1_3_0.EventRecord"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600528 </Schema>
529
Ed Tanouscb103132019-10-08 11:34:22 -0700530 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_2">
531 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
532 <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."/>
533 <EntityType Name="Event" BaseType="Event.v1_3_1.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500534 <EntityType Name="EventRecord" BaseType="Event.v1_3_1.EventRecord"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700535 </Schema>
536
537 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_3">
538 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
539 <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."/>
540 <EntityType Name="Event" BaseType="Event.v1_3_2.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500541 <EntityType Name="EventRecord" BaseType="Event.v1_3_2.EventRecord"/>
542 </Schema>
543
544 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_4">
545 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
546 <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."/>
547 <EntityType Name="Event" BaseType="Event.v1_3_3.Event"/>
548 <EntityType Name="EventRecord" BaseType="Event.v1_3_3.EventRecord"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700549 </Schema>
550
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500551 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_5">
552 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
553 <Annotation Term="OData.Description" String="This version was created to clarify that Severity can be overridden by the service."/>
554 <EntityType Name="Event" BaseType="Event.v1_3_4.Event"/>
555 <EntityType Name="EventRecord" BaseType="Event.v1_3_4.EventRecord"/>
556 </Schema>
557
Gunnar Mills262d7d42021-01-20 16:28:41 -0600558 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_6">
559 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
560 <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 updated to remove language in the long description for EventId to align with the specification."/>
561 <EntityType Name="Event" BaseType="Event.v1_3_5.Event"/>
562 <EntityType Name="EventRecord" BaseType="Event.v1_3_5.EventRecord"/>
563 </Schema>
564
Ed Tanoused761212022-09-23 15:03:29 -0700565 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_7">
566 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
567 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/>
568 <EntityType Name="Event" BaseType="Event.v1_3_6.Event"/>
569 <EntityType Name="EventRecord" BaseType="Event.v1_3_6.EventRecord"/>
570 </Schema>
571
Ed Tanouscb103132019-10-08 11:34:22 -0700572 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_0">
573 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
574 <Annotation Term="Redfish.Release" String="2019.1"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500575 <Annotation Term="OData.Description" String="This version was created to add the value `Other` to EventType."/>
576
Ed Tanouscb103132019-10-08 11:34:22 -0700577 <EntityType Name="Event" BaseType="Event.v1_3_2.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500578
579 <EntityType Name="EventRecord" BaseType="Event.v1_3_2.EventRecord"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700580 </Schema>
581
582 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_1">
583 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
584 <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."/>
585 <EntityType Name="Event" BaseType="Event.v1_4_0.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500586 <EntityType Name="EventRecord" BaseType="Event.v1_4_0.EventRecord"/>
587 </Schema>
588
589 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_2">
590 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
591 <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."/>
592 <EntityType Name="Event" BaseType="Event.v1_4_1.Event"/>
593 <EntityType Name="EventRecord" BaseType="Event.v1_4_1.EventRecord"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700594 </Schema>
595
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500596 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_3">
597 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
598 <Annotation Term="OData.Description" String="This version was created to clarify that Severity can be overridden by the service."/>
599 <EntityType Name="Event" BaseType="Event.v1_4_2.Event"/>
600 <EntityType Name="EventRecord" BaseType="Event.v1_4_2.EventRecord"/>
601 </Schema>
602
Gunnar Mills262d7d42021-01-20 16:28:41 -0600603 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_4">
604 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
605 <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 updated to remove language in the long description for EventId to align with the specification."/>
606 <EntityType Name="Event" BaseType="Event.v1_4_3.Event"/>
607 <EntityType Name="EventRecord" BaseType="Event.v1_4_3.EventRecord"/>
608 </Schema>
609
Ed Tanoused761212022-09-23 15:03:29 -0700610 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_5">
611 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
612 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/>
613 <EntityType Name="Event" BaseType="Event.v1_4_4.Event"/>
614 <EntityType Name="EventRecord" BaseType="Event.v1_4_4.EventRecord"/>
615 </Schema>
616
Gunnar Mills844b4152020-06-22 12:44:09 -0500617 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_5_0">
618 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
619 <Annotation Term="Redfish.Release" String="2020.2"/>
620 <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."/>
621
622 <EntityType Name="Event" BaseType="Event.v1_4_2.Event"/>
623
624 <EntityType Name="EventRecord" BaseType="Event.v1_4_2.EventRecord">
Gunnar Mills262d7d42021-01-20 16:28:41 -0600625 <Property Name="MessageSeverity" Type="Resource.Health" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500626 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
627 <Annotation Term="OData.Description" String="The severity of the message in this event."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500628 <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."/>
629 </Property>
630 </EntityType>
631 </Schema>
632
633 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_5_1">
634 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
635 <Annotation Term="OData.Description" String="This version was created to clarify that MessageSeverity and Severity can be overridden by the service."/>
636 <EntityType Name="Event" BaseType="Event.v1_5_0.Event"/>
637 <EntityType Name="EventRecord" BaseType="Event.v1_5_0.EventRecord"/>
638 </Schema>
639
Gunnar Mills262d7d42021-01-20 16:28:41 -0600640 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_5_2">
641 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
642 <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 updated to remove language in the long description for EventId to align with the specification."/>
643 <EntityType Name="Event" BaseType="Event.v1_5_1.Event"/>
644 <EntityType Name="EventRecord" BaseType="Event.v1_5_1.EventRecord"/>
645 </Schema>
646
Ed Tanoused761212022-09-23 15:03:29 -0700647 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_5_3">
648 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
649 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/>
650 <EntityType Name="Event" BaseType="Event.v1_5_2.Event"/>
651 <EntityType Name="EventRecord" BaseType="Event.v1_5_2.EventRecord"/>
652 </Schema>
653
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500654 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_6_0">
655 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
656 <Annotation Term="Redfish.Release" String="2020.3"/>
657
658 <EntityType Name="Event" BaseType="Event.v1_5_1.Event"/>
659
660 <EntityType Name="EventRecord" BaseType="Event.v1_5_1.EventRecord">
661 <Property Name="SpecificEventExistsInGroup" Type="Edm.Boolean" Nullable="false">
662 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
663 <Annotation Term="OData.Description" String="Indicates this event is equivalent to a more specific event in this Event Group."/>
664 <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`."/>
Gunnar Mills844b4152020-06-22 12:44:09 -0500665 </Property>
666 </EntityType>
667 </Schema>
668
Gunnar Mills262d7d42021-01-20 16:28:41 -0600669 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_6_1">
670 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
671 <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 updated to remove language in the long description for EventId to align with the specification."/>
672 <EntityType Name="Event" BaseType="Event.v1_6_0.Event"/>
673 <EntityType Name="EventRecord" BaseType="Event.v1_6_0.EventRecord"/>
674 </Schema>
675
Ed Tanoused761212022-09-23 15:03:29 -0700676 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_6_2">
677 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
678 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/>
679 <EntityType Name="Event" BaseType="Event.v1_6_1.Event"/>
680 <EntityType Name="EventRecord" BaseType="Event.v1_6_1.EventRecord"/>
681 </Schema>
682
Gunnar Mills9d424662021-09-22 21:56:16 -0500683 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_7_0">
684 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
685 <Annotation Term="Redfish.Release" String="2021.2"/>
686
687 <EntityType Name="Event" BaseType="Event.v1_6_1.Event"/>
688
689 <EntityType Name="EventRecord" BaseType="Event.v1_6_1.EventRecord">
690 <NavigationProperty Name="LogEntry" Type="LogEntry.LogEntry" Nullable="false">
691 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
692 <Annotation Term="OData.Description" String="The link to a log entry if an entry was created for this event."/>
693 <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."/>
694 <Annotation Term="OData.AutoExpandReferences"/>
695 </NavigationProperty>
696 </EntityType>
697 </Schema>
698
Ed Tanoused761212022-09-23 15:03:29 -0700699 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_7_1">
700 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
701 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/>
702 <EntityType Name="Event" BaseType="Event.v1_7_0.Event"/>
703 <EntityType Name="EventRecord" BaseType="Event.v1_7_0.EventRecord"/>
704 </Schema>
705
Jason M. Billsea4aa752018-06-05 13:29:11 -0700706 </edmx:DataServices>
707</edmx:Edmx>