blob: 31b6b1a81b6d42ab4c8524ffddfc30b9ec021b01 [file] [log] [blame]
Jason M. Billsea4aa752018-06-05 13:29:11 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!---->
3<!--################################################################################ -->
Gunnar Millsa778c022020-05-12 12:20:36 -05004<!--# Redfish Schema: Event v1.4.2 -->
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 -->
Gunnar Millsa778c022020-05-12 12:20:36 -05008<!--# Copyright 2014-2020 DMTF. -->
Jason M. Billsea4aa752018-06-05 13:29:11 -07009<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
10<!--################################################################################ -->
11<!---->
12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
13
14 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
15 <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
16 </edmx:Reference>
17 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
18 <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
19 </edmx:Reference>
20 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
21 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
22 <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
23 </edmx:Reference>
24 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
25 <edmx:Include Namespace="Resource"/>
26 <edmx:Include Namespace="Resource.v1_0_0"/>
27 </edmx:Reference>
28
29 <edmx:DataServices>
30
31 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event">
32 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
33
34 <EntityType Name="Event" BaseType="Resource.v1_0_0.Resource" Abstract="true">
Gunnar Millsa778c022020-05-12 12:20:36 -050035 <Annotation Term="OData.Description" String="The Event schema describes the JSON payload received by an event destination, which has subscribed to event notification, when events occur. This resource contains data about events, including descriptions, severity, and a message identifier to a message registry that can be accessed for further information."/>
36 <Annotation Term="OData.LongDescription" String="This resource contains an event for a Redfish implementation."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070037 <Annotation Term="Capabilities.InsertRestrictions">
38 <Record>
39 <PropertyValue Property="Insertable" Bool="false"/>
40 </Record>
41 </Annotation>
42 <Annotation Term="Capabilities.UpdateRestrictions">
43 <Record>
44 <PropertyValue Property="Updatable" Bool="false"/>
45 </Record>
46 </Annotation>
47 <Annotation Term="Capabilities.DeleteRestrictions">
48 <Record>
49 <PropertyValue Property="Deletable" Bool="false"/>
50 </Record>
51 </Annotation>
52 </EntityType>
53
54 <EnumType Name="EventType">
Marri Devender Raod45d2d02019-01-21 10:11:34 -060055 <Annotation Term="Redfish.Revisions">
56 <Collection>
57 <Record>
58 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
59 <PropertyValue Property="Version" String="v1_3_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -070060 <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 -060061 </Record>
62 </Collection>
63 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -070064 <Member Name="StatusChange">
Gunnar Millsa778c022020-05-12 12:20:36 -050065 <Annotation Term="OData.Description" String="The status of a resource has changed."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070066 </Member>
67 <Member Name="ResourceUpdated">
Gunnar Millsa778c022020-05-12 12:20:36 -050068 <Annotation Term="OData.Description" String="A resource has been updated."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070069 </Member>
70 <Member Name="ResourceAdded">
Gunnar Millsa778c022020-05-12 12:20:36 -050071 <Annotation Term="OData.Description" String="A resource has been added."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070072 </Member>
73 <Member Name="ResourceRemoved">
Gunnar Millsa778c022020-05-12 12:20:36 -050074 <Annotation Term="OData.Description" String="A resource has been removed."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070075 </Member>
76 <Member Name="Alert">
Ed Tanouscb103132019-10-08 11:34:22 -070077 <Annotation Term="OData.Description" String="A condition requires attention."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -070078 </Member>
Ed Tanous530520e2019-01-02 13:41:37 -080079 <Member Name="MetricReport">
Gunnar Millsa778c022020-05-12 12:20:36 -050080 <Annotation Term="OData.Description" String="The telemetry service is sending a metric report."/>
81 <Annotation Term="OData.LongDescription" String="Events of type `MetricReport` shall be sent to a client in accordance with the MetricReport schema definition."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -060082 <Annotation Term="Redfish.Revisions">
83 <Collection>
84 <Record>
85 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
86 <PropertyValue Property="Version" String="v1_3_0"/>
87 </Record>
88 </Collection>
89 </Annotation>
Ed Tanous530520e2019-01-02 13:41:37 -080090 </Member>
Ed Tanouscb103132019-10-08 11:34:22 -070091 <Member Name="Other">
Gunnar Millsa778c022020-05-12 12:20:36 -050092 <Annotation Term="OData.Description" String="Because EventType is deprecated as of Redfish Specification v1.6, the event is based on a registry or resource but not an EventType."/>
93 <Annotation Term="OData.LongDescription" String="Events of type `Other` shall be sent to a client in accordance with subscriptions to RegistryPrefixes or ResourceTypes."/>
Ed Tanouscb103132019-10-08 11:34:22 -070094 <Annotation Term="Redfish.Revisions">
95 <Collection>
96 <Record>
97 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
98 <PropertyValue Property="Version" String="v1_4_0"/>
99 </Record>
100 </Collection>
101 </Annotation>
102 </Member>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700103 </EnumType>
104
105 </Schema>
106
107 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_0">
108 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600109 <Annotation Term="Redfish.Release" String="1.0"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700110
111 <EntityType Name="Event" BaseType="Event.Event">
112 <NavigationProperty Name="Events" Type="Collection(Event.v1_0_0.EventRecord)" ContainsTarget="true">
Ed Tanouscb103132019-10-08 11:34:22 -0700113 <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 -0500114 <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 -0700115 <Annotation Term="Redfish.Required"/>
116 <Annotation Term="OData.AutoExpand"/>
117 </NavigationProperty>
118 </EntityType>
119
Jason M. Billsea4aa752018-06-05 13:29:11 -0700120 <EntityType Name="EventRecord" BaseType="Resource.v1_0_0.ReferenceableMember">
121 <Property Name="EventType" Type="Event.EventType" Nullable="false">
122 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700123 <Annotation Term="OData.Description" String="The type of event."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500124 <Annotation Term="OData.LongDescription" String="This property shall indicate the type of event."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700125 <Annotation Term="Redfish.Required"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600126 <Annotation Term="Redfish.Revisions">
127 <Collection>
128 <Record>
129 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
130 <PropertyValue Property="Version" String="v1_3_0"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700131 <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 -0600132 </Record>
133 </Collection>
134 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700135 </Property>
136 <Property Name="EventId" Type="Edm.String" Nullable="false">
137 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700138 <Annotation Term="OData.Description" String="The unique instance identifier of an event."/>
139 <Annotation Term="OData.LongDescription" String="This property shall indicate a unique identifier for the event. The value should be a string of a positive integer, and should be generated in a sequential manner."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700140 </Property>
141 <Property Name="EventTimestamp" Type="Edm.DateTimeOffset" Nullable="false">
142 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700143 <Annotation Term="OData.Description" String="The time the event occurred."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500144 <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 -0700145 </Property>
146 <Property Name="Severity" Type="Edm.String" Nullable="false">
147 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700148 <Annotation Term="OData.Description" String="The severity of the event."/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500149 <Annotation Term="OData.LongDescription" String="This property shall contain the severity of the event, as defined by the Redfish Specification."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700150 </Property>
151 <Property Name="Message" Type="Edm.String" Nullable="false">
152 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700153 <Annotation Term="OData.Description" String="The human-readable event message."/>
154 <Annotation Term="OData.LongDescription" String="This property shall contain a human-readable event message."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700155 </Property>
156 <Property Name="MessageId" Type="Edm.String" Nullable="false">
157 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500158 <Annotation Term="OData.Description" String="The key used to find the message in a message registry."/>
Ed Tanouscb103132019-10-08 11:34:22 -0700159 <Annotation Term="OData.LongDescription" String="This property shall contain a MessageId, as defined in the Redfish Specification."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700160 <Annotation Term="Validation.Pattern" String="^[A-Za-z0-9]+\.\d+\.\d+\.[A-Za-z0-9.]+$"/>
161 <Annotation Term="Redfish.Required"/>
162 </Property>
163 <Property Name="MessageArgs" Type="Collection(Edm.String)" Nullable="false">
164 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500165 <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."/>
166 <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 -0700167 </Property>
168 <Property Name="Context" Type="Edm.String" Nullable="false">
169 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
170 <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 -0700171 <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 -0600172 <Annotation Term="Redfish.Revisions">
173 <Collection>
174 <Record>
175 <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/>
176 <PropertyValue Property="Version" String="v1_1_0"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500177 <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 -0600178 </Record>
179 </Collection>
180 </Annotation>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700181 </Property>
182 <NavigationProperty Name="OriginOfCondition" Type="Resource.Item" Nullable="false">
183 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500184 <Annotation Term="OData.Description" String="A link to the resource or object that originated the condition that caused the event to be generated."/>
185 <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."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700186 <Annotation Term="OData.AutoExpandReferences"/>
187 </NavigationProperty>
188 </EntityType>
189 </Schema>
190
191 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_2">
192 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700193 <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 -0700194 <EntityType Name="Event" BaseType="Event.v1_0_0.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500195 <EntityType Name="EventRecord" BaseType="Event.v1_0_0.EventRecord"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700196 </Schema>
197
198 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_3">
199 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700200 <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 -0700201 <EntityType Name="Event" BaseType="Event.v1_0_2.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500202 <EntityType Name="EventRecord" BaseType="Event.v1_0_2.EventRecord"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700203 </Schema>
204
205 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_4">
206 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700207 <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 -0700208 <EntityType Name="Event" BaseType="Event.v1_0_3.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500209 <EntityType Name="EventRecord" BaseType="Event.v1_0_3.EventRecord"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700210 </Schema>
211
212 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_5">
213 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700214 <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 -0700215 <EntityType Name="Event" BaseType="Event.v1_0_4.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500216 <EntityType Name="EventRecord" BaseType="Event.v1_0_4.EventRecord"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700217 </Schema>
218
219 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_6">
220 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700221 <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 -0700222 <EntityType Name="Event" BaseType="Event.v1_0_5.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500223 <EntityType Name="EventRecord" BaseType="Event.v1_0_5.EventRecord"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700224 </Schema>
225
Ed Tanous530520e2019-01-02 13:41:37 -0800226 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_7">
227 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
228 <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."/>
229 <EntityType Name="Event" BaseType="Event.v1_0_6.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500230 <EntityType Name="EventRecord" BaseType="Event.v1_0_6.EventRecord"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800231 </Schema>
232
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600233 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_8">
234 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500235 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600236 <EntityType Name="Event" BaseType="Event.v1_0_7.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500237 <EntityType Name="EventRecord" BaseType="Event.v1_0_7.EventRecord"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600238 </Schema>
239
Ed Tanouscb103132019-10-08 11:34:22 -0700240 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_9">
241 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
242 <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."/>
243 <EntityType Name="Event" BaseType="Event.v1_0_8.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500244 <EntityType Name="EventRecord" BaseType="Event.v1_0_8.EventRecord"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700245 </Schema>
246
247 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_10">
248 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
249 <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."/>
250 <EntityType Name="Event" BaseType="Event.v1_0_9.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500251 <EntityType Name="EventRecord" BaseType="Event.v1_0_9.EventRecord"/>
252 </Schema>
253
254 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_0_11">
255 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
256 <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."/>
257 <EntityType Name="Event" BaseType="Event.v1_0_10.Event"/>
258 <EntityType Name="EventRecord" BaseType="Event.v1_0_10.EventRecord"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700259 </Schema>
260
Jason M. Billsea4aa752018-06-05 13:29:11 -0700261 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_0">
262 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600263 <Annotation Term="Redfish.Release" String="2016.1"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500264
Jason M. Billsea4aa752018-06-05 13:29:11 -0700265 <EntityType Name="Event" BaseType="Event.v1_0_2.Event">
266 <Property Name="Context" Type="Edm.String" Nullable="false">
267 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
268 <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 -0700269 <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 -0700270 </Property>
271 </EntityType>
Gunnar Millsa778c022020-05-12 12:20:36 -0500272
273 <EntityType Name="EventRecord" BaseType="Event.v1_0_2.EventRecord"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700274 </Schema>
275
276 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_1">
277 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700278 <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 -0700279 <EntityType Name="Event" BaseType="Event.v1_1_0.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500280 <EntityType Name="EventRecord" BaseType="Event.v1_1_0.EventRecord"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700281 </Schema>
282
283 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_2">
284 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700285 <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 -0700286 <EntityType Name="Event" BaseType="Event.v1_1_1.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500287 <EntityType Name="EventRecord" BaseType="Event.v1_1_1.EventRecord"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700288 </Schema>
289
290 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_3">
291 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700292 <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 -0700293 <EntityType Name="Event" BaseType="Event.v1_1_2.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500294 <EntityType Name="EventRecord" BaseType="Event.v1_1_2.EventRecord"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700295 </Schema>
296
297 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_4">
298 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700299 <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 -0700300 <EntityType Name="Event" BaseType="Event.v1_1_3.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500301 <EntityType Name="EventRecord" BaseType="Event.v1_1_3.EventRecord"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700302 </Schema>
303
Ed Tanous530520e2019-01-02 13:41:37 -0800304 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_5">
305 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
306 <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."/>
307 <EntityType Name="Event" BaseType="Event.v1_1_4.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500308 <EntityType Name="EventRecord" BaseType="Event.v1_1_4.EventRecord"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800309 </Schema>
310
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600311 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_6">
312 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500313 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600314 <EntityType Name="Event" BaseType="Event.v1_1_5.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500315 <EntityType Name="EventRecord" BaseType="Event.v1_1_5.EventRecord"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600316 </Schema>
317
Ed Tanouscb103132019-10-08 11:34:22 -0700318 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_7">
319 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
320 <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."/>
321 <EntityType Name="Event" BaseType="Event.v1_1_6.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500322 <EntityType Name="EventRecord" BaseType="Event.v1_1_6.EventRecord"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700323 </Schema>
324
325 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_8">
326 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
327 <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."/>
328 <EntityType Name="Event" BaseType="Event.v1_1_7.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500329 <EntityType Name="EventRecord" BaseType="Event.v1_1_7.EventRecord"/>
330 </Schema>
331
332 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_1_9">
333 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
334 <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."/>
335 <EntityType Name="Event" BaseType="Event.v1_1_8.Event"/>
336 <EntityType Name="EventRecord" BaseType="Event.v1_1_8.EventRecord"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700337 </Schema>
338
Jason M. Billsea4aa752018-06-05 13:29:11 -0700339 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_0">
340 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600341 <Annotation Term="Redfish.Release" String="2017.1"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500342
Jason M. Billsea4aa752018-06-05 13:29:11 -0700343 <EntityType Name="Event" BaseType="Event.v1_1_3.Event">
344 <Property Name="Actions" Type="Event.v1_2_0.Actions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500345 <Annotation Term="OData.Description" String="The available actions for this resource."/>
346 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700347 </Property>
348 </EntityType>
349
Gunnar Millsa778c022020-05-12 12:20:36 -0500350 <EntityType Name="EventRecord" BaseType="Event.v1_1_3.EventRecord">
Jason M. Billsea4aa752018-06-05 13:29:11 -0700351 <Property Name="Actions" Type="Event.v1_2_0.EventRecordActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500352 <Annotation Term="OData.Description" String="The available actions for this resource."/>
353 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700354 </Property>
355 </EntityType>
356
357 <ComplexType Name="Actions">
358 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500359 <Annotation Term="OData.Description" String="The available actions for this resource."/>
360 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800361 <Property Name="Oem" Type="Event.v1_2_0.OemActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500362 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
363 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800364 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700365 </ComplexType>
366
367 <ComplexType Name="OemActions">
368 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500369 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
370 <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 -0700371 </ComplexType>
372
373 <ComplexType Name="EventRecordActions">
374 <Annotation Term="OData.AdditionalProperties" Bool="false"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500375 <Annotation Term="OData.Description" String="The available actions for this resource."/>
376 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800377 <Property Name="Oem" Type="Event.v1_2_0.EventRecordOemActions" Nullable="false">
Gunnar Millsa778c022020-05-12 12:20:36 -0500378 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
379 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800380 </Property>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700381 </ComplexType>
382
383 <ComplexType Name="EventRecordOemActions">
384 <Annotation Term="OData.AdditionalProperties" Bool="true"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500385 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
386 <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 -0700387 </ComplexType>
388 </Schema>
389
390 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_1">
391 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700392 <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 -0700393 <EntityType Name="Event" BaseType="Event.v1_2_0.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500394 <EntityType Name="EventRecord" BaseType="Event.v1_2_0.EventRecord"/>
Jason M. Billsea4aa752018-06-05 13:29:11 -0700395 </Schema>
396
Ed Tanous530520e2019-01-02 13:41:37 -0800397 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_2">
398 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
399 <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."/>
400 <EntityType Name="Event" BaseType="Event.v1_2_1.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500401 <EntityType Name="EventRecord" BaseType="Event.v1_2_1.EventRecord"/>
Ed Tanous530520e2019-01-02 13:41:37 -0800402 </Schema>
403
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600404 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_3">
405 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500406 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600407 <EntityType Name="Event" BaseType="Event.v1_2_2.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500408 <EntityType Name="EventRecord" BaseType="Event.v1_2_2.EventRecord"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600409 </Schema>
410
Ed Tanouscb103132019-10-08 11:34:22 -0700411 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_4">
412 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
413 <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."/>
414 <EntityType Name="Event" BaseType="Event.v1_2_3.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500415 <EntityType Name="EventRecord" BaseType="Event.v1_2_3.EventRecord"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700416 </Schema>
417
418 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_5">
419 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
420 <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."/>
421 <EntityType Name="Event" BaseType="Event.v1_2_4.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500422 <EntityType Name="EventRecord" BaseType="Event.v1_2_4.EventRecord"/>
423 </Schema>
424
425 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_2_6">
426 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
427 <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."/>
428 <EntityType Name="Event" BaseType="Event.v1_2_5.Event"/>
429 <EntityType Name="EventRecord" BaseType="Event.v1_2_5.EventRecord"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700430 </Schema>
431
Ed Tanous530520e2019-01-02 13:41:37 -0800432 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_0">
433 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600434 <Annotation Term="Redfish.Release" String="2018.2"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700435 <Annotation Term="OData.Description" String="This version deprecates EventType and to add the grouping mechanism EventGroupId."/>
Ed Tanous530520e2019-01-02 13:41:37 -0800436
437 <EntityType Name="Event" BaseType="Event.v1_2_2.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500438
439 <EntityType Name="EventRecord" BaseType="Event.v1_2_2.EventRecord">
Ed Tanous530520e2019-01-02 13:41:37 -0800440 <Property Name="EventGroupId" Type="Edm.Int64" Nullable="false">
441 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700442 <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."/>
443 <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 -0800444 </Property>
445 </EntityType>
446 </Schema>
447
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600448 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_1">
449 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500450 <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600451 <EntityType Name="Event" BaseType="Event.v1_3_0.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500452 <EntityType Name="EventRecord" BaseType="Event.v1_3_0.EventRecord"/>
Marri Devender Raod45d2d02019-01-21 10:11:34 -0600453 </Schema>
454
Ed Tanouscb103132019-10-08 11:34:22 -0700455 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_2">
456 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
457 <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."/>
458 <EntityType Name="Event" BaseType="Event.v1_3_1.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500459 <EntityType Name="EventRecord" BaseType="Event.v1_3_1.EventRecord"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700460 </Schema>
461
462 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_3">
463 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
464 <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."/>
465 <EntityType Name="Event" BaseType="Event.v1_3_2.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500466 <EntityType Name="EventRecord" BaseType="Event.v1_3_2.EventRecord"/>
467 </Schema>
468
469 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_3_4">
470 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
471 <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."/>
472 <EntityType Name="Event" BaseType="Event.v1_3_3.Event"/>
473 <EntityType Name="EventRecord" BaseType="Event.v1_3_3.EventRecord"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700474 </Schema>
475
476 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_0">
477 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
478 <Annotation Term="Redfish.Release" String="2019.1"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500479 <Annotation Term="OData.Description" String="This version was created to add the value `Other` to EventType."/>
480
Ed Tanouscb103132019-10-08 11:34:22 -0700481 <EntityType Name="Event" BaseType="Event.v1_3_2.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500482
483 <EntityType Name="EventRecord" BaseType="Event.v1_3_2.EventRecord"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700484 </Schema>
485
486 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_1">
487 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
488 <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."/>
489 <EntityType Name="Event" BaseType="Event.v1_4_0.Event"/>
Gunnar Millsa778c022020-05-12 12:20:36 -0500490 <EntityType Name="EventRecord" BaseType="Event.v1_4_0.EventRecord"/>
491 </Schema>
492
493 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Event.v1_4_2">
494 <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
495 <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."/>
496 <EntityType Name="Event" BaseType="Event.v1_4_1.Event"/>
497 <EntityType Name="EventRecord" BaseType="Event.v1_4_1.EventRecord"/>
Ed Tanouscb103132019-10-08 11:34:22 -0700498 </Schema>
499
Jason M. Billsea4aa752018-06-05 13:29:11 -0700500 </edmx:DataServices>
501</edmx:Edmx>