blob: 5aab7118269f68469104ce946898e9d292d5ac0f [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Ed Tanousf263e092023-05-22 09:56:29 -07004<!--# Redfish Schema: Event v1.8.0 -->
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 Tanousf263e092023-05-22 09:56:29 -07008<!--# Copyright 2014-2023 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>
Ed Tanousf263e092023-05-22 09:56:29 -070020 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml">
21 <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/>
22 </edmx:Reference>
Jason M. Billsea4aa752018-06-05 13:29:11 -070023 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
24 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
25 <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
26 </edmx:Reference>
27 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
28 <edmx:Include Namespace="Resource"/>
29 <edmx:Include Namespace="Resource.v1_0_0"/>
30 </edmx:Reference>
Gunnar Mills9d424662021-09-22 21:56:16 -050031 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/LogEntry_v1.xml">
32 <edmx:Include Namespace="LogEntry"/>
33 </edmx:Reference>
Jason M. Billsea4aa752018-06-05 13:29:11 -070034
35 <edmx:DataServices>
36
37 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event">
38 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
39
40 <EntityType Name="Event" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Gunnar Millsa778c022020-05-12 12:20:36 -050041 <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."/>
42 <Annotation Term="OData.LongDescription" String="This resource contains an event for a Redfish implementation."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070043 <Annotation Term="Capabilities.InsertRestrictions">
44 <Record>
45 <PropertyValue Property="Insertable" Bool="false"/>
46 </Record>
47 </Annotation>
48 <Annotation Term="Capabilities.UpdateRestrictions">
49 <Record>
50 <PropertyValue Property="Updatable" Bool="false"/>
51 </Record>
52 </Annotation>
53 <Annotation Term="Capabilities.DeleteRestrictions">
54 <Record>
55 <PropertyValue Property="Deletable" Bool="false"/>
56 </Record>
57 </Annotation>
58 </EntityType>
59
60 <EnumType Name="EventType">
Marri Devender Raod45d2d02019-01-21 10:11:34 -060061 <Annotation Term="Redfish.Revisions">
62 <Collection>
63 <Record>
64 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
65 <PropertyValue Property="Version" String="v1_3_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -070066 <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 -060067 </Record>
68 </Collection>
69 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -070070 <Member Name="StatusChange">
Gunnar Millsa778c022020-05-12 12:20:36 -050071 <Annotation Term="OData.Description" String="The status of a resource has changed."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070072 </Member>
73 <Member Name="ResourceUpdated">
Gunnar Millsa778c022020-05-12 12:20:36 -050074 <Annotation Term="OData.Description" String="A resource has been updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070075 </Member>
76 <Member Name="ResourceAdded">
Gunnar Millsa778c022020-05-12 12:20:36 -050077 <Annotation Term="OData.Description" String="A resource has been added."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070078 </Member>
79 <Member Name="ResourceRemoved">
Gunnar Millsa778c022020-05-12 12:20:36 -050080 <Annotation Term="OData.Description" String="A resource has been removed."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070081 </Member>
82 <Member Name="Alert">
Ed Tanouscb103132019-10-08 11:34:22 -070083 <Annotation Term="OData.Description" String="A condition requires attention."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070084 </Member>
Ed Tanous530520e2019-01-02 13:41:37 -080085 <Member Name="MetricReport">
Gunnar Millsa778c022020-05-12 12:20:36 -050086 <Annotation Term="OData.Description" String="The telemetry service is sending a metric report."/>
87 <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 -060088 <Annotation Term="Redfish.Revisions">
89 <Collection>
90 <Record>
91 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
92 <PropertyValue Property="Version" String="v1_3_0"/>
93 </Record>
94 </Collection>
95 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -080096 </Member>
Ed Tanouscb103132019-10-08 11:34:22 -070097 <Member Name="Other">
Gunnar Millsa778c022020-05-12 12:20:36 -050098 <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."/>
99 <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 -0700100 <Annotation Term="Redfish.Revisions">
101 <Collection>
102 <Record>
103 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
104 <PropertyValue Property="Version" String="v1_4_0"/>
105 </Record>
106 </Collection>
107 </Annotation>
108 </Member>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700109 </EnumType>
110
111 </Schema>
112
113 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_0">
114 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600115 <Annotation Term="Redfish.Release" String="1.0"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700116
117 <EntityType Name="Event" BaseType="Event.Event">
118 <NavigationProperty Name="Events" Type="Collection(Event.v1_0_0.EventRecord)" ContainsTarget="true">
Ed Tanouscb103132019-10-08 11:34:22 -0700119 <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 -0500120 <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 -0700121 <Annotation Term="Redfish.Required"/>
122 <Annotation Term="OData.AutoExpand"/>
123 </NavigationProperty>
124 </EntityType>
125
Jason M. Billsea4aa752018-06-05 13:29:11 -0700126 <EntityType Name="EventRecord" BaseType="Resource.v1_0_0.ReferenceableMember">
127 <Property Name="EventType" Type="Event.EventType" Nullable="false">
128 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700129 <Annotation Term="OData.Description" String="The type of event."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500130 <Annotation Term="OData.LongDescription" String="This property shall indicate the type of event."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700131 <Annotation Term="Redfish.Required"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600132 <Annotation Term="Redfish.Revisions">
133 <Collection>
134 <Record>
135 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
136 <PropertyValue Property="Version" String="v1_3_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700137 <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 -0600138 </Record>
139 </Collection>
140 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700141 </Property>
142 <Property Name="EventId" Type="Edm.String" Nullable="false">
143 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700144 <Annotation Term="OData.Description" String="The unique instance identifier of an event."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600145 <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 -0700146 </Property>
147 <Property Name="EventTimestamp" Type="Edm.DateTimeOffset" Nullable="false">
148 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700149 <Annotation Term="OData.Description" String="The time the event occurred."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500150 <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 -0700151 </Property>
152 <Property Name="Severity" Type="Edm.String" Nullable="false">
153 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700154 <Annotation Term="OData.Description" String="The severity of the event."/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600155 <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 -0500156 <Annotation Term="Redfish.Revisions">
157 <Collection>
158 <Record>
159 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
160 <PropertyValue Property="Version" String="v1_5_0"/>
161 <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."/>
162 </Record>
163 </Collection>
164 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700165 </Property>
166 <Property Name="Message" Type="Edm.String" Nullable="false">
167 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700168 <Annotation Term="OData.Description" String="The human-readable event message."/>
169 <Annotation Term="OData.LongDescription" String="This property shall contain a human-readable event message."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700170 </Property>
171 <Property Name="MessageId" Type="Edm.String" Nullable="false">
172 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Mills262d7d42021-01-20 16:28:41 -0600173 <Annotation Term="OData.Description" String="The identifier for the message."/>
174 <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 -0700175 <Annotation Term="Validation.Pattern" String="^[A-Za-z0-9]+\.\d+\.\d+\.[A-Za-z0-9.]+$"/>
176 <Annotation Term="Redfish.Required"/>
177 </Property>
178 <Property Name="MessageArgs" Type="Collection(Edm.String)" Nullable="false">
179 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500180 <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."/>
181 <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 -0700182 </Property>
183 <Property Name="Context" Type="Edm.String" Nullable="false">
184 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
185 <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 -0700186 <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 -0600187 <Annotation Term="Redfish.Revisions">
188 <Collection>
189 <Record>
190 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
191 <PropertyValue Property="Version" String="v1_1_0"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500192 <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 -0600193 </Record>
194 </Collection>
195 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700196 </Property>
197 <NavigationProperty Name="OriginOfCondition" Type="Resource.Item" Nullable="false">
198 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500199 <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 -0700200 <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 -0700201 <Annotation Term="OData.AutoExpandReferences"/>
202 </NavigationProperty>
203 </EntityType>
204 </Schema>
205
206 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_2">
207 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700208 <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 -0700209 <EntityType Name="Event" BaseType="Event.v1_0_0.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500210 <EntityType Name="EventRecord" BaseType="Event.v1_0_0.EventRecord"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700211 </Schema>
212
213 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_3">
214 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700215 <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 -0700216 <EntityType Name="Event" BaseType="Event.v1_0_2.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500217 <EntityType Name="EventRecord" BaseType="Event.v1_0_2.EventRecord"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700218 </Schema>
219
220 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_4">
221 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700222 <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 -0700223 <EntityType Name="Event" BaseType="Event.v1_0_3.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500224 <EntityType Name="EventRecord" BaseType="Event.v1_0_3.EventRecord"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700225 </Schema>
226
227 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_5">
228 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700229 <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 -0700230 <EntityType Name="Event" BaseType="Event.v1_0_4.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500231 <EntityType Name="EventRecord" BaseType="Event.v1_0_4.EventRecord"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700232 </Schema>
233
234 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_6">
235 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700236 <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 -0700237 <EntityType Name="Event" BaseType="Event.v1_0_5.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500238 <EntityType Name="EventRecord" BaseType="Event.v1_0_5.EventRecord"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700239 </Schema>
240
Ed Tanous530520e2019-01-02 13:41:37 -0800241 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_7">
242 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
243 <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."/>
244 <EntityType Name="Event" BaseType="Event.v1_0_6.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500245 <EntityType Name="EventRecord" BaseType="Event.v1_0_6.EventRecord"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800246 </Schema>
247
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600248 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_8">
249 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500250 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600251 <EntityType Name="Event" BaseType="Event.v1_0_7.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500252 <EntityType Name="EventRecord" BaseType="Event.v1_0_7.EventRecord"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600253 </Schema>
254
Ed Tanouscb103132019-10-08 11:34:22 -0700255 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_9">
256 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
257 <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."/>
258 <EntityType Name="Event" BaseType="Event.v1_0_8.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500259 <EntityType Name="EventRecord" BaseType="Event.v1_0_8.EventRecord"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700260 </Schema>
261
262 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_10">
263 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
264 <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."/>
265 <EntityType Name="Event" BaseType="Event.v1_0_9.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500266 <EntityType Name="EventRecord" BaseType="Event.v1_0_9.EventRecord"/>
267 </Schema>
268
269 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_11">
270 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
271 <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."/>
272 <EntityType Name="Event" BaseType="Event.v1_0_10.Event"/>
273 <EntityType Name="EventRecord" BaseType="Event.v1_0_10.EventRecord"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700274 </Schema>
275
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500276 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_12">
277 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
278 <Annotation Term="OData.Description" String="This version was created to clarify that Severity can be overridden by the service."/>
279 <EntityType Name="Event" BaseType="Event.v1_0_11.Event"/>
280 <EntityType Name="EventRecord" BaseType="Event.v1_0_11.EventRecord"/>
281 </Schema>
282
Gunnar Mills262d7d42021-01-20 16:28:41 -0600283 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_13">
284 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
285 <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."/>
286 <EntityType Name="Event" BaseType="Event.v1_0_12.Event"/>
287 <EntityType Name="EventRecord" BaseType="Event.v1_0_12.EventRecord"/>
288 </Schema>
289
Ed Tanoused761212022-09-23 15:03:29 -0700290 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_14">
291 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
292 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/>
293 <EntityType Name="Event" BaseType="Event.v1_0_13.Event"/>
294 <EntityType Name="EventRecord" BaseType="Event.v1_0_13.EventRecord"/>
295 </Schema>
296
Jason M. Billsea4aa752018-06-05 13:29:11 -0700297 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_0">
298 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600299 <Annotation Term="Redfish.Release" String="2016.1"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500300
Jason M. Billsea4aa752018-06-05 13:29:11 -0700301 <EntityType Name="Event" BaseType="Event.v1_0_2.Event">
302 <Property Name="Context" Type="Edm.String" Nullable="false">
303 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
304 <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 -0700305 <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 -0700306 </Property>
307 </EntityType>
Gunnar Millsa778c022020-05-12 12:20:36 -0500308
309 <EntityType Name="EventRecord" BaseType="Event.v1_0_2.EventRecord"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700310 </Schema>
311
312 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_1">
313 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700314 <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 -0700315 <EntityType Name="Event" BaseType="Event.v1_1_0.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500316 <EntityType Name="EventRecord" BaseType="Event.v1_1_0.EventRecord"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700317 </Schema>
318
319 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_2">
320 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700321 <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 -0700322 <EntityType Name="Event" BaseType="Event.v1_1_1.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500323 <EntityType Name="EventRecord" BaseType="Event.v1_1_1.EventRecord"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700324 </Schema>
325
326 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_3">
327 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700328 <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 -0700329 <EntityType Name="Event" BaseType="Event.v1_1_2.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500330 <EntityType Name="EventRecord" BaseType="Event.v1_1_2.EventRecord"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700331 </Schema>
332
333 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_4">
334 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700335 <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 -0700336 <EntityType Name="Event" BaseType="Event.v1_1_3.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500337 <EntityType Name="EventRecord" BaseType="Event.v1_1_3.EventRecord"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700338 </Schema>
339
Ed Tanous530520e2019-01-02 13:41:37 -0800340 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_5">
341 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
342 <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."/>
343 <EntityType Name="Event" BaseType="Event.v1_1_4.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500344 <EntityType Name="EventRecord" BaseType="Event.v1_1_4.EventRecord"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800345 </Schema>
346
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600347 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_6">
348 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500349 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600350 <EntityType Name="Event" BaseType="Event.v1_1_5.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500351 <EntityType Name="EventRecord" BaseType="Event.v1_1_5.EventRecord"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600352 </Schema>
353
Ed Tanouscb103132019-10-08 11:34:22 -0700354 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_7">
355 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
356 <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."/>
357 <EntityType Name="Event" BaseType="Event.v1_1_6.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500358 <EntityType Name="EventRecord" BaseType="Event.v1_1_6.EventRecord"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700359 </Schema>
360
361 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_8">
362 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
363 <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."/>
364 <EntityType Name="Event" BaseType="Event.v1_1_7.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500365 <EntityType Name="EventRecord" BaseType="Event.v1_1_7.EventRecord"/>
366 </Schema>
367
368 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_9">
369 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
370 <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."/>
371 <EntityType Name="Event" BaseType="Event.v1_1_8.Event"/>
372 <EntityType Name="EventRecord" BaseType="Event.v1_1_8.EventRecord"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700373 </Schema>
374
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500375 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_10">
376 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
377 <Annotation Term="OData.Description" String="This version was created to clarify that Severity can be overridden by the service."/>
378 <EntityType Name="Event" BaseType="Event.v1_1_9.Event"/>
379 <EntityType Name="EventRecord" BaseType="Event.v1_1_9.EventRecord"/>
380 </Schema>
381
Gunnar Mills262d7d42021-01-20 16:28:41 -0600382 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_11">
383 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
384 <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."/>
385 <EntityType Name="Event" BaseType="Event.v1_1_10.Event"/>
386 <EntityType Name="EventRecord" BaseType="Event.v1_1_10.EventRecord"/>
387 </Schema>
388
Ed Tanoused761212022-09-23 15:03:29 -0700389 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_12">
390 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
391 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/>
392 <EntityType Name="Event" BaseType="Event.v1_1_11.Event"/>
393 <EntityType Name="EventRecord" BaseType="Event.v1_1_11.EventRecord"/>
394 </Schema>
395
Jason M. Billsea4aa752018-06-05 13:29:11 -0700396 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_0">
397 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600398 <Annotation Term="Redfish.Release" String="2017.1"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500399
Jason M. Billsea4aa752018-06-05 13:29:11 -0700400 <EntityType Name="Event" BaseType="Event.v1_1_3.Event">
401 <Property Name="Actions" Type="Event.v1_2_0.Actions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500402 <Annotation Term="OData.Description" String="The available actions for this resource."/>
403 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700404 </Property>
405 </EntityType>
406
Gunnar Millsa778c022020-05-12 12:20:36 -0500407 <EntityType Name="EventRecord" BaseType="Event.v1_1_3.EventRecord">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700408 <Property Name="Actions" Type="Event.v1_2_0.EventRecordActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500409 <Annotation Term="OData.Description" String="The available actions for this resource."/>
410 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700411 </Property>
412 </EntityType>
413
414 <ComplexType Name="Actions">
415 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500416 <Annotation Term="OData.Description" String="The available actions for this resource."/>
417 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800418 <Property Name="Oem" Type="Event.v1_2_0.OemActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500419 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
420 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800421 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700422 </ComplexType>
423
424 <ComplexType Name="OemActions">
425 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500426 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
427 <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 -0700428 </ComplexType>
429
430 <ComplexType Name="EventRecordActions">
431 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500432 <Annotation Term="OData.Description" String="The available actions for this resource."/>
433 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800434 <Property Name="Oem" Type="Event.v1_2_0.EventRecordOemActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500435 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
436 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800437 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700438 </ComplexType>
439
440 <ComplexType Name="EventRecordOemActions">
441 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500442 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
443 <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 -0700444 </ComplexType>
445 </Schema>
446
447 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_1">
448 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700449 <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 -0700450 <EntityType Name="Event" BaseType="Event.v1_2_0.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500451 <EntityType Name="EventRecord" BaseType="Event.v1_2_0.EventRecord"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700452 </Schema>
453
Ed Tanous530520e2019-01-02 13:41:37 -0800454 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_2">
455 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
456 <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."/>
457 <EntityType Name="Event" BaseType="Event.v1_2_1.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500458 <EntityType Name="EventRecord" BaseType="Event.v1_2_1.EventRecord"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800459 </Schema>
460
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600461 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_3">
462 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500463 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600464 <EntityType Name="Event" BaseType="Event.v1_2_2.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500465 <EntityType Name="EventRecord" BaseType="Event.v1_2_2.EventRecord"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600466 </Schema>
467
Ed Tanouscb103132019-10-08 11:34:22 -0700468 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_4">
469 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
470 <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."/>
471 <EntityType Name="Event" BaseType="Event.v1_2_3.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500472 <EntityType Name="EventRecord" BaseType="Event.v1_2_3.EventRecord"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700473 </Schema>
474
475 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_5">
476 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
477 <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."/>
478 <EntityType Name="Event" BaseType="Event.v1_2_4.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500479 <EntityType Name="EventRecord" BaseType="Event.v1_2_4.EventRecord"/>
480 </Schema>
481
482 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_6">
483 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
484 <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."/>
485 <EntityType Name="Event" BaseType="Event.v1_2_5.Event"/>
486 <EntityType Name="EventRecord" BaseType="Event.v1_2_5.EventRecord"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700487 </Schema>
488
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500489 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_7">
490 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
491 <Annotation Term="OData.Description" String="This version was created to clarify that Severity can be overridden by the service."/>
492 <EntityType Name="Event" BaseType="Event.v1_2_6.Event"/>
493 <EntityType Name="EventRecord" BaseType="Event.v1_2_6.EventRecord"/>
494 </Schema>
495
Gunnar Mills262d7d42021-01-20 16:28:41 -0600496 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_8">
497 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
498 <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."/>
499 <EntityType Name="Event" BaseType="Event.v1_2_7.Event"/>
500 <EntityType Name="EventRecord" BaseType="Event.v1_2_7.EventRecord"/>
501 </Schema>
502
Ed Tanoused761212022-09-23 15:03:29 -0700503 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_9">
504 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
505 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/>
506 <EntityType Name="Event" BaseType="Event.v1_2_8.Event"/>
507 <EntityType Name="EventRecord" BaseType="Event.v1_2_8.EventRecord"/>
508 </Schema>
509
Ed Tanous530520e2019-01-02 13:41:37 -0800510 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_0">
511 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600512 <Annotation Term="Redfish.Release" String="2018.2"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700513 <Annotation Term="OData.Description" String="This version deprecates EventType and to add the grouping mechanism EventGroupId."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800514
515 <EntityType Name="Event" BaseType="Event.v1_2_2.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500516
517 <EntityType Name="EventRecord" BaseType="Event.v1_2_2.EventRecord">
Ed Tanous530520e2019-01-02 13:41:37 -0800518 <Property Name="EventGroupId" Type="Edm.Int64" Nullable="false">
519 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700520 <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."/>
521 <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 -0800522 </Property>
523 </EntityType>
524 </Schema>
525
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600526 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_1">
527 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500528 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600529 <EntityType Name="Event" BaseType="Event.v1_3_0.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500530 <EntityType Name="EventRecord" BaseType="Event.v1_3_0.EventRecord"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600531 </Schema>
532
Ed Tanouscb103132019-10-08 11:34:22 -0700533 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_2">
534 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
535 <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."/>
536 <EntityType Name="Event" BaseType="Event.v1_3_1.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500537 <EntityType Name="EventRecord" BaseType="Event.v1_3_1.EventRecord"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700538 </Schema>
539
540 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_3">
541 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
542 <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."/>
543 <EntityType Name="Event" BaseType="Event.v1_3_2.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500544 <EntityType Name="EventRecord" BaseType="Event.v1_3_2.EventRecord"/>
545 </Schema>
546
547 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_4">
548 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
549 <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."/>
550 <EntityType Name="Event" BaseType="Event.v1_3_3.Event"/>
551 <EntityType Name="EventRecord" BaseType="Event.v1_3_3.EventRecord"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700552 </Schema>
553
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500554 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_5">
555 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
556 <Annotation Term="OData.Description" String="This version was created to clarify that Severity can be overridden by the service."/>
557 <EntityType Name="Event" BaseType="Event.v1_3_4.Event"/>
558 <EntityType Name="EventRecord" BaseType="Event.v1_3_4.EventRecord"/>
559 </Schema>
560
Gunnar Mills262d7d42021-01-20 16:28:41 -0600561 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_6">
562 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
563 <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."/>
564 <EntityType Name="Event" BaseType="Event.v1_3_5.Event"/>
565 <EntityType Name="EventRecord" BaseType="Event.v1_3_5.EventRecord"/>
566 </Schema>
567
Ed Tanoused761212022-09-23 15:03:29 -0700568 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_7">
569 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
570 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/>
571 <EntityType Name="Event" BaseType="Event.v1_3_6.Event"/>
572 <EntityType Name="EventRecord" BaseType="Event.v1_3_6.EventRecord"/>
573 </Schema>
574
Ed Tanouscb103132019-10-08 11:34:22 -0700575 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_0">
576 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
577 <Annotation Term="Redfish.Release" String="2019.1"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500578 <Annotation Term="OData.Description" String="This version was created to add the value `Other` to EventType."/>
579
Ed Tanouscb103132019-10-08 11:34:22 -0700580 <EntityType Name="Event" BaseType="Event.v1_3_2.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500581
582 <EntityType Name="EventRecord" BaseType="Event.v1_3_2.EventRecord"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700583 </Schema>
584
585 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_1">
586 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
587 <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."/>
588 <EntityType Name="Event" BaseType="Event.v1_4_0.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500589 <EntityType Name="EventRecord" BaseType="Event.v1_4_0.EventRecord"/>
590 </Schema>
591
592 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_2">
593 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
594 <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."/>
595 <EntityType Name="Event" BaseType="Event.v1_4_1.Event"/>
596 <EntityType Name="EventRecord" BaseType="Event.v1_4_1.EventRecord"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700597 </Schema>
598
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500599 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_3">
600 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
601 <Annotation Term="OData.Description" String="This version was created to clarify that Severity can be overridden by the service."/>
602 <EntityType Name="Event" BaseType="Event.v1_4_2.Event"/>
603 <EntityType Name="EventRecord" BaseType="Event.v1_4_2.EventRecord"/>
604 </Schema>
605
Gunnar Mills262d7d42021-01-20 16:28:41 -0600606 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_4">
607 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
608 <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."/>
609 <EntityType Name="Event" BaseType="Event.v1_4_3.Event"/>
610 <EntityType Name="EventRecord" BaseType="Event.v1_4_3.EventRecord"/>
611 </Schema>
612
Ed Tanoused761212022-09-23 15:03:29 -0700613 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_5">
614 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
615 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/>
616 <EntityType Name="Event" BaseType="Event.v1_4_4.Event"/>
617 <EntityType Name="EventRecord" BaseType="Event.v1_4_4.EventRecord"/>
618 </Schema>
619
Gunnar Mills844b4152020-06-22 12:44:09 -0500620 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_5_0">
621 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
622 <Annotation Term="Redfish.Release" String="2020.2"/>
623 <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."/>
624
625 <EntityType Name="Event" BaseType="Event.v1_4_2.Event"/>
626
627 <EntityType Name="EventRecord" BaseType="Event.v1_4_2.EventRecord">
Gunnar Mills262d7d42021-01-20 16:28:41 -0600628 <Property Name="MessageSeverity" Type="Resource.Health" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500629 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
630 <Annotation Term="OData.Description" String="The severity of the message in this event."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500631 <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."/>
632 </Property>
633 </EntityType>
634 </Schema>
635
636 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_5_1">
637 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
638 <Annotation Term="OData.Description" String="This version was created to clarify that MessageSeverity and Severity can be overridden by the service."/>
639 <EntityType Name="Event" BaseType="Event.v1_5_0.Event"/>
640 <EntityType Name="EventRecord" BaseType="Event.v1_5_0.EventRecord"/>
641 </Schema>
642
Gunnar Mills262d7d42021-01-20 16:28:41 -0600643 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_5_2">
644 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
645 <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."/>
646 <EntityType Name="Event" BaseType="Event.v1_5_1.Event"/>
647 <EntityType Name="EventRecord" BaseType="Event.v1_5_1.EventRecord"/>
648 </Schema>
649
Ed Tanoused761212022-09-23 15:03:29 -0700650 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_5_3">
651 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
652 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/>
653 <EntityType Name="Event" BaseType="Event.v1_5_2.Event"/>
654 <EntityType Name="EventRecord" BaseType="Event.v1_5_2.EventRecord"/>
655 </Schema>
656
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500657 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_6_0">
658 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
659 <Annotation Term="Redfish.Release" String="2020.3"/>
660
661 <EntityType Name="Event" BaseType="Event.v1_5_1.Event"/>
662
663 <EntityType Name="EventRecord" BaseType="Event.v1_5_1.EventRecord">
664 <Property Name="SpecificEventExistsInGroup" Type="Edm.Boolean" Nullable="false">
665 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
666 <Annotation Term="OData.Description" String="Indicates this event is equivalent to a more specific event in this Event Group."/>
667 <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 -0500668 </Property>
669 </EntityType>
670 </Schema>
671
Gunnar Mills262d7d42021-01-20 16:28:41 -0600672 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_6_1">
673 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
674 <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."/>
675 <EntityType Name="Event" BaseType="Event.v1_6_0.Event"/>
676 <EntityType Name="EventRecord" BaseType="Event.v1_6_0.EventRecord"/>
677 </Schema>
678
Ed Tanoused761212022-09-23 15:03:29 -0700679 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_6_2">
680 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
681 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/>
682 <EntityType Name="Event" BaseType="Event.v1_6_1.Event"/>
683 <EntityType Name="EventRecord" BaseType="Event.v1_6_1.EventRecord"/>
684 </Schema>
685
Gunnar Mills9d424662021-09-22 21:56:16 -0500686 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_7_0">
687 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
688 <Annotation Term="Redfish.Release" String="2021.2"/>
689
690 <EntityType Name="Event" BaseType="Event.v1_6_1.Event"/>
691
692 <EntityType Name="EventRecord" BaseType="Event.v1_6_1.EventRecord">
693 <NavigationProperty Name="LogEntry" Type="LogEntry.LogEntry" Nullable="false">
694 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
695 <Annotation Term="OData.Description" String="The link to a log entry if an entry was created for this event."/>
696 <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."/>
697 <Annotation Term="OData.AutoExpandReferences"/>
698 </NavigationProperty>
699 </EntityType>
700 </Schema>
701
Ed Tanoused761212022-09-23 15:03:29 -0700702 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_7_1">
703 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
704 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/>
705 <EntityType Name="Event" BaseType="Event.v1_7_0.Event"/>
706 <EntityType Name="EventRecord" BaseType="Event.v1_7_0.EventRecord"/>
707 </Schema>
708
Ed Tanousf263e092023-05-22 09:56:29 -0700709 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_8_0">
710 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
711 <Annotation Term="Redfish.Release" String="2023.1"/>
712
713 <EntityType Name="Event" BaseType="Event.v1_7_1.Event"/>
714
715 <EntityType Name="EventRecord" BaseType="Event.v1_7_1.EventRecord">
716 <Property Name="CPER" Type="Event.v1_8_0.CPER" Nullable="false">
717 <Annotation Term="OData.Description" String="Details for a CPER section or record associated with this event."/>
718 <Annotation Term="OData.LongDescription" String="This property shall contain the details for a CPER section or record that is the source of this event."/>
719 </Property>
720 <Property Name="DiagnosticData" Type="Edm.String">
721 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
722 <Annotation Term="OData.Description" String="A Base64-encoded set of diagnostic data associated with this event."/>
723 <Annotation Term="OData.LongDescription" String="This property shall contain a Base64-encoded string that represents diagnostic data associated with this event. The contents shall depend on the value of the DiagnosticDataType property. The length of the value should not exceed 4KB. Larger diagnostic data payloads should omit this property and use the AdditionalDataURI property to reference the data. If both DiagnosticData and AdditionalDataURI are present, DiagnosticData shall contain the Base64-encoding of the data retrieved from the URI specified by the AdditionalDataURI property."/>
724 </Property>
725 <Property Name="DiagnosticDataType" Type="Event.v1_8_0.DiagnosticDataTypes">
726 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
727 <Annotation Term="OData.Description" String="The type of data available in the DiagnosticData property or retrieved from the URI specified by the AdditionalDataURI property."/>
728 <Annotation Term="OData.LongDescription" String="This property shall contain the type of data available in the DiagnosticData property or retrieved from the URI specified by the AdditionalDataURI property."/>
729 </Property>
730 <Property Name="AdditionalDataSizeBytes" Type="Edm.Int64">
731 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
732 <Annotation Term="OData.Description" String="The size of the additional data for this event."/>
733 <Annotation Term="OData.LongDescription" String="This property shall contain the size of the additional data retrieved from the URI specified by the AdditionalDataURI property for this event."/>
734 <Annotation Term="Measures.Unit" String="By"/>
735 </Property>
736 <Property Name="AdditionalDataURI" Type="Edm.String">
737 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
738 <Annotation Term="OData.Description" String="The URI at which to access the additional data for the event, such as diagnostic data, image captures, or other files."/>
739 <Annotation Term="OData.LongDescription" String="This property shall contain the URI at which to access the additional data for the event, using the Redfish protocol and authentication methods. If both DiagnosticData and AdditionalDataURI are present, DiagnosticData shall contain the Base64-encoding of the data retrieved from the URI specified by the AdditionalDataURI property."/>
740 <Annotation Term="OData.IsURL"/>
741 </Property>
742 </EntityType>
743
744 <ComplexType Name="CPER">
745 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
746 <Annotation Term="OData.Description" String="Details for a CPER section or record associated with an event."/>
747 <Annotation Term="OData.LongDescription" String="This object shall contain the details for a CPER section or record that is the source of an event."/>
748 <Property Name="NotificationType" Type="Edm.Guid">
749 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
750 <Annotation Term="OData.Description" String="The CPER Notification Type for a CPER record."/>
751 <Annotation Term="OData.LongDescription" String="This property shall contain the CPER Notification Type for a CPER record that corresponds to the contents of the DiagnosticData property or data retrieved from the URI specified by the AdditionalDataURI property. This property shall only be present if DiagnosticDataType contains `CPER`."/>
752 </Property>
753 <Property Name="SectionType" Type="Edm.Guid">
754 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
755 <Annotation Term="OData.Description" String="The CPER Section Type."/>
756 <Annotation Term="OData.LongDescription" String="This property shall contain the CPER Section Type for a CPER section that corresponds to the contents of the DiagnosticData property or data retrieved from the URI specified by the AdditionalDataURI property. This property shall only be present if DiagnosticDataType contains `CPERSection`."/>
757 </Property>
758 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
759 <Annotation Term="OData.Description" String="The OEM extension property."/>
760 <Annotation Term="OData.LongDescription" String="This property shall contain the OEM extensions. All values for properties contained in this object shall conform to the Redfish Specification-described requirements."/>
761 </Property>
762 </ComplexType>
763
764 <EnumType Name="DiagnosticDataTypes">
765 <Member Name="Manager">
766 <Annotation Term="OData.Description" String="Manager diagnostic data."/>
767 </Member>
768 <Member Name="PreOS">
769 <Annotation Term="OData.Description" String="Pre-OS diagnostic data."/>
770 </Member>
771 <Member Name="OS">
772 <Annotation Term="OData.Description" String="Operating system (OS) diagnostic data."/>
773 </Member>
774 <Member Name="OEM">
775 <Annotation Term="OData.Description" String="OEM diagnostic data."/>
776 </Member>
777 <Member Name="CPER">
778 <Annotation Term="OData.Description" String="UEFI Common Platform Error Record."/>
779 <Annotation Term="OData.LongDescription" String="This value shall indicate the data provided at the URI specified by the AdditionalDataURI property is a complete UEFI Specification-defined Common Platform Error Record. The CPER data shall contain a Record Header and at least one Section as defined by the UEFI Specification."/>
780 </Member>
781 <Member Name="CPERSection">
782 <Annotation Term="OData.Description" String="A Section of a UEFI Common Platform Error Record."/>
783 <Annotation Term="OData.LongDescription" String="This value shall indicate the data provided at the URI specified by the AdditionalDataURI property is a single Section of a UEFI Specification-defined Common Platform Error Record. The CPER data shall contain one Section as defined by the UEFI Specification, with no Record Header."/>
784 </Member>
785 </EnumType>
786 </Schema>
787
Jason M. Billsea4aa752018-06-05 13:29:11 -0700788 </edmx:DataServices>
789</edmx:Edmx>