blob: a556e6e0564adf2ae1da8eda5838e1e2410147aa [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Ed Tanouse9cc1bc2023-09-21 11:15:30 -07004<!--# Redfish Schema: Event v1.9.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."/>
Ed Tanouse9cc1bc2023-09-21 11:15:30 -0700181 <Annotation Term="OData.LongDescription" String="This property shall contain an array of message arguments that are substituted for the arguments in the message when looked up in the message registry. It has the same semantics as the MessageArgs property in the Redfish MessageRegistry schema. If the corresponding ParamType value contains `number`, the service shall convert the number to a string representation of the number."/>
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
Ed Tanouse9cc1bc2023-09-21 11:15:30 -0700297 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_15">
298 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
299 <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message."/>
300 <EntityType Name="Event" BaseType="Event.v1_0_14.Event"/>
301 </Schema>
302
Jason M. Billsea4aa752018-06-05 13:29:11 -0700303 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_0">
304 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600305 <Annotation Term="Redfish.Release" String="2016.1"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500306
Jason M. Billsea4aa752018-06-05 13:29:11 -0700307 <EntityType Name="Event" BaseType="Event.v1_0_2.Event">
308 <Property Name="Context" Type="Edm.String" Nullable="false">
309 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
310 <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 -0700311 <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 -0700312 </Property>
313 </EntityType>
Gunnar Millsa778c022020-05-12 12:20:36 -0500314
315 <EntityType Name="EventRecord" BaseType="Event.v1_0_2.EventRecord"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700316 </Schema>
317
318 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_1">
319 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700320 <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 -0700321 <EntityType Name="Event" BaseType="Event.v1_1_0.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500322 <EntityType Name="EventRecord" BaseType="Event.v1_1_0.EventRecord"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700323 </Schema>
324
325 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_2">
326 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700327 <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 -0700328 <EntityType Name="Event" BaseType="Event.v1_1_1.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500329 <EntityType Name="EventRecord" BaseType="Event.v1_1_1.EventRecord"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700330 </Schema>
331
332 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_3">
333 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700334 <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 -0700335 <EntityType Name="Event" BaseType="Event.v1_1_2.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500336 <EntityType Name="EventRecord" BaseType="Event.v1_1_2.EventRecord"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700337 </Schema>
338
339 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_4">
340 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700341 <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 -0700342 <EntityType Name="Event" BaseType="Event.v1_1_3.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500343 <EntityType Name="EventRecord" BaseType="Event.v1_1_3.EventRecord"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700344 </Schema>
345
Ed Tanous530520e2019-01-02 13:41:37 -0800346 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_5">
347 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
348 <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."/>
349 <EntityType Name="Event" BaseType="Event.v1_1_4.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500350 <EntityType Name="EventRecord" BaseType="Event.v1_1_4.EventRecord"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800351 </Schema>
352
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600353 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_6">
354 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500355 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600356 <EntityType Name="Event" BaseType="Event.v1_1_5.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500357 <EntityType Name="EventRecord" BaseType="Event.v1_1_5.EventRecord"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600358 </Schema>
359
Ed Tanouscb103132019-10-08 11:34:22 -0700360 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_7">
361 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
362 <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."/>
363 <EntityType Name="Event" BaseType="Event.v1_1_6.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500364 <EntityType Name="EventRecord" BaseType="Event.v1_1_6.EventRecord"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700365 </Schema>
366
367 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_8">
368 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
369 <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."/>
370 <EntityType Name="Event" BaseType="Event.v1_1_7.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500371 <EntityType Name="EventRecord" BaseType="Event.v1_1_7.EventRecord"/>
372 </Schema>
373
374 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_9">
375 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
376 <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."/>
377 <EntityType Name="Event" BaseType="Event.v1_1_8.Event"/>
378 <EntityType Name="EventRecord" BaseType="Event.v1_1_8.EventRecord"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700379 </Schema>
380
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500381 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_10">
382 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
383 <Annotation Term="OData.Description" String="This version was created to clarify that Severity can be overridden by the service."/>
384 <EntityType Name="Event" BaseType="Event.v1_1_9.Event"/>
385 <EntityType Name="EventRecord" BaseType="Event.v1_1_9.EventRecord"/>
386 </Schema>
387
Gunnar Mills262d7d42021-01-20 16:28:41 -0600388 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_11">
389 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
390 <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."/>
391 <EntityType Name="Event" BaseType="Event.v1_1_10.Event"/>
392 <EntityType Name="EventRecord" BaseType="Event.v1_1_10.EventRecord"/>
393 </Schema>
394
Ed Tanoused761212022-09-23 15:03:29 -0700395 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_12">
396 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
397 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/>
398 <EntityType Name="Event" BaseType="Event.v1_1_11.Event"/>
399 <EntityType Name="EventRecord" BaseType="Event.v1_1_11.EventRecord"/>
400 </Schema>
401
Ed Tanouse9cc1bc2023-09-21 11:15:30 -0700402 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_13">
403 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
404 <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message."/>
405 <EntityType Name="Event" BaseType="Event.v1_1_12.Event"/>
406 </Schema>
407
Jason M. Billsea4aa752018-06-05 13:29:11 -0700408 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_0">
409 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600410 <Annotation Term="Redfish.Release" String="2017.1"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500411
Jason M. Billsea4aa752018-06-05 13:29:11 -0700412 <EntityType Name="Event" BaseType="Event.v1_1_3.Event">
413 <Property Name="Actions" Type="Event.v1_2_0.Actions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500414 <Annotation Term="OData.Description" String="The available actions for this resource."/>
415 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700416 </Property>
417 </EntityType>
418
Gunnar Millsa778c022020-05-12 12:20:36 -0500419 <EntityType Name="EventRecord" BaseType="Event.v1_1_3.EventRecord">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700420 <Property Name="Actions" Type="Event.v1_2_0.EventRecordActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500421 <Annotation Term="OData.Description" String="The available actions for this resource."/>
422 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700423 </Property>
424 </EntityType>
425
426 <ComplexType Name="Actions">
427 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500428 <Annotation Term="OData.Description" String="The available actions for this resource."/>
429 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800430 <Property Name="Oem" Type="Event.v1_2_0.OemActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500431 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
432 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800433 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700434 </ComplexType>
435
436 <ComplexType Name="OemActions">
437 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500438 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
439 <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 -0700440 </ComplexType>
441
442 <ComplexType Name="EventRecordActions">
443 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500444 <Annotation Term="OData.Description" String="The available actions for this resource."/>
445 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800446 <Property Name="Oem" Type="Event.v1_2_0.EventRecordOemActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500447 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
448 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800449 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700450 </ComplexType>
451
452 <ComplexType Name="EventRecordOemActions">
453 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500454 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
455 <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 -0700456 </ComplexType>
457 </Schema>
458
459 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_1">
460 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700461 <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 -0700462 <EntityType Name="Event" BaseType="Event.v1_2_0.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500463 <EntityType Name="EventRecord" BaseType="Event.v1_2_0.EventRecord"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700464 </Schema>
465
Ed Tanous530520e2019-01-02 13:41:37 -0800466 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_2">
467 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
468 <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."/>
469 <EntityType Name="Event" BaseType="Event.v1_2_1.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500470 <EntityType Name="EventRecord" BaseType="Event.v1_2_1.EventRecord"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800471 </Schema>
472
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600473 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_3">
474 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500475 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600476 <EntityType Name="Event" BaseType="Event.v1_2_2.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500477 <EntityType Name="EventRecord" BaseType="Event.v1_2_2.EventRecord"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600478 </Schema>
479
Ed Tanouscb103132019-10-08 11:34:22 -0700480 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_4">
481 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
482 <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."/>
483 <EntityType Name="Event" BaseType="Event.v1_2_3.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500484 <EntityType Name="EventRecord" BaseType="Event.v1_2_3.EventRecord"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700485 </Schema>
486
487 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_5">
488 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
489 <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."/>
490 <EntityType Name="Event" BaseType="Event.v1_2_4.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500491 <EntityType Name="EventRecord" BaseType="Event.v1_2_4.EventRecord"/>
492 </Schema>
493
494 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_6">
495 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
496 <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."/>
497 <EntityType Name="Event" BaseType="Event.v1_2_5.Event"/>
498 <EntityType Name="EventRecord" BaseType="Event.v1_2_5.EventRecord"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700499 </Schema>
500
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500501 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_7">
502 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
503 <Annotation Term="OData.Description" String="This version was created to clarify that Severity can be overridden by the service."/>
504 <EntityType Name="Event" BaseType="Event.v1_2_6.Event"/>
505 <EntityType Name="EventRecord" BaseType="Event.v1_2_6.EventRecord"/>
506 </Schema>
507
Gunnar Mills262d7d42021-01-20 16:28:41 -0600508 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_8">
509 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
510 <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."/>
511 <EntityType Name="Event" BaseType="Event.v1_2_7.Event"/>
512 <EntityType Name="EventRecord" BaseType="Event.v1_2_7.EventRecord"/>
513 </Schema>
514
Ed Tanoused761212022-09-23 15:03:29 -0700515 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_9">
516 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
517 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/>
518 <EntityType Name="Event" BaseType="Event.v1_2_8.Event"/>
519 <EntityType Name="EventRecord" BaseType="Event.v1_2_8.EventRecord"/>
520 </Schema>
521
Ed Tanouse9cc1bc2023-09-21 11:15:30 -0700522 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_10">
523 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
524 <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message."/>
525 <EntityType Name="Event" BaseType="Event.v1_2_9.Event"/>
526 </Schema>
527
Ed Tanous530520e2019-01-02 13:41:37 -0800528 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_0">
529 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600530 <Annotation Term="Redfish.Release" String="2018.2"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700531 <Annotation Term="OData.Description" String="This version deprecates EventType and to add the grouping mechanism EventGroupId."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800532
533 <EntityType Name="Event" BaseType="Event.v1_2_2.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500534
535 <EntityType Name="EventRecord" BaseType="Event.v1_2_2.EventRecord">
Ed Tanous530520e2019-01-02 13:41:37 -0800536 <Property Name="EventGroupId" Type="Edm.Int64" Nullable="false">
537 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700538 <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."/>
539 <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 -0800540 </Property>
541 </EntityType>
542 </Schema>
543
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600544 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_1">
545 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500546 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600547 <EntityType Name="Event" BaseType="Event.v1_3_0.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500548 <EntityType Name="EventRecord" BaseType="Event.v1_3_0.EventRecord"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600549 </Schema>
550
Ed Tanouscb103132019-10-08 11:34:22 -0700551 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_2">
552 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
553 <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."/>
554 <EntityType Name="Event" BaseType="Event.v1_3_1.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500555 <EntityType Name="EventRecord" BaseType="Event.v1_3_1.EventRecord"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700556 </Schema>
557
558 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_3">
559 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
560 <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."/>
561 <EntityType Name="Event" BaseType="Event.v1_3_2.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500562 <EntityType Name="EventRecord" BaseType="Event.v1_3_2.EventRecord"/>
563 </Schema>
564
565 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_4">
566 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
567 <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."/>
568 <EntityType Name="Event" BaseType="Event.v1_3_3.Event"/>
569 <EntityType Name="EventRecord" BaseType="Event.v1_3_3.EventRecord"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700570 </Schema>
571
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500572 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_5">
573 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
574 <Annotation Term="OData.Description" String="This version was created to clarify that Severity can be overridden by the service."/>
575 <EntityType Name="Event" BaseType="Event.v1_3_4.Event"/>
576 <EntityType Name="EventRecord" BaseType="Event.v1_3_4.EventRecord"/>
577 </Schema>
578
Gunnar Mills262d7d42021-01-20 16:28:41 -0600579 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_6">
580 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
581 <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."/>
582 <EntityType Name="Event" BaseType="Event.v1_3_5.Event"/>
583 <EntityType Name="EventRecord" BaseType="Event.v1_3_5.EventRecord"/>
584 </Schema>
585
Ed Tanoused761212022-09-23 15:03:29 -0700586 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_7">
587 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
588 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/>
589 <EntityType Name="Event" BaseType="Event.v1_3_6.Event"/>
590 <EntityType Name="EventRecord" BaseType="Event.v1_3_6.EventRecord"/>
591 </Schema>
592
Ed Tanouse9cc1bc2023-09-21 11:15:30 -0700593 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_8">
594 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
595 <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message."/>
596 <EntityType Name="Event" BaseType="Event.v1_3_7.Event"/>
597 </Schema>
598
Ed Tanouscb103132019-10-08 11:34:22 -0700599 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_0">
600 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
601 <Annotation Term="Redfish.Release" String="2019.1"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500602 <Annotation Term="OData.Description" String="This version was created to add the value `Other` to EventType."/>
603
Ed Tanouscb103132019-10-08 11:34:22 -0700604 <EntityType Name="Event" BaseType="Event.v1_3_2.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500605
606 <EntityType Name="EventRecord" BaseType="Event.v1_3_2.EventRecord"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700607 </Schema>
608
609 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_1">
610 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
611 <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."/>
612 <EntityType Name="Event" BaseType="Event.v1_4_0.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500613 <EntityType Name="EventRecord" BaseType="Event.v1_4_0.EventRecord"/>
614 </Schema>
615
616 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_2">
617 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
618 <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."/>
619 <EntityType Name="Event" BaseType="Event.v1_4_1.Event"/>
620 <EntityType Name="EventRecord" BaseType="Event.v1_4_1.EventRecord"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700621 </Schema>
622
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500623 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_3">
624 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
625 <Annotation Term="OData.Description" String="This version was created to clarify that Severity can be overridden by the service."/>
626 <EntityType Name="Event" BaseType="Event.v1_4_2.Event"/>
627 <EntityType Name="EventRecord" BaseType="Event.v1_4_2.EventRecord"/>
628 </Schema>
629
Gunnar Mills262d7d42021-01-20 16:28:41 -0600630 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_4">
631 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
632 <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."/>
633 <EntityType Name="Event" BaseType="Event.v1_4_3.Event"/>
634 <EntityType Name="EventRecord" BaseType="Event.v1_4_3.EventRecord"/>
635 </Schema>
636
Ed Tanoused761212022-09-23 15:03:29 -0700637 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_5">
638 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
639 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/>
640 <EntityType Name="Event" BaseType="Event.v1_4_4.Event"/>
641 <EntityType Name="EventRecord" BaseType="Event.v1_4_4.EventRecord"/>
642 </Schema>
643
Ed Tanouse9cc1bc2023-09-21 11:15:30 -0700644 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_6">
645 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
646 <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message."/>
647 <EntityType Name="Event" BaseType="Event.v1_4_5.Event"/>
648 </Schema>
649
Gunnar Mills844b4152020-06-22 12:44:09 -0500650 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_5_0">
651 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
652 <Annotation Term="Redfish.Release" String="2020.2"/>
653 <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."/>
654
655 <EntityType Name="Event" BaseType="Event.v1_4_2.Event"/>
656
657 <EntityType Name="EventRecord" BaseType="Event.v1_4_2.EventRecord">
Gunnar Mills262d7d42021-01-20 16:28:41 -0600658 <Property Name="MessageSeverity" Type="Resource.Health" Nullable="false">
Gunnar Mills844b4152020-06-22 12:44:09 -0500659 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
660 <Annotation Term="OData.Description" String="The severity of the message in this event."/>
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500661 <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."/>
662 </Property>
663 </EntityType>
664 </Schema>
665
666 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_5_1">
667 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
668 <Annotation Term="OData.Description" String="This version was created to clarify that MessageSeverity and Severity can be overridden by the service."/>
669 <EntityType Name="Event" BaseType="Event.v1_5_0.Event"/>
670 <EntityType Name="EventRecord" BaseType="Event.v1_5_0.EventRecord"/>
671 </Schema>
672
Gunnar Mills262d7d42021-01-20 16:28:41 -0600673 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_5_2">
674 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
675 <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."/>
676 <EntityType Name="Event" BaseType="Event.v1_5_1.Event"/>
677 <EntityType Name="EventRecord" BaseType="Event.v1_5_1.EventRecord"/>
678 </Schema>
679
Ed Tanoused761212022-09-23 15:03:29 -0700680 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_5_3">
681 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
682 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/>
683 <EntityType Name="Event" BaseType="Event.v1_5_2.Event"/>
684 <EntityType Name="EventRecord" BaseType="Event.v1_5_2.EventRecord"/>
685 </Schema>
686
Ed Tanouse9cc1bc2023-09-21 11:15:30 -0700687 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_5_4">
688 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
689 <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message."/>
690 <EntityType Name="Event" BaseType="Event.v1_5_3.Event"/>
691 </Schema>
692
Asmitha Karunanithic8ccb772020-09-22 10:56:46 -0500693 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_6_0">
694 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
695 <Annotation Term="Redfish.Release" String="2020.3"/>
696
697 <EntityType Name="Event" BaseType="Event.v1_5_1.Event"/>
698
699 <EntityType Name="EventRecord" BaseType="Event.v1_5_1.EventRecord">
700 <Property Name="SpecificEventExistsInGroup" Type="Edm.Boolean" Nullable="false">
701 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
702 <Annotation Term="OData.Description" String="Indicates this event is equivalent to a more specific event in this Event Group."/>
703 <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 -0500704 </Property>
705 </EntityType>
706 </Schema>
707
Gunnar Mills262d7d42021-01-20 16:28:41 -0600708 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_6_1">
709 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
710 <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."/>
711 <EntityType Name="Event" BaseType="Event.v1_6_0.Event"/>
712 <EntityType Name="EventRecord" BaseType="Event.v1_6_0.EventRecord"/>
713 </Schema>
714
Ed Tanoused761212022-09-23 15:03:29 -0700715 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_6_2">
716 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
717 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/>
718 <EntityType Name="Event" BaseType="Event.v1_6_1.Event"/>
719 <EntityType Name="EventRecord" BaseType="Event.v1_6_1.EventRecord"/>
720 </Schema>
721
Ed Tanouse9cc1bc2023-09-21 11:15:30 -0700722 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_6_3">
723 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
724 <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message."/>
725 <EntityType Name="Event" BaseType="Event.v1_6_2.Event"/>
726 </Schema>
727
Gunnar Mills9d424662021-09-22 21:56:16 -0500728 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_7_0">
729 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
730 <Annotation Term="Redfish.Release" String="2021.2"/>
731
732 <EntityType Name="Event" BaseType="Event.v1_6_1.Event"/>
733
734 <EntityType Name="EventRecord" BaseType="Event.v1_6_1.EventRecord">
735 <NavigationProperty Name="LogEntry" Type="LogEntry.LogEntry" Nullable="false">
736 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
737 <Annotation Term="OData.Description" String="The link to a log entry if an entry was created for this event."/>
738 <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."/>
739 <Annotation Term="OData.AutoExpandReferences"/>
740 </NavigationProperty>
741 </EntityType>
742 </Schema>
743
Ed Tanoused761212022-09-23 15:03:29 -0700744 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_7_1">
745 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
746 <Annotation Term="OData.Description" String="This version was created to clarify the usage of OriginOfCondition for creation and deletion events."/>
747 <EntityType Name="Event" BaseType="Event.v1_7_0.Event"/>
748 <EntityType Name="EventRecord" BaseType="Event.v1_7_0.EventRecord"/>
749 </Schema>
750
Ed Tanouse9cc1bc2023-09-21 11:15:30 -0700751 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_7_2">
752 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
753 <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message."/>
754 <EntityType Name="Event" BaseType="Event.v1_7_1.Event"/>
755 </Schema>
756
Ed Tanousf263e092023-05-22 09:56:29 -0700757 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_8_0">
758 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
759 <Annotation Term="Redfish.Release" String="2023.1"/>
760
761 <EntityType Name="Event" BaseType="Event.v1_7_1.Event"/>
762
763 <EntityType Name="EventRecord" BaseType="Event.v1_7_1.EventRecord">
764 <Property Name="CPER" Type="Event.v1_8_0.CPER" Nullable="false">
765 <Annotation Term="OData.Description" String="Details for a CPER section or record associated with this event."/>
766 <Annotation Term="OData.LongDescription" String="This property shall contain the details for a CPER section or record that is the source of this event."/>
767 </Property>
768 <Property Name="DiagnosticData" Type="Edm.String">
769 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
770 <Annotation Term="OData.Description" String="A Base64-encoded set of diagnostic data associated with this event."/>
771 <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."/>
772 </Property>
773 <Property Name="DiagnosticDataType" Type="Event.v1_8_0.DiagnosticDataTypes">
774 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
775 <Annotation Term="OData.Description" String="The type of data available in the DiagnosticData property or retrieved from the URI specified by the AdditionalDataURI property."/>
776 <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."/>
777 </Property>
778 <Property Name="AdditionalDataSizeBytes" Type="Edm.Int64">
779 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
780 <Annotation Term="OData.Description" String="The size of the additional data for this event."/>
781 <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."/>
782 <Annotation Term="Measures.Unit" String="By"/>
783 </Property>
784 <Property Name="AdditionalDataURI" Type="Edm.String">
785 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
786 <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."/>
787 <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."/>
788 <Annotation Term="OData.IsURL"/>
789 </Property>
790 </EntityType>
791
792 <ComplexType Name="CPER">
793 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
794 <Annotation Term="OData.Description" String="Details for a CPER section or record associated with an event."/>
795 <Annotation Term="OData.LongDescription" String="This object shall contain the details for a CPER section or record that is the source of an event."/>
796 <Property Name="NotificationType" Type="Edm.Guid">
797 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
798 <Annotation Term="OData.Description" String="The CPER Notification Type for a CPER record."/>
799 <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`."/>
800 </Property>
801 <Property Name="SectionType" Type="Edm.Guid">
802 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
803 <Annotation Term="OData.Description" String="The CPER Section Type."/>
804 <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`."/>
805 </Property>
806 <Property Name="Oem" Type="Resource.Oem" Nullable="false">
807 <Annotation Term="OData.Description" String="The OEM extension property."/>
808 <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."/>
809 </Property>
810 </ComplexType>
811
812 <EnumType Name="DiagnosticDataTypes">
813 <Member Name="Manager">
814 <Annotation Term="OData.Description" String="Manager diagnostic data."/>
815 </Member>
816 <Member Name="PreOS">
817 <Annotation Term="OData.Description" String="Pre-OS diagnostic data."/>
818 </Member>
819 <Member Name="OS">
820 <Annotation Term="OData.Description" String="Operating system (OS) diagnostic data."/>
821 </Member>
822 <Member Name="OEM">
823 <Annotation Term="OData.Description" String="OEM diagnostic data."/>
824 </Member>
825 <Member Name="CPER">
826 <Annotation Term="OData.Description" String="UEFI Common Platform Error Record."/>
827 <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."/>
828 </Member>
829 <Member Name="CPERSection">
830 <Annotation Term="OData.Description" String="A Section of a UEFI Common Platform Error Record."/>
831 <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."/>
832 </Member>
833 </EnumType>
834 </Schema>
835
Ed Tanouse9cc1bc2023-09-21 11:15:30 -0700836 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_8_1">
837 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
838 <Annotation Term="OData.Description" String="This version was created to improve the description of message argument-related properties by explaining that number-type arguments are converted to strings prior to their consumption in a message."/>
839 <EntityType Name="Event" BaseType="Event.v1_8_0.Event"/>
840 </Schema>
841
842 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_9_0">
843 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
844 <Annotation Term="Redfish.Release" String="2023.2"/>
845
846 <EntityType Name="Event" BaseType="Event.v1_8_1.Event"/>
847
848 <EntityType Name="EventRecord" BaseType="Event.v1_8_0.EventRecord">
849 <Property Name="Resolution" Type="Edm.String" Nullable="false">
850 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
851 <Annotation Term="OData.Description" String="Used to provide suggestions on how to resolve the situation that caused the event."/>
852 <Annotation Term="OData.LongDescription" String="This property shall contain the resolution of the event. Services should replace the resolution defined in the message registry with a more specific resolution in the event."/>
853 </Property>
854 <Property Name="OEMDiagnosticDataType" Type="Edm.String">
855 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
856 <Annotation Term="OData.Description" String="The OEM-defined type of data available in the DiagnosticData property or retrieved from the URI specified by the AdditionalDataURI property."/>
857 <Annotation Term="OData.LongDescription" String="This property shall contain the OEM-defined type of data available in the DiagnosticData property or retrieved from the URI specified by the AdditionalDataURI property. This property shall be present if DiagnosticDataType is `OEM`."/>
858 </Property>
859 </EntityType>
860 </Schema>
861
Jason M. Billsea4aa752018-06-05 13:29:11 -0700862 </edmx:DataServices>
863</edmx:Edmx>